Multiple choice

Which of the following is NOT a high-level programming language?

  1. Assembly

  2. C#

  3. Java

  4. Ruby

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

Assembly is a low-level programming language that is very close to machine code, whereas C#, Java, and Ruby are high-level languages that provide more abstraction from hardware.