MCQ Collection
China MCQs
Practice China questions with answers and explanations.
Choose an option to check your answer.
Correct Answer: D. 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. Testing seeks evidence about defects and behaviour but cannot prove the complete absence of defects
Explanation:
Testing samples behaviour against expectations; exhaustive proof is usually infeasible.
Choose an option to check your answer.
Correct Answer: D. 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: D. A data type constrains the values and operations valid for a variable
Explanation:
Types define representation and permitted operations, helping programs detect invalid use.
Choose an option to check your answer.
Correct Answer: B. A useful debugging process reproduces the fault, isolates causes and verifies the fix with tests
Explanation:
Reproduction, isolation and regression testing make a fix explainable and less likely to create new faults.
Choose an option to check your answer.
Correct Answer: C. A data type constrains the values and operations valid for a variable
Explanation:
Types define representation and permitted operations, helping programs detect invalid use.
Choose an option to check your answer.
Correct Answer: B. 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. Testing seeks evidence about defects and behaviour but cannot prove the complete absence of defects
Explanation:
Testing samples behaviour against expectations; exhaustive proof is usually infeasible.
Choose an option to check your answer.
Correct Answer: C. 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 data type constrains the values and operations valid for a variable
Explanation:
Types define representation and permitted operations, helping programs detect invalid use.
Choose an option to check your answer.
Correct Answer: B. A useful debugging process reproduces the fault, isolates causes and verifies the fix with tests
Explanation:
Reproduction, isolation and regression testing make a fix explainable and less likely to create new faults.
Choose an option to check your answer.
Correct Answer: C. 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.