COMPUTER SOFTWARE
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
high level programming language
|
|
low level programming language
|
|
Either A or B
|
|
None of the above
|
Detailed explanation-1: -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-2: -Two types of low-level language are: machine code. assembly language.
Detailed explanation-3: -A low-level programming language is a programming language that provides little or no abstraction from a computer’s instruction set architecture-commands or functions in the language map that are structurally similar to processor’s instructions. Generally, this refers to either machine code or assembly language.
Detailed explanation-4: -It means that the programs that we write using high-level languages can easily run on any processor independent of its type. It has better accuracy. Accuracy is much lesser in this case. An assembly language performs better than any high-level language, in general.