answersLogoWhite

0

What is definition of program?

Updated: 9/17/2023
User Avatar

Wiki User

14y ago

Best Answer

n.

    1. A listing of the order of events and other pertinent information for a public presentation.
    2. The presentation itself: a program of piano pieces.
  1. A scheduled radio or television show.
  2. An ordered list of events to take place or procedures to be followed; a schedule: a program of physical therapy for a convalescent.
  3. A system of services, opportunities, or projects, usually designed to meet a social need: "Working parents rely on the center's after-school latchkey program" (New York Times).
    1. A course of academic study; a curriculum.
    2. A plan or system of academic and related or ancillary activities: a work-study program.
    3. A plan or system of nonacademic extracurricular activities: the football program.
  4. A set of coded instructions that enables a machine, especially a computer, to perform a desired sequence of operations.
  5. An instruction sequence in programmed instruction.

tr.v., -grammed, or -gramed, -gram·ming, or -gram·ing, -grams, or -grams.

  1. To include or schedule in a program: program a new musical composition.
  2. To design a program for; schedule the activities of.
  3. To provide (a machine) with a set of coded working instructions.
  4. To train to perform automatically in a desired way, as if programming a machine: programmed the children to use perfect table manners.
  5. To prepare an instructional sequence for (material to be taught) in programmed instruction.
User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is definition of program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

What is tally definition?

Tally it is a ready made program. and tally get the 100% correct results. so lot of company used this software.


What is the function from f1 to f12?

If you mean the function keys on the keyboard, they don't have a standard definition. The usage of the keys depends on the specific program. F1 is usually standardized as the help key; the other keys depend on the program you are using.


What is an integration of your personality with your job activities?

A career. That is the direct definition of a career from "The Career Fitness Program." Whereas a job is anything done is the scope of work.


Difference between the definition and declaration of a variable in c?

definition defines the memory area ( allocates the memory ) for the variable and the declaration tells about the signature of the variable ( type and size to be considered). definition occures once through the program( memory is allocated once ), but the declaration can occur many times.OR For a variable, the definition is the statement that actually allocates memory. For example, the statement:long int var;is a definition. On the other hand, an extern reference to the same variable:extern long int var;is a declaration, since this statement doesn't cause any memory to be allocated. Here's another example of a declaration:typedef MyType short;Second AnswerDeclaration can come only once and definition can come many times in the program.Let's take an example,Line 1: #includeLine 2:Line 3: void main()Line 4: {Line 5: int x; //declarationLine 6:Line 7: x=10; //definitionLine 8: }In the above program, on the line 5 what appears is declaration and on line 7 the definition is there.Now if we declare the variable x again in the program we will get the error saying that the variable is already declared.Whereas if we assign some new value to variable x, say 20i.e.x=20;this is totally fine and we can assign any number of values in the same program. This means that the declaration is only one throughout the program but definitions can be many.


What is the definition of assignment problem in operation research?

A special case of the transportation problem in a linear program, in which the number of sources (assignees) equals the number of designations (assignments) and each supply and each demand equals 1

Related questions

What are its program components?

the main() function,the#include Directive, the variable definition. function prototype, program statements, the function definition,program comments and braces are the components of program in C++


Definition of monitor program in microprocessor?

a program which can be understand by machine.


Definition of a program in UNIX?

Something what the computer executes.


What are the five stages in program development and its definition?

defining the problem designing a solution writing the program compiling,debugging,and testing the program documenting the program


What is the technical definition for bug?

An error in a program or a malfunction in a program's code which can cause anomolies, abnormal program execution and catastrophic failures (crash).


What is the definition for browser?

It is the program to navigate and access information and in internet as well.


What is definition of application?

Applicacation basicly means a program you run on your computer.


What is the definition of program?

A planned series of future events,items,or performances.


What is the definition of application?

Applicacation basicly means a program you run on your computer.


What is the definition of Megan?

"MEtaGenome ANalyzer" is a computer program that analyses DNA and RNA.


What is the definition of playbill?

A poster announcing a theoretical performance or an advertisement or program for a play


What is the definition of malware?

Some kind of computer program designed to do harm to your software.