Multiple choice

Programming languages that are more oriented towards the programmer, rather than the computer are called _______ languages.

  1. assembly

  2. machine

  3. low-level

  4. high-level

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

High-level programming languages are designed to be easier for humans to read, write, and understand. They use English-like statements and abstractions that hide complex machine operations. Low-level languages like assembly and machine code are closer to how computers actually process data.