answersLogoWhite

0


Best Answer

A computer program (also a software program, or just a program) is a sequence of instructions written to perform a specified task for a computer. A computer requires programs to function, typically executing the program's instructions in a central processor. The program has an executable form that the computer can use directly to execute the instructions. The same program in its human-readable source code form, from which executable programs are derived (e.g., compiled), enables a programmer to study and develop its algorithms.

Computer source code is often written by professional computer programmers. Source code is written in a programming language that usually follows one of two main paradigms: imperative or declarative programming. Source code may be converted into an executable file (sometimes called an executable program or a binary) by a compiler and later executed by a central processing unit. Alternatively, computer programs may be executed with the aid of an interpreter, or may be embedded directly into hardware.

Computer programs may be categorized along functional lines: system software and application software. Many computer programs may run simultaneously on a single computer, a process known as multitasking.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the different between program and programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the relation between problem and programming?

Problem -> Programming Programming can be a solution to a problem. If you have a problem and it can be solved by a computer program, so you can create such a program - so you can solve this problem by programming.


What is different between programming and extreme programming?

Extreme programming is usually a competitive, time-limited event where the participants do their best to create a program that will impress the final judges. Such events are quite common in the games industry.


What is the difference between program and programming?

define program i. program means set of instruction which are required for a particular type of task is called program ii. set of instruction or commands which are given for the computer to do different activity or jobs or works is called program define programming the process of creating/modifying a program; some people's job, others' hobby


What is the present tense of programming?

...Programming. Past, I programmed. Present, I program or I am programming. Future, I will program.


What are the different format of a assembly language program?

Another way of defining assembler is to call it chip set programming. Different chips set have different protocols but what you are doing is programming the hardest way you can


What is the difference between Windows-based C programming and Linux-based C programming?

C programming is just that no matter if the operating system is Windows or Linux. Operating systems usually have an Application Program Interface that is commonly known as an API. The APIs of Windows will be different than Linux because the operating systems are (very) different.


Single program Uni-programming?

A single program is also known as uni programming. Uni programming only allows on program to be present in the memory at a time. Single program


What do you mean by c taken programming in c?

A C program is a computer program written using the C programming language.


What is the definition of coupling in programming?

it usually means how closely the relationship between two component in a program.


How does HBO determine its programming schedule?

HBO determines its programming by the length of the program and rating of the program.


Is there any difference between programming structures and having a structured program?

In a structured program, any structure can be nested within another structure.


Advantages of procedure oriented programming?

The ability to reuse the same code at different places in the program with out coping it.