| 1. |
Which one of the following is an advantage of assembly language over high-level language?1. Assembly language program runs faster.2. Writing of assembly language programming is easy.3. Assembly language program is portable.4. Assembly language program contains less instruction. |
||||||||||
|
Answer» Correct Answer - Option 1 : Assembly language program runs faster. Assembly language: It is a low-level programming language that uses symbols, variables, and functions that work directly with CPU. High-level language: It is a human-friendly language that uses variables and functions, independent of the computer architecture.
|
|||||||||||