COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Low Level
|
|
High Level
|
|
Intermediate
|
|
None of the above
|
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.