COMPUTER SOFTWARE
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
very efficient on the processor
|
|
easy for humans to read
|
|
interpreted or compiled
|
|
multiple instructions per statement
|
|
assembled
|
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: -Answer. Answer: It is low level language so the statement is false.
Detailed explanation-3: -Assembly is called a low-level programming language because there’s (nearly) a one-to-one relationship between what it tells the computer to do, and what the computer does. In general, one line of an assembly program contains a maximum of one instruction for the computer.
Detailed explanation-4: -Two types of low-level language are: machine code. assembly language.