Information systems

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/33

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:56 PM on 4/2/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

34 Terms

1
New cards

What do you use in the order of operations?

PEMDAS

2
New cards

What must every formula or function begin with?

An equal sign.

3
New cards

What does the name box represent in Excel?

The address of the cell you are currently on.

4
New cards

What is an 'active cell'?

A cell that is highlighted in green.

5
New cards

How does a cell solve formulas?

Using the order of operations, or PEMDAS.

6
New cards

What is a file handle in Excel?

It allows you to drag or increment to adjust values.

7
New cards

What does relative reference mean?

Referencing a cell that updates when copied to other columns or cells.

8
New cards

How would you define a function in Excel?

A predefined formula.

9
New cards

What is the proper syntax for writing a function in Excel?

It must start with an equal sign, followed by the function name, an open parentheses, required arguments (optional arguments may follow), and a closed parentheses.

10
New cards

How are arguments in an Excel function separated?

By commas.

11
New cards

What is a cell range and how is it defined in a formula?

A cell range is separated by a colon, e.g., =SUM(B5:D44, A15, 100).

12
New cards

What does CTRL + ~ do in Excel?

It will show formulas in the worksheet.

13
New cards

What does 'False' mean in lookup functions?

It indicates looking for an exact match.

14
New cards

For what type of tables are V-lookups used?

Horizontal tables.

15
New cards

What is the difference between relative and absolute references?

Relative references update when copied; absolute references do not change.

16
New cards

What does $B$5 represent in Excel?

An absolute reference; both column and row will not change.

17
New cards

What does $B5 represent in Excel?

A mixed reference; column will not change but the row may change.

18
New cards

What does B$5 represent in Excel?

A mixed reference; row will not change but the column may change.

19
New cards

What are logical operators in Excel?

They are operators used in logical comparisons:

20
New cards

What does B5 represent in terms of relative references?

Column and row will both update based on where the formula referencing B5 is copied.

21
New cards

How do you indicate a range of cells in a SUM function?

By using a colon to separate cell references, e.g., =SUM(B5:D44).

22
New cards

What do you need after the equal sign in a function syntax?

The name of the function.

23
New cards

What does 'look for an exact match' mean in an Excel formula?

It requires a precise value match in lookup functions.

24
New cards

What action does the file handle allow you to perform in Excel?

Drag or increment cell values.

25
New cards

What separates functional arguments in Excel?

Commas.

26
New cards

What is a mixed reference in Excel?

A reference where either the row or column is absolute and the other is relative.

27
New cards

How is the active cell represented visually in Excel?

By highlighting it in green.

28
New cards

What is the equal sign used for in Excel functions?

To indicate the start of a formula or function.

29
New cards

What does 'False' indicate when using VLOOKUP?

The function should find an exact match.

30
New cards

What do you need to enclose optional arguments in an Excel function?

They are within parentheses, following the required arguments.

31
New cards

In which scenario would you use absolute referencing in Excel?

When you want to keep a cell referenced unchanged, regardless of where the formula is copied.

32
New cards

What is the significance of the notation in the function =SUM(100, 1000, 10000, B5)?

It shows a sum of values where B5 is referenced as an argument.

33
New cards

What happens when a formula using relative references is copied to another cell?

The column and row references adjust according to their new location.

34
New cards

Why would you use logical operators in Excel formulas?

To perform comparisons and logical tests.