Single Choice
Moderate
QSUM can accept:
ID: #25677
MCQ Quiz - Chapter Summary - Class 8 - Spreadsheet
4 views
Question Info
#25677Q ID
ModerateDifficulty
MCQ Quiz - Chapter Summary - Class 8 - SpreadsheetTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Correct Answer Explanation:
SUM accepts both individual numeric values (like =SUM(1,2,3)) AND ranges (like =SUM(A1:A10)). You can even mix them: =SUM(A1:A5, 100).
Why the other options are incorrect:
- Option B: SUM adds numbers; text values are ignored (or cause errors if you're strict).
- Option C: TRUE/FALSE (booleans) aren't the primary input — SUM works with numbers.
- Option D: Dates can be summed (they're stored as numbers), but SUM is not limited to dates.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic