Computer Fundamentals - Engineering

Q1:

A language which is close to that used within the computer is

A High-level language

B Assembly language

C Low-level language

D All of the above

E None of the above

ANS:C - Low-level language

The language which is used by human beings is known as high-level language.

Computer can only 0's and 1's. And the programming language which is close to that 0's and 1's language is called low-level language.

Assembly language is very close to the computer and it also not very close to humans, so sometimes it called Middle-level language.