MS Excel MCQs with explanations, suitable for competitive exams, computer exams, UGC/college exams, SSC, banking, teaching recruitment, and general computer knowledge.
MS Excel MCQs
1. Microsoft Excel is primarily used for:
A. Word processing
B. Spreadsheet and data analysis
C. Presentation design
D. Web browsing
Answer: B. Spreadsheet and data analysis
Explanation: Excel is spreadsheet software used for storing, organizing, calculating, analyzing, and visualizing data.
2. The intersection of a row and a column is called:
A. Sheet
B. Cell
C. Workbook
D. Range
Answer: B. Cell
Explanation: A cell is the basic unit of an Excel worksheet, such as A1 or B5.
3. A collection of worksheets is called:
A. Workbook
B. Range
C. Column
D. Cell
Answer: A. Workbook
Explanation: An Excel file containing one or more worksheets is called a workbook.
4. Which symbol is used to begin a formula in Excel?
A. #
B. @
C. =
D. %
Answer: C. =
Explanation: Every Excel formula generally starts with the equal (=) sign.
5. Which function is used to calculate the total of selected numbers?
A. COUNT()
B. SUM()
C. AVG()
D. TOTAL()
Answer: B. SUM()
Explanation: Example: =SUM(A1:A10) adds all values from A1 to A10.
6. Which function calculates the arithmetic average?
A. MEAN()
B. AVERAGE()
C. AVG()
D. COUNT()
Answer: B. AVERAGE()
Explanation: Example: =AVERAGE(A1:A10) calculates the average of the selected values.
7. What is the maximum number of rows in modern versions of Excel?
A. 65,536
B. 1,048,576
C. 16,384
D. 1,000,000
Answer: B. 1,048,576
Explanation: Modern Excel versions support 1,048,576 rows per worksheet.
8. What is the maximum number of columns in modern Excel?
A. 256
B. 1,024
C. 16,384
D. 65,536
Answer: C. 16,384
Explanation: The last column in modern Excel is XFD, making a total of 16,384 columns.
9. Which shortcut is commonly used to save an Excel workbook?
A. Ctrl + S
B. Ctrl + P
C. Ctrl + C
D. Ctrl + X
Answer: A. Ctrl + S
Explanation: Ctrl + S saves the current workbook.
10. Which shortcut is used to copy selected data?
A. Ctrl + X
B. Ctrl + C
C. Ctrl + V
D. Ctrl + Z
Answer: B. Ctrl + C
Explanation: Ctrl + C copies selected cells or content.
11. Which chart is best for showing parts of a whole?
A. Line Chart
B. Pie Chart
C. Scatter Chart
D. Area Chart
Answer: B. Pie Chart
Explanation: A pie chart shows how different categories contribute to a total.
12. Which Excel function counts cells containing numbers?
A. COUNTA()
B. COUNT()
C. COUNTIF()
D. SUM()
Answer: B. COUNT()
Explanation: COUNT() counts only cells containing numeric values.
13. Which function counts all non-empty cells?
A. COUNT()
B. COUNTA()
C. COUNTBLANK()
D. COUNTIF()
Answer: B. COUNTA()
Explanation: COUNTA() counts cells containing numbers, text, or other non-empty values.
14. Which symbol represents an absolute cell reference?
A. #
B. $
C. @
D. &
Answer: B. $
Explanation: $A$1 is an absolute reference. Both the column and row remain fixed when copied.
15. Which of the following is a relative cell reference?
A. $A$1
B. A$1
C. $A1
D. A1
Answer: D. A1
Explanation: A relative reference changes automatically when a formula is copied to another location.
16. What does the formula =A1+B1 do?
A. Multiplies A1 and B1
B. Adds A1 and B1
C. Compares A1 and B1
D. Counts A1 and B1
Answer: B. Adds A1 and B1
17. Which error appears when a formula divides a number by zero?
A. #NAME?
B. #VALUE!
C. #DIV/0!
D. #REF!
Answer: C. #DIV/0!
Explanation: This error occurs when attempting to divide by zero or an empty cell treated as zero.
18. Which error indicates an invalid cell reference?
A. #REF!
B. #NAME?
C. #NUM!
D. #N/A
Answer: A. #REF!
Explanation: #REF! usually occurs when a referenced cell has been deleted or becomes invalid.
19. Which function finds the largest value?
A. MAX()
B. HIGH()
C. LARGEVALUE()
D. TOP()
Answer: A. MAX()
20. Which function finds the smallest value?
A. LOW()
B. MIN()
C. SMALLVALUE()
D. LEAST()
Answer: B. MIN()
21. Which feature is used to arrange data in ascending or descending order?
A. Filter
B. Sort
C. Freeze Panes
D. Wrap Text
Answer: B. Sort
22. Which feature displays only records meeting specific conditions?
A. Sort
B. Filter
C. Format Painter
D. Find
Answer: B. Filter
23. Which function is used to apply a condition?
A. IF()
B. SUM()
C. MAX()
D. COUNT()
Answer: A. IF()
Explanation: Example: =IF(A1>=50,"Pass","Fail").
24. Which shortcut is used to undo the last action?
A. Ctrl + Y
B. Ctrl + Z
C. Ctrl + U
D. Ctrl + A
Answer: B. Ctrl + Z
25. Which shortcut is used to select the entire worksheet?
A. Ctrl + A
B. Ctrl + S
C. Ctrl + E
D. Ctrl + W
Answer: A. Ctrl + A
26. What does AutoFill help users do?
A. Delete data automatically
B. Fill a sequence or copy formulas
C. Create charts
D. Protect worksheets
Answer: B. Fill a sequence or copy formulas
Explanation: AutoFill can continue sequences such as 1, 2, 3 or copy formulas into adjacent cells.
27. Which function is used to count cells that meet a specific condition?
A. COUNT()
B. COUNTA()
C. COUNTIF()
D. SUMIF()
Answer: C. COUNTIF()
28. Which function adds values that meet a condition?
A. SUM()
B. SUMIF()
C. COUNTIF()
D. IF()
Answer: B. SUMIF()
29. Which key is commonly used to edit the active cell?
A. F1
B. F2
C. F5
D. F12
Answer: B. F2
30. The default extension of a modern Excel workbook is:
A. .docx
B. .pptx
C. .xlsx
D. .txt
Answer: C. .xlsx
Explanation: Modern Microsoft Excel workbooks are generally saved with the .xlsx extension.
Comments
Post a Comment