Computer Homework
Chapter 2
1. =SUM(C2:C9)
2. Autofill copies formulas or patterns automatically, saving time and reducing errors.
3. Relative references change when copied; e.g., =A1+B1 becomes =A2+B2 when dragged
down.
4. A function is a built-in formula for calculations; examples: =SUM(A1:A5),
=AVERAGE(B1:B5).
5. AutoSum quickly adds a range by selecting cells and inserting the SUM formula.
Chapter 3
1. Sorting arranges data alphabetically or numerically for easier analysis.
2. Two types of sorting: ascending (A-Z, 1-9) and descending (Z-A, 9-1).
3. Filtering shows only data meeting set criteria, hiding the rest temporarily.
4. Sorting rearranges all data; filtering hides unmatched rows but keeps order.
5. Conditional formatting changes cell color based on rules; e.g., scores above 90 green,
below 35 red.