Chapter-8 Computer Rivision
Chapter-8 Computer Rivision
2. Define a cell.
A cell is the smallest unit of a spreadsheet, represented by a rectangular box
where data can be entered.
4. What will happen if you close the file without saving it?
If you close a file without saving it, all changes made to the file will be lost. You
will be prompted to save the file before closing it, but if you choose not to save,
the changes will be discarded.
3. State the two methods you can change the font properties of text.
The two methods to change the font properties of text in Excel are:
- Using the Font group in the Home tab
- Using the Format Cells dialog box
To keep row and column labels visible as you scroll select data in a
worksheet:
To keep row and column labels visible as you scroll select data in a worksheet,
you can:
- Select the cell where you want to freeze the panes.
- Go to the View tab.
- Click on Freeze Panes.
- Select Freeze Panes from the drop-down list.
- Choose the option to freeze the top row, left column, or both.
1. Precedence of operators:
Precedence of operators determines the order in which mathematical
operations are performed. The order is:
1. Parentheses
2. Exponents
3. Multiplication and Division (from left to right)
4. Addition and Subtraction (from left to right)
3. Formula comparison:
No, the formulas =P6 + P7 and =P6 + P7^2 are not the same. The second
formula squares the value in cell P7 before adding it to P6.
6. Relative referencing:
Example: =A1+B1
In this formula, A1 and B1 are relative references. If you copy the formula to
another cell, the references will change relative to the new cell (e.g., =A2+B2).
7. Absolute referencing:
Example: =$A$1+$B$1
In this formula, $A$1 and $B$1 are absolute references. The dollar signs ($)
lock the references to specific cells, so they won't change if you copy the
formula to another cell.