COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
High Level Languages
|
|
Low Level Languages
|
|
Simplex Languages
|
|
Complex Languages
|
Detailed explanation-1: -Low level languages are used to write programs that relate to the specific architecture and hardware of a particular type of computer. They are closer to the native language of a computer (binary), making them harder for programmers to understand. Examples of low level language: Assembly Language.
Detailed explanation-2: -Two types of low-level language are: machine code. assembly language.
Detailed explanation-3: -Machine code, also known as machine language, is the elemental language of computers.
Detailed explanation-4: -High-level languages require the use of a compiler or an interpreter for their translation into the machine code. Low-level language requires an assembler for directly translating the instructions of the machine language. These languages have a very low memory efficiency.
Detailed explanation-5: -A low-level language is a programming language that deals with a computer’s hardware components and constraints.