Computer is a problem solving device. When a particular problem is to be solved, it is necessary to design a set of instructions for the computer to perform.
A computer program consists of a series of instructions for the computer to run, plus any necessary data required for performing those instructions, the process of programming consists of defining those instructions and that data.
A programming language (PL) is a set of a symbols and characters, words and grammar rules that permits people to construct instructions in the format that can be interpret by the computer system. The set of instructions in a PL is known as ‘program.’ All PL languages can be divided into three categories:
*High Level Language or Problem Oriented
*Middle Level Language
*Low Level Language or Machine Oriented
The language in which binary code is used to instruct and thus write a program is known as machine language. A typical machine-level language instruction contains essentially two parts:
*Operations part: in which specifies what is to be performed.
*Address part: specifies the location of data to be manipulated.
The machine language and assembly language are examples of low level languages. Program written in these languages are not transferable from one computer to another.
High level languages are the third generation languages.
These are procedure –oriented languages and are a machine independent. Programs are written in English-like statements.
Language of computer programming
A computer system comprises hardware and software components, aiming to offer a powerful computational tool. These systems play a crucial role across diverse domains, aiding us in numerous tasks. The prevalence of the internet has significantly bolstered the utilization of computers for information sharing and communication. Computer systems empower us to store, process, display, and transmit information. Even in a basic modern computer system, multiple programs are typically required to carry out various functions effectively.
The Most Popular Posts
-
Spreadsheet is a simple worksheet consisting of rows and columns in which any data can be entered. It does calculations and other operation ...
-
The PageRank algorithm, developed by Larry Page and Sergey Brin, is a cornerstone of modern search engine technology. Introduced in 1996 dur...
-
Software is the essential enabler for the new economy and science. It creates new markets and new directions for a more reliable. There h...
-
Memory is a storage part in a computer system. It is used to store the data, information, and programs at the time of processing on the comp...
-
The ARPANET, or Advanced Research Projects Agency Network, played a pivotal role in the history of the internet. Initiated in 1969 by the U....