FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A high level programming language is ____
A
very efficient on the processor
B
easy for humans to read
C
interpreted or compiled
D
multiple instructions per statement
E
assembled
Explanation: 

Detailed explanation-1: -Languages like FORTRAN, C, C++, JAVA, Python, etc., are examples of high-level languages. All these programming languages use human-understandable language like English to write program instructions.

Detailed explanation-2: -The so-called higher-level languages such as Fortran and Cobol incorporate instruction subsets in the language so that one line of code can contain about six instructions.

Detailed explanation-3: -A programming language is considered high-level if its statements resemble English language statements. For example, all of the languages just mentioned have some form of an if statement, which says, “if some condition holds, then take some action. ‘’

Detailed explanation-4: -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.

There is 1 question to complete.