Computer Fundamentals - Engineering

Q1:

Program execution time would be minimum if the programs are written in

A Machine Language

B Assembly language

C High level language

D All of the above

E None of the above

ANS:A - Machine Language

Computer only understands 0's and 1's. Machine language has 0's and 1's as instruction codes to do certain calculations and execution. Assembly language and High Level language used pneumonic and program statements and further they need to be converted to 0's and 1's. So, the answer is [A].