Info Systems Exam #2

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:11 PM on 3/28/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

Name Box

Displays the cell reference or the name of a selected cell or range.

2
New cards

Formula Bar

The area where you enter or edit formulas or data in a cell, displaying the contents of the active cell.

3
New cards

Active Cell

The currently selected cell in the worksheet, indicated by a bold border.

4
New cards

Equal Sign (=)

Essential to begin any formula or function in Excel, without which the entry is treated as text.

5
New cards

Number Formats

Formats that determine how numbers are displayed in Excel, including General, Accounting, Currency, Percent, etc.

6
New cards

Formula

A user-defined calculation in Excel, e.g., =A1+B1.

7
New cards

Function

A pre-defined formula in Excel, such as SUM(A1:A10).

8
New cards

Order of Operations (PEMDAS)

The order in which calculations are performed: Parentheses, Exponents, Multiplication and Division, Addition and Subtraction.

9
New cards

Relative References

Cell references that change when copied to another cell, e.g., A1.

10
New cards

Absolute References

Cell references that remain constant when copied, indicated by dollar signs ($), e.g., $A$1.

11
New cards

Mixed References

Combination of relative and absolute references; either the row or the column is fixed, e.g., $A1 or A$1.

12
New cards

VLOOKUP

A function that looks up a value in a table array and returns a corresponding value; understand its arguments.

13
New cards

IF

A function used to create logical tests, with parameters for value_if_true and value_if_false.

14
New cards

MIN

A function that returns the smallest number in a set of values.

15
New cards

MAX

A function that returns the largest number in a set of values.

16
New cards

SUM

A function that adds all the numbers in a range of cells.

17
New cards

AVERAGE

A function that calculates the average of a set of numbers.

18
New cards

Logical Operators

Used in functions like IF to create logical expressions, including =, >, <, >=, <=, and <>.