MCQ Collection
GAT Subject Computer Science MCQs
Practice GAT Subject Computer Science questions with answers and explanations.
Choose an option to check your answer.
Correct Answer: D. While loop
Explanation:
A while loop evaluates its condition before each iteration.
Choose an option to check your answer.
Correct Answer: A. Software that manages hardware and provides services to programs
Explanation:
An operating system coordinates hardware resources and applications.
Choose an option to check your answer.
Correct Answer: B. A finite sequence of steps for solving a problem
Explanation:
An algorithm is an ordered and finite problem-solving procedure.
Choose an option to check your answer.
Correct Answer: B. Octal
Explanation:
The octal system has base 8 and uses digits 0–7.
Choose an option to check your answer.
Correct Answer: C. AND
Explanation:
AND produces true only when both operands are true.
Choose an option to check your answer.
Correct Answer: D. NOT
Explanation:
NOT changes true to false and false to true.
Choose an option to check your answer.
Correct Answer: A. Router
Explanation:
A router selects paths and forwards packets between networks.
Choose an option to check your answer.
Correct Answer: B. Central Processing Unit
Explanation:
CPU means Central Processing Unit.
Choose an option to check your answer.
Correct Answer: C. RAM
Explanation:
RAM is volatile memory and requires power to retain data.
Choose an option to check your answer.
Correct Answer: D. Machine language
Explanation:
The processor executes machine instructions encoded in binary.
Choose an option to check your answer.
Correct Answer: A. Translate source code into another executable or lower-level form
Explanation:
A compiler translates source code before execution.
Choose an option to check your answer.
Correct Answer: B. Primary key
Explanation:
A primary key uniquely identifies each table row.