Multiple choice

Which is a high level language of computer?

  1. Machine language

  2. English language

  3. Assembly language

  4. FORTRAN

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

High-level languages are programming languages that are more abstract and easier for humans to read and write compared to low-level languages. FORTRAN (developed in 1957) was one of the first high-level programming languages. Machine language and Assembly language are both low-level languages that work closer to the hardware. English is a natural language, not a programming language.