Multiple choice technology security

If a program is written using mnemonics and op-codes then the program is in

  1. Machine language

  2. Assembly level language

  3. Procedural language

  4. Non Procedural language

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

Assembly language uses mnemonics (human-readable abbreviations like MOV, ADD) and opcodes to represent machine instructions. Machine language (A) uses binary, while procedural (C) and non-procedural (D) languages are high-level paradigms.