CIS Quiz 1

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/28

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:42 PM on 9/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

29 Terms

1
New cards

Workbook

One or more worksheets saved together under the same filename

2
New cards

Sheet 1

The default name for the first worksheet

3
New cards

Sheet 2

The default name for the second worksheet

4
New cards

Cell address

Identified by its column and row

5
New cards

Column headers

Labels like Title, Platform, Unit Cost that appear above data rows (also called column names/labels)

6
New cards

Formula

What you enter into a cell to have Excel perform a calculation

7
New cards

= (equals sign)

All Excel formulas begin with this symbol

8
New cards

Fill Handle

Excel command/tool used to copy a formula to adjacent cells without typing it by hand (also: Copy/Paste)

9
New cards

Relative cell reference

A cell reference that automatically changes/transforms when a formula is copied to other cells

10
New cards

Range

A sequential collection of cells, e.g., G4:G9

11
New cards

SUM function

Function used to add up values in a range without naming each cell explicitly, e.g., =SUM(G4:G9)

12
New cards

AVERAGE function

Function used to calculate the average of a range, e.g., =AVERAGE(F4:F9)

13
New cards

MAX function

A commonly used function that returns the largest value in a range

14
New cards

MIN function

A commonly used function that returns the smallest value in a range

15
New cards

IF function

Function used to return one value if a condition is true and another if false

16
New cards

IF function syntax

=IF(logical test, value if true, value if false)

17
New cards

Cell reference

The name of a cell (like A1) used inside a formula

18
New cards

Absolute cell reference

A cell reference that is NOT modified by Excel when the formula is copied

19
New cards

$ (dollar sign)

Symbol used to "lock" a column or row reference so it doesn't change when copied

20
New cards

Locking column only

Prefix the column letter with $ (e.g., $A1)

21
New cards

Locking row only

Prefix the row number with $ (e.g., A$1)

22
New cards

Locking both column and row

Prefix both column and row with $ (e.g., $A$1) — makes reference fully absolute

23
New cards

Mixed reference

A reference where only the row OR only the column is locked with $ (e.g., A$1 or $A1)

24
New cards

AND function

Used inside an IF's logical test to require multiple conditions be true, e.g., =IF(AND(condition1, condition2), value if true, value if false)

25
New cards

OR function

Used inside an IF's logical test to require at least one of multiple conditions be true

26
New cards

Cross-sheet reference syntax

SheetName! placed before a cell reference to point to a cell on a different worksheet (e.g., Shipping!$A$1)

27
New cards

! (exclamation point)

Symbol used to separate a worksheet name from a cell reference when referencing another sheet

28
New cards

Relative reference — column copy rule

When a formula is copied one cell to the right, the column of the reference advances by one

29
New cards

Relative reference — row copy rule

When a formula is copied one cell down, the row of the reference is incremented by one