MCQ Collection
china-kaoyan-computer-408 MCQs
Practice china-kaoyan-computer-408 questions with answers and explanations.
Choose an option to check your answer.
Correct Answer: A. A binary digit can represent one of two states, 0 or 1
Explanation:
Binary uses base two, so each bit has two possible values and positional weights are powers of two.
Choose an option to check your answer.
Correct Answer: A. An operating system manages hardware resources and provides services to applications
Explanation:
Operating systems coordinate processes, memory, storage, devices and user/application interfaces.
Choose an option to check your answer.
Correct Answer: B. Big-O notation describes how resource use grows with input size
Explanation:
Asymptotic notation characterises growth rates rather than exact machine-specific time.
Choose an option to check your answer.
Correct Answer: B. A primary key uniquely identifies each row in a table
Explanation:
Primary-key values are unique and support reliable row identification and relationships.
Choose an option to check your answer.
Correct Answer: A. Normalisation reduces avoidable redundancy and update anomalies
Explanation:
Normalisation decomposes data structures to improve consistency while preserving meaningful dependencies.
Choose an option to check your answer.
Correct Answer: A. Users and processes should receive only the permissions necessary for their tasks
Explanation:
Limiting permissions reduces the impact of mistakes and compromised accounts.
Choose an option to check your answer.
Correct Answer: B. A binary digit can represent one of two states, 0 or 1
Explanation:
Binary uses base two, so each bit has two possible values and positional weights are powers of two.
Choose an option to check your answer.
Correct Answer: A. An operating system manages hardware resources and provides services to applications
Explanation:
Operating systems coordinate processes, memory, storage, devices and user/application interfaces.
Choose an option to check your answer.
Correct Answer: D. Big-O notation describes how resource use grows with input size
Explanation:
Asymptotic notation characterises growth rates rather than exact machine-specific time.
Choose an option to check your answer.
Correct Answer: C. A primary key uniquely identifies each row in a table
Explanation:
Primary-key values are unique and support reliable row identification and relationships.
Choose an option to check your answer.
Correct Answer: D. Normalisation reduces avoidable redundancy and update anomalies
Explanation:
Normalisation decomposes data structures to improve consistency while preserving meaningful dependencies.
Choose an option to check your answer.
Correct Answer: A. IP handles addressing and routing, while TCP provides reliable ordered delivery for a connection
Explanation:
The Internet protocol suite separates network-layer routing from transport-layer reliability.