FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
You use an “Assembler” program to turn this code into a binary file:(.exe program)
A
Low Level
B
High Level
C
Intermediate
D
None of the above
Explanation: 

Detailed explanation-1: -A compiler is computer software that transforms computer code written in one programming language (the source language) into another programming language (the target language).

Detailed explanation-2: -Some examples of high-level languages include Perl, BASIC, COBOL, Pascal, Ruby, etc. Some examples of low-level languages include the Machine language and Assembly language.

Detailed explanation-3: -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-4: -A compiler is a translator program that converts a high-level language source program into a machine language object program. Figure 9-5. Compilers make high-level language programs transportable between different computers.

There is 1 question to complete.