Excel Basics Quiz for Beginners
Excel Basics Quiz for Beginners
EXCEL TEST
A file manager.
B. An electronic spreadsheet.
C. A figure cataloguer.
D. An electronic dictionary.
What is a cell?
A. An Excel function.
B. It is a unit of the spreadsheet in which data is entered and stored.
C. It is the name given to a set of numbers.
D. It is the name given to a workbook.
A. - e +
B. $ e %
C. * e /
D. < e >
7. What is the function used to compare through a logical test and return as a response
a value assigned as true and another assigned as false?
A. Soma
B. Be
C. Average
D. Test
A. Data
B. Forms
C. Lines
D. Cells
9. What kind of software is Excel?
A. An operating system
B. A calculation utility
C. A text and number editor
A spreadsheet editor app
11. Let's say there are several values to be summed that start in cell B5 and
extend to cell B20. What formula should be used to solve this calculation?
A. =SUM(B5+B20)
B. =B5+B20
C. =B5:B20
D. =SUM(B5:B20)
What is a cell?
14. How should we proceed to lock the references of a cell so that when using the
filler handle, its content is not selected?
15. How should we proceed to copy the content of a cell to others making with
that its content be sequenced?
A. Fixed or relative
B. Constants or formulas
C. Numbers and formulas
D. Formulas or functions
17. A cell or range can be represented in Excel by all the options below,
except:
A. IV1
B. Valor_caixa_do_mes_de_abril
C. X700
D. A:A
E. Nda
18. The graphic symbol that within a formula locks (absolute reference) a column and/or
line, avoiding change when dragging (autofill) is:
A. %
B. &
C. *
D. $
E. Nda
A B C
1 Name Note Situation
2 John 55
3Maria 80
4 Average
19. Select the correct formula to show 'approved' in cell C2 if the student is with the
a score above 60, and failing if below the same value:
=IF(B1>60,"approved","rejected")
=IF(B2>60,"approved","rejected")
=IF(A2<60,"failed", "passed")
=IF(B2>60,"failed","approved")
E. Nda
20. Considering the same previous table: select the correct formula to display in the cell
B4 the average of the students:
=AVERAGE(C2:C3)
B. =AVERAGE(A2:A3)
C. =AVERAGE(B2:B3)
=AVERAGE(B1)
E. Nda