ADVANCED TOPICS IN COMPILER DESIGN
CODE GENERATION FOR OBJECT ORIENTED LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
To write a program for a specific device such as an air conditioning unit, which type of language would be used?
|
Low Level
|
|
High Level
|
|
Java
|
|
Binary
|
Explanation:
Detailed explanation-1: -An assembly language is a type of low-level programming language that is intended to communicate directly with a computer’s hardware. Unlike machine language, which consists of binary and hexadecimal characters, assembly languages are designed to be readable by humans.
Detailed explanation-2: -A compiler is a translator program that converts a high-level language source program into a machine language object program.
There is 1 question to complete.