Q. The first computer was programmed using .......
β
Correct Answer: (B)
Machine language
Explanation:
The first computers were programmed using machine language, which consists of binary code (0s and 1s) directly understood by the computer's hardware.
Other Options:
- (A) Assembly language β Introduced later as a more human-readable version of machine code.
- (C) Spaghetti code β A term for unstructured, difficult-to-read code, not a programming language.
- (D) Source code β A general term for any code written in a programming language before compilation.
Thus, the correct answer is (B) Machine language.
Explanation by: Mr. Dubey
The first computers were programmed using machine language, which consists of binary code (0s and 1s) directly understood by the computer's hardware.
Other Options:
- (A) Assembly language β Introduced later as a more human-readable version of machine code.
- (C) Spaghetti code β A term for unstructured, difficult-to-read code, not a programming language.
- (D) Source code β A general term for any code written in a programming language before compilation.
Thus, the correct answer is (B) Machine language.