Multiple choice

COBOL, FORTRAN, and their descendants, such as Pascal and C, are known as which computer programming language?

  1. Imperative language

  2. Machine language

  3. Assembly language

  4. Fourth-generation language

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

Imperative programming languages are based on the concept of commands or statements that change the program state. COBOL, FORTRAN, Pascal, and C are classic examples of this paradigm, as they focus on describing how a program operates through a sequence of instructions.