COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
One to One (One high level instruction = one low level)
|
|
One to Two (Each high level instruction has two low level instructions)
|
|
One to Many (Each high level instruction has many low level instructions)
|
|
Many to One (Many high level instruction has only one low level instruction)
|
Detailed explanation-1: -High-level languages are human-friendly. They are, thus, very easy to understand and learn by any programmer. Low-level languages are machine-friendly. They are, thus, very difficult to understand and learn by any human.
Detailed explanation-2: -A high-level language is one that is user-oriented in that it has been designed to make it straightforward for a programmer to convert an algorithm into program code. A low-level language is machine-oriented. Low-level programs are expressed in terms of the machine operations that must be performed to carry out a task.
Detailed explanation-3: -High-level language programs must be translated into machine language before they can be executed. (Machine language instructions are encoded as binary numbers that are meant to be used by a machine, not read or written by people. High-level languages use a syntax that is closer to human language.)