wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Excel Multiple Choice Questions

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is Excel primarily used for ?

a)

Word processing

b)

Data analysis and calculations

c)

Graphic design

d)

Web browsing

2.

What is the default file extension for Excel workbooks?

a)

.xls

b)

.xlsx

c)

.xlsm

d)

.csv

3.

How do you create a chart in Excel?

a)

Use the Chart Wizard

b)

Insert a Chart from the Insert tab

c)

Type the data and press F11

d)

All of the above

4.

Which of the following is NOT a type of chart in Excel?

a)

Line Chart

b)

Bar Chart

c)

Pie Chart

d)

Draw Chart

5.

What is a cell's address in Excel?

a)

The data it contains

b)

The range it refers to

c)

Its position defined by a letter and a number (e.g., A1)

d)

Its formatting

6.

How do you adjust the width of a column?

a)

Drag the right edge of the column header

b)

Use the Format Cells option

c)

Double-click the cell

d)

All of the above

7.

Which of the following formulas calculates the average of numbers in cells A1 to A10?

a)

=AVERAGE(A1:A10)

b)

=AVRG(A1:A10)

c)

=SUM(A1:A10)/20

d)

=MEAN(A1:A10)

8.

What will the formula =MIN(A1:A10) return?

a)

The highest number from the range A1 to A10

b)

The sum of the numbers from A1 to A10

c)

The lowest number from the range A1 to A10

d)

An error if A1 to A10 are empty

9.

If the range B1:B5 contains the values 10, 20, 30, 40, and 50, what will =MAX(B1:B5) return?

a)

30

b)

20

c)

40

d)

50

10.

How would you calculate the total of values from C1 to C10 using the SUM function?

a)

=TOTAL(C1:C10)

b)

=SUM(C1:C10)

c)

=ADD(C1:C10)

d)

=C1 + C2 + C3