Which generation introduced high-level languages like FORTRAN and COBOL? MCQ with Answer and Explanation

Which generation introduced high-level languages like FORTRAN and COBOL?
A. Second
B. First
C. Fourth
D. Third
Answer: Option A
Solution (By JKExamLibrary)
Second-generation computers (1950s-60s) saw the development of early high-level languages such as FORTRAN and COBOL.

This question belongs to: Computer Computer Fundamentals

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Computer Fundamentals Questions

Question #1 Report Error
What is the octal equivalent of decimal 100?
A. 146
B. 147
C. 145
D. 144

Correct Answer: Option D


Explanation:
100 decimal = 144 octal (1*64 + 4*8 + 4 = 100).

This question belongs to: Computer Computer Fundamentals
Question #2 Report Error
Which of the following is a common input device for playing games?
A. Printer
B. Plotter
C. Joystick
D. Speaker

Correct Answer: Option C


Explanation:
A joystick is an input device commonly used for gaming and simulations.

This question belongs to: Computer Computer Fundamentals
Question #3 Report Error
What is the function of an interpreter?
A. Converts binary to decimal
B. Translates high-level code to machine code line by line
C. Manages memory
D. Compiles entire code

Correct Answer: Option B


Explanation:
An interpreter translates and executes source code line by line, without producing a separate machine code file.

This question belongs to: Computer Computer Fundamentals