wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Chapter 5 MS Excel

Total questions: 33

Worksheet time: 17mins

Name
Class
Date
1.

What is the main file extension for a workbook created in modern Microsoft Excel versions (2010 and above)?

a)

.txt

b)

.xls

c)

.xlsx

d)

.pdf

2.

In Excel, a single file that contains one or more worksheets is called a:

a)

Document

b)

Workbook

c)

Slide

d)

Presentation

3.

The intersection of a Row (e.g., 5) and a Column (e.g., A) is called a:

a)

Box

b)

Grid

c)

Cell

d)

Data Point

4.

Which bar displays the content of the active cell and allows you to view or edit formulas?

a)

Status Bar

b)

Title Bar

c)

Formula Bar

d)

Scroll Bar

5.

Which keyboard shortcut is typically used to switch between open workbooks or windows?

a)

Ctrl + Tab

b)

Alt + Tab

c)

Ctrl + N

d)

Alt + F4

6.

Which error message appears if a column is not wide enough to display the number inside it?

a)

#VALUE!

b)

#NAME?

c)

######

d)

#DIV/0!

7.

You want to format a number (e.g., 1000) to appear as currency (e.g., $1,000.00). Which formatting option should you choose?

a)

General

b)

Text

c)

Currency or Accounting

d)

Percentage

8.

Which feature allows you to combine multiple selected cells into one larger cell and center the content (often used for titles)?

a)

Wrap Text

b)

Merge & Center

c)

Group Cells

d)

Combine Text

9.

If you want to automatically highlight all cells that contain a value greater than 50 (e.g., turn them red), which feature do you use?

a)

Conditional Formatting

b)

Format Painter

c)

Cell Styles

d)

Filter

10.

You see a green triangle in the corner of a cell containing a number. This usually indicates:

a)

The number is formatted as Text.

b)

The cell is locked.

c)

The calculation is perfect.

d)

The cell has a virus.

11.

You typed "012345" into a cell, but Excel automatically changed it to "12345" (removed the zero). How do you fix this to keep the zero?

a)

Type a space before the number.

b)

Change the cell format to Text before typing.

c)

Change the font color to black.

d)

Use the Bold setting.

12.

You want to lock certain rows or columns so they remain visible while you scroll through the rest of the worksheet. Which feature should you use?

a)

Split Window

b)

Freeze Panes

c)

Hide Rows

d)

Group

13.

Before printing a large spreadsheet, you want to ensure that the row headers (e.g., Name, Date, Amount) appear at the top of every printed page. Which feature do you use?

a)

Print Area

b)

Page Break Preview

c)

Print Titles

d)

Scale to Fit

14.

You want to print a large spreadsheet, but it spills onto two pages horizontally. How can you force it to fit on one page width?

a)

Delete half the columns.

b)

Page Layout > Scale to Fit > Width: 1 Page.

c)

Use a smaller computer screen.

d)

Change the font to white.

15.

Which function is used to add up all the numbers in a range of cells?

a)

=TOTAL()

b)

=ADD()

c)

=SUM()

d)

=COUNT()

16.

If you want to find the largest number in a list of values, which function should you use?

a)

=LARGE()

b)

=MAX()

c)

=UPPER()

d)

=BIG()

17.

What does the function =AVERAGE(A1:A5) do?

a)

Adds the values in cells A1 through A5.

b)

Finds the middle value in cells A1 through A5.

c)

Calculates the average of the values in cells A1 through A5.

d)

Counts how many cells contain numbers.

18.

What happens when you use the "AutoFill" handle (the small square at the bottom-right of a cell) to drag down a formula?

a)

It deletes the formula.

b)

It copies the formula and automatically adjusts the cell references.

c)

It moves the cell content.

d)

It sorts the data.

19.

You have a list of 50 items. You want to number them 1 to 50 automatically without typing each number. What is the fastest way?

a)

Type 1, then type 2, then type 3...

b)

Type 1 and 2 in the first and second cell, select both, and drag the Fill Handle down.

c)

Type 1, Copy it, and Paste it 50 times.

d)

Use the =COUNT() formula.

20.

You want to calculate the Total Price by multiplying Quantity (Cell A2) with Unit Price (Cell B2). What is the correct formula to type in Cell C2?

a)

A2 x B2

b)

=A2 * B2

c)

=MULTIPLY(A2:B2)

d)

=A2 X B2

21.

What is the result of this formula: =10 + 5 * 2?

a)

30

b)

20

c)

15

d)

Error

22.

What does the function =TODAY() display in a cell?

a)

The word "Today".

b)

The current time only.

c)

The current date (based on computer system).

d)

The day of the week (e.g., "Monday").

23.

What happens if you copy the formula =A1+B1 from Row 1 to Row 2?

a)

It remains =A1+B1.

b)

It automatically updates to =A2+B2.

c)

It gives an error.

d)

It changes to =B1+C1.

24.

You want to calculate the average marks of 5 students located in cells C1, C2, C3, C4, and C5. Which formula is WRONG?

a)

=AVERAGE(C1:C5)

b)

=(C1+C2+C3+C4+C5)/5

c)

=SUM(C1:C5)/5

d)

=MEAN(C1:C5)

25.

Which tool allows you to display only the rows that meet certain criteria (e.g., show only sales from "Johor")?

a)

Sort

b)

Filter

c)

Find

d)

Validate

26.

Which type of chart is best for showing the percentage contribution of parts to a whole (e.g., market share)?

a)

Bar Chart

b)

Line Chart

c)

Pie Chart

d)

Scatter Plot

27.

Which chart type is most suitable for showing trends over time (e.g., monthly sales over a year)?

a)

Pie Chart

b)

Line Chart

c)

Radar Chart

d)

Surface Chart

28.

You have a table of "Monthly Sales". You want to create a Bar Chart. What is the FIRST step?

a)

Click Insert > Bar Chart.

b)

Select the data range (including labels) that you want to chart.

c)

Draw a square on the screen.

d)

Save the file.

29.

You created a chart, but the title says "Chart Title". How do you change it to "Yearly Report"?

a)

Delete the chart and make a new one.

b)

Click on the text "Chart Title" and type the new name.

c)

You cannot change it.

d)

Use the formula =TITLE("Yearly Report").

30.

You have a list of sales data with many duplicate regions (e.g., "North", "North", "South"). You want to see a list of unique regions only. What feature can remove duplicates?

a)

Data > Remove Duplicates

b)

Home > Delete

c)

Review > Spell Check

d)

View > Split

31.

You have a list of students mixed up. You want to arrange them alphabetically (A-Z). Which button do you click?

a)

Sort Ascending (A-Z)

b)

Sort Descending (Z-A)

c)

Filter

d)

Find

32.

You only want to see students who scored "A". You don't want to delete the others, just hide them temporarily. What feature do you use?

a)

Sort

b)

Filter

c)

Cut

d)

Group

33.

Which chart is best to show the trend of temperature changes over 7 days?

a)

Pie Chart

b)

Line Chart

c)

Doughnut Chart

d)

Scatter Plot