Which of the following describes the lack of an innate intelligence or independent decision-making capability in a traditional computer system? MCQ with Answer and Explanation

Which of the following describes the lack of an innate intelligence or independent decision-making capability in a traditional computer system?
A. No Feelings
B. Volatility
C. No IQ
D. Diligence
Answer: Option C
Solution (By JKSSB Mock Tests)
Computers possess 'No IQ'; they cannot take independent decisions beyond the predefined logic and code provided by a human programmer.

Discuss this Question (0)

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

Practice More Computer Fundamentals Questions

Question #1
What is the function of an assembler?
A. Executes programs
B. Translates assembly language to machine code
C. Translates machine code to assembly
D. Translates high-level language to assembly

Correct Answer: Option B


Explanation:
An assembler converts assembly language instructions into machine code.

This question belongs to: Computer Computer Fundamentals
Question #2
What is the decimal equivalent of hexadecimal 2B?
A. 45
B. 44
C. 46
D. 43

Correct Answer: Option D


Explanation:
2B = 2*16 + 11 = 32+11 = 43.

This question belongs to: Computer Computer Fundamentals
Question #3
Which component of the CPU stores temporary data?
A. Registers
B. Control Unit
C. ALU
D. Cache

Correct Answer: Option A


Explanation:
Registers are small, fast storage locations within the CPU that hold intermediate data.

This question belongs to: Computer Computer Fundamentals