Term 1 Spreadsheets Flashcards
What is a spreadsheet used for?
To store information
What is the name for a unit of data (box) in a spreadsheet?
A cell
What is the name for a vertical collection of cells in a spreadsheet?
A column
What is the name for a horizontal collection of cells in a spreadsheet?
A row
What does the operator + mean in a spreadsheet formula?
Add the two operands (values) together
Which operator is used in a spreadsheet formula to show division?
/
Which operator is used in a spreadsheet formula to show multiplication?
*
Which operator is used in a spreadsheet formula to show subtraction
-
In a spreadsheet which function allows you to find the largest value in a range of cells?
=max( ) where the range of cells goes in the brackets e.g. =max(A1:A12)
In a spreadsheet which function allows you to find the smallest value in a range of cells?
=min( ) where the range of cells goes in the brackets e.g. =min(A1:A12)
In a spreadsheet which function allows you to find the average of a set of values in a range of cells?
= average( ) where the range of cells goes in the brackets e.g. =average(A1:A12)
What type of chart is shown as a circle split into multiple sections (like slices of a pizza)?
A pie chart
What type of chart is shown as vertical columns?
A bar chart
What does the VLOOKUP( ) function allow you to do?
select specific data from a large table of data
What does the COUNTIF( ) function allow you to do?
count the number of cells that contain certain data