COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Low
|
|
High
|
|
Either A or B
|
|
None of the above
|
Detailed explanation-1: -Because high level Programming languages produce generic low language code. So the code size will be higher. So execution will be slower than low level languages.
Detailed explanation-2: -The execution of instructions of machine language is fast since all the data is present as 0s and 1s. The execution of programs in assembly language is slow because it first needs to be converted to machine language. The codes of machine languages vary from application to application. It is hardware dependent.
Detailed explanation-3: -Low Level language programs are faster than High Level language programs as they do not need to convert. They have less number of syntaxes, functions, keywords, class libraries.
Detailed explanation-4: -Machine language is the language understood by a computer. It is very difficult to understand, but it is the only thing that the computer can work with. All programs and programming languages eventually generate or run programs in machine language.