Multiple choice

What kind of computer programming language uses alphabetic symbols rather than numbers for expressing instructions?

  1. Assembly language

  2. Functional language

  3. Imperative language

  4. List processing

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

Assembly language uses mnemonics (alphabetic symbols) to represent machine code instructions, making it more readable than raw binary or numeric machine code.