Information Systems and Computer Applications CLEP Prep Practice Exam

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the CLEP Information Systems & Computer Applications Exam with flashcards and multiple-choice questions. Each question comes with hints and explanations to help you succeed. Master the content and pass your exam!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


What type of programming language was Fortran first developed in?

  1. Assembly language

  2. C language

  3. BASIC language

  4. Machine language

The correct answer is: Machine language

Fortran, which is short for "Formula Translation", was first developed in 1957 by a group of IBM programmers. It was one of the earliest high-level programming languages and was specifically designed for scientific and engineering applications. Assembly language (A) was the first low-level programming language, which was used prior to high-level languages like Fortran. C language (B) and BASIC language (C) were developed after Fortran and are also high-level languages, but they were not the first programming languages. Machine language (D) is the most basic and primitive form of programming language, which directly corresponds to instructions executed by a computer's central processing unit (CPU). Therefore, Fortran was not developed in machine language because it is a high-level language.