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: 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.
Choose an option to check your answer.
Correct Answer: C. The address of a resource on a network
Explanation:
A URL locates a resource such as a web page.
Choose an option to check your answer.
Correct Answer: D. Bubble sort
Explanation:
Bubble sort compares adjacent pairs and swaps them until ordered.
Choose an option to check your answer.
Correct Answer: A. One binary value
Explanation:
A bit stores either 0 or 1.
Choose an option to check your answer.
Correct Answer: B. 8
Explanation:
A byte conventionally contains eight bits.
Choose an option to check your answer.
Correct Answer: C. 1010
Explanation:
Decimal 10 equals 8 + 2, giving binary 1010.
Choose an option to check your answer.
Correct Answer: D. Queue
Explanation:
A queue removes elements in the order they were inserted.
Choose an option to check your answer.
Correct Answer: A. Stack
Explanation:
A stack removes the most recently inserted element first.
Choose an option to check your answer.
Correct Answer: A. Binary search
Explanation:
Binary search compares with the middle element and halves the remaining range.