COMPUTER PROGRAMMING FUNDAMENTALS
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Machine Languages
|
|
High Level Languages
|
|
Low Level Languages
|
|
Algorithms
|
Detailed explanation-1: -Machine language gives instructions as 0’s and 1’s and is the only language that the computer understands. Assembly language is more concise but still very cumbersome when programming. A high-level language such as FORTRAN or C facilitates easy programming.
Detailed explanation-2: -The only language that the computer can process or execute is called machine language. It consists of only 0s and 1s in binary, that a computer can understand. In short, the computer only understands binary code, i.e 0s and 1s.
Detailed explanation-3: -Each computer can directly understand only one language-its own machine language. With machine language a programmer can instruct a computer to perform its most fundamental operations. Machine languages consist of strings of numbers ultimately reduced to 1’s and 0’s.