COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Languages that relate to the architecture and hardware of a specific computer are known as____
A
High Level Languages
B
Low Level Languages
C
Simplex Languages
D
Complex Languages
Explanation: 

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: -Machine code, also known as machine language, is the elemental language of computers.

Detailed explanation-3: -Low-level language is also known as Machine Language. The machine language contains only two symbols 1 & 0. All the instructions of machine language are written in the form of binary numbers 1’s & 0’s. A computer can directly understand the machine language.

There is 1 question to complete.