FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Low level languages cannot control individual components in embedded systems such as those found in washing machines or mobile phones.
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Low level languages cannot control individual components in embedded systems such as those found in washing machines or mobile phones.

Detailed explanation-2: -Assembly language is still used today, for example, in low-level embedded systems and device drivers. It is faster to run because it doesn’t need as much translation as a high-level language (see Translator section for more information).

Detailed explanation-3: -Low-level language is also known as Machine Language. The machine language contains only two symbols 1 & 0. All the instructions of machine language are written in the form of binary numbers 1’s & 0’s. A computer can directly understand the machine language.

There is 1 question to complete.