COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
It can be read by a computer, whereas machine code can’t
|
|
It’s readable and fairly easy to understand
|
|
It’s much faster and easier for the computer to understand
|
|
It’s always free or incredibly cheap
|
Detailed explanation-1: -It is much easier to write programs in high-level languages than in low-level languages. Many high-level languages use normal command words such as IF, ELSE, and FOR, so it is much easier for a human to make sense of the program. High-level languages are portable.
Detailed explanation-2: -High level language is much closer to human language so it is more suitable to write code in high level language. It is more or less independent of the particular type of computer used (i.e. more portable) and has its own set of rules called syntax. Its main advantage is that it is easier to read, write and maintain.
Detailed explanation-3: -High level language provides higher level of abstraction from machine language. They do not interact directly with the hardware. Rather, they focus more on the complex arithmetic operations, optimal program efficiency and easiness in coding.
Detailed explanation-4: -High-level languages are much easier and more flexible to handle than low-level languages. Compared to low-level language, they have huge libraries with a dense set of keywords, Data types, functions, etc.