What are the three basic structures of spreadsheet software?
Cells, rows, and columns
What is a cell in a spreadsheet?
The intersection of a row and column where data can be entered
How are rows identified in a spreadsheet?
By numbers (1, 2, 3, etc.)
How are columns identified in a spreadsheet?
By letters (A, B, C, etc.)
What are the main data types that can be entered in spreadsheet cells?
Text, numbers, dates, times, and formulas
What is the difference between text and number data types in spreadsheets?
Text is used for labels and descriptions, numbers can be used in calculations
What is a spreadsheet template?
A pre-designed spreadsheet with formatting, formulas, and structure that can be reused
What are headers and footers in spreadsheets?
Text that appears at the top (header) or bottom (footer) of every printed page
What is conditional formatting?
A feature that automatically changes cell appearance based on the cell’s value or content
Give an example of when you might use conditional formatting
To highlight cells with values above a certain threshold, like highlighting grades above 80% in green
What is data validation in spreadsheets?
A feature that restricts the type of data that can be entered into a cell
Give an example of data validation
Setting a cell to only accept whole numbers between 1 and 100
What does importing data mean in spreadsheets?
Bringing data from external sources (like CSV files or databases) into the spreadsheet
What is the difference between entering text and entering a formula in a cell?
Text is entered directly, formulas start with an equals sign (=) and perform calculations
How do you enter a formula in a spreadsheet cell?
Start with an equals sign (=) followed by the calculation or function
What formatting options are available for cells?
Font style, size, color, borders, background color, number format, alignment
How can you format an entire row or column?
Select the row number or column letter, then apply formatting options
What does replicating a formula mean?
Copying a formula to other cells, with cell references automatically adjusting
How do you replicate a formula to adjacent cells?
Use the fill handle (small square at bottom-right of cell) and drag to copy
What should you consider when creating a template for others to use?
Clear labels, instructions, protected formulas, consistent formatting, and user-friendly layout
Name three simple functions commonly used in spreadsheets
SUM, AVERAGE, COUNT
What does the SUM function do?
Adds up all the numbers in a selected range of cells
What does the AVERAGE function do?
Calculates the mean (average) of numbers in a selected range
What is the difference between relative and absolute cell referencing?
Relative references change when copied (A1), absolute references stay fixed ($A$1)