What is a spreadsheet?
A spreadsheet is a two-dimensional table split into rows and columns used to organize and analyze data.
Define a cell and give an example of a cell address.
A cell is an individual unit in a spreadsheet identified by its column and row, e.g., B3.
What are the three types of data a cell can contain?
A number, text (label), or a formula.
What is a formula in Excel?
A formula is an expression that performs calculations on values in a spreadsheet, starting with ‘=’.
What does .csv stand for?
Comma Separated Values.
What is a label in a spreadsheet?
Text entered in a cell, often used for headings or descriptions.
What is the default file extension for Excel workbooks?
.xlsx
What is the difference between a workbook and a worksheet?
A workbook is the entire file; a worksheet is a single tab within the workbook.
What is the purpose of gridlines in Excel?
Gridlines help visually separate cells for easier reading.
What is the function of the Page Layout tab?
It allows you to adjust page size, orientation, margins, and print settings.
Explain the difference between a label and a formula.
A label is text for identification; a formula performs calculations.
How do you import a .csv file into Excel?
Use Data tab > Get & Transform Data > From Text/CSV, then select the file and load it.
Describe how to change page orientation in Excel.
Go to Page Layout tab > Orientation > select Portrait or Landscape.
What is the purpose of headers and footers?
To add information like page numbers, date, or filename to printed sheets.
Explain absolute vs relative cell referencing.
Absolute uses $ signs (e.g., $A$1) to fix a cell; relative adjusts references when copied.
What is a named range?
A descriptive name assigned to a cell or range for easier reference in formulas.
How do you display formulas in a worksheet?
Go to Formulas tab > Show Formulas.
What is the difference between SUM and AVERAGE functions?
SUM adds values; AVERAGE calculates the mean of values.
What does the Freeze Panes feature do?
It locks rows or columns so they remain visible while scrolling.
What is the Wrap Text feature used for?
It makes text fit within a cell by displaying it on multiple lines.
How do you freeze panes so that the first row and column remain visible?
Select cell B2, then go to View tab > Freeze Panes > Freeze Panes.
Explain how to create a named range and why it is useful.
Select cells, go to Formulas tab > Define Name, enter a name. Useful for easier formula writing.
Discuss the advantages of using functions like SUM instead of manual addition.
Functions are faster, reduce errors, and update automatically when data changes.
How would you protect a worksheet with a password?
Go to Review tab > Protect Sheet, set a password and select allowed actions.