COMPILER DESIGN

ADVANCED TOPICS IN COMPILER DESIGN

CODE GENERATION FOR OBJECT ORIENTED LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which language is directly understood by the computer without translation program?
A
BASIC
B
Assembly Language
C
Machine Language
D
C Language
Explanation: 

Detailed explanation-1: -Machine language gives instructions as 0’s and 1’s and is the only language that the computer understands.

Detailed explanation-2: -Machine code, also known as machine language, is the elemental language of computers. It is read by the computer’s central processing unit (CPU), is composed of digital binary numbers and looks like a very long sequence of zeros and ones.

Detailed explanation-3: -The assembly language is written in simple English language, so it is easily understandable by the users. It does not require any translator as the machine code is directly executed by the computer. In assembly language, the assembler is used to convert the assembly code into machine code.

There is 1 question to complete.