Which is a high level language of computer?
-
Machine language
-
English language
-
Assembly language
-
FORTRAN
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.