Multiple choice

Assembly language programs _______.

  1. differ depending on the type of computer on which they are to be executed

  2. contain instructions written in 1s and 0s

  3. do not require knowledge of the internal operations of the computer

  4. more closely resemble English than BASIC

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Assembly language is machine-dependent because its instructions directly map to specific CPU architectures and instruction sets. Different processor families have different assembly languages, unlike portable high-level languages like BASIC.