Posts

What is program

Image
  What is program? A set of instructions that you give to a computer so that it will do a particular task कंप्‍यूटर का प्रोग्राम विशिष्‍ट कार्य संपादन के लिए कंप्‍यूटर को दिए गए निर्देश In computing, a program is a specific set of ordered operations for a computer to perform. In the modern computer that  John von Neumann  outlined in 1945, the program contains a one-at-a-time sequence of instructions that the computer follows. Typically, the program is put into a storage area accessible to the computer. The computer gets one instruction and performs it and then gets the next instruction. The storage area or memory can also contain the data that the instruction operates on. Note that a program is also a special kind of data that indicates how to operate on application or user data. Computer programs can be characterized as  interactive  or  batch  in terms of what drives them and how continuously they run.           ...