COMPILER DESIGN

TOOLS AND TECHNIQUES FOR COMPILER DESIGN

MISCELLENOUS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which level of a programming language is Machine Code?
A
Low
B
High
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Low-Level language is the only language which can be understood by the computer. 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.

Detailed explanation-2: -C and C++ are now considered low-level languages because they have no automatic memory management.

There is 1 question to complete.