FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What do you call that consists of a set of instructions in a specific format called commands and this type of programming language is a middle level language?
A
High Level LAnguage
B
Assembly Level Language
C
Machine Level Language
D
Middle Level Language
Explanation: 

Detailed explanation-1: -Assembly language is a middle-level language. It consists of a set of instructions in a specific format called commands. It uses symbols to represent field of instructions. It is very close to machine level language. The computer should have assembler to translate assembly level program to machine level program.

Detailed explanation-2: -A set of instruction given to a computer is called a program.

Detailed explanation-3: -Medium-level language (MLL) is a computer programming language that interacts with the abstraction layer of a computer system. Medium-level language serves as the bridge between the raw hardware and programming layer of a computer system.

Detailed explanation-4: -What do you call a file containing a program written in a high-level programming language? A source file.

Detailed explanation-5: -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.