Difficulty: Easy
Correct Answer: 1024
Explanation:
Introduction / Context:
Each question admits 2 choices (T or F), independently across questions. Counting sequences of independent binary choices leads to a simple power rule, 2^n for n questions.
Given Data / Assumptions:
Concept / Approach:
Step-by-Step Solution:
Verification / Alternative check:
Binary coding analogy: each sequence corresponds to a 10-bit string; total 10-bit strings = 2^10 = 1024.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
1024
Discussion & Comments