CSCI FINAL

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

1/99

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:22 PM on 5/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

100 Terms

1
New cards

what error will you get if you type a function name incorrectly

#NAME?

2
New cards

which will not return the systems clocks date?

DATE () - DATE ()

3
New cards

which is not a valid test in an IF statement

A4 - B4

4
New cards

which axis displays descriptive labels for data points

category axis

5
New cards

Which chart element CANNOT be chosen from the Chart Elements dialog box?

format black wall

6
New cards

What can you NOT do from the Select Data Source dialog box?

Change chart type

7
New cards

Which is NOT a characteristic of a table?

Can contain multiple ranges — a table is a single contiguous range.

8
New cards

What is NOT true about creating a data table?

Leave one blank row below labels

9
New cards

Which filter option is NOT on the date filter submenu?

tomorrow

10
New cards

which filter option is not on the text filter submenu

Includes

11
New cards

Which is NOT a conditional formatting option?

Table Format

12
New cards

Which conditional formatting option applies formatting to values between two numbers?

Highlight Cells Rules

13
New cards

If a cell fails a conditional formatting test, what happens?

not formatted

14
New cards

What CANNOT be found on the Manage Rules dialog box?

copy rule

15
New cards

What does a + button indicate in an outline?

Expand details

16
New cards

Which function is NOT a Subtotal function?

AGGREGATE

17
New cards

A(n) ________ is an interactive table used to consolidate and summarize information.

PivotTable

18
New cards

In a Recommended PivotTable, which column is most likely used as values?

Units Sold

19
New cards

Which is true about creating a blank PivotTable?

Can be on same sheet as source

20
New cards

Moving a field from ROWS to COLUMNS would ________.

Consolidate data

21
New cards

How do you change SUM to AVERAGE in VALUES?

Value Field Settings

22
New cards

How do you add a date filter to a PivotTable?

Drag Date to FILTERS

23
New cards

Which is NOT true about the PivotTable Fields pane?

Table named Table1

24
New cards

A PivotTable timeline can filter by all EXCEPT ________

Decade

25
New cards

% of Grand Total displays values as ________.

% of grand total

26
New cards

Which is NOT controlled by a PivotTable style?

Subtotal calculations

27
New cards

PivotTable styles are selected from ________.

Style gallery

28
New cards

Banded rows

shade odd/even

29
New cards

The slicer ________ is text in the slicer header.

caption

30
New cards

Which character is NOT allowed in a range name?

!

31
New cards

Benefit of range names?

Easier to remember

32
New cards

If Quantity=6 and Unit_Price=3, =Quantity*Unit_Price returns:

18

33
New cards

To add a column header in a one-variable data table:

Custom format with quotes

34
New cards

A one-variable data table can be built ________.

Either A or B (vertically or horizontally)

35
New cards

________ enables experimenting with variables.

What-if analysis

36
New cards

Where do you set up substitution values in a two-variable data table

First row & column

37
New cards

Which is NOT part of Goal Seek?

Function

38
New cards

what is a scenario

Set of possible situations

39
New cards

what is an excel add in

program that enhances excel

40
New cards

A(n) ________ specifies the formula cell optimized by Solver.

objective cell

41
New cards

A $50,000 down payment limit is a ________.

constraint

42
New cards

best tool to maximize profit

Solver

43
New cards

solver does NOT support which calculation

range

44
New cards

which formula returns the day of the month

DAY

45
New cards

If B3 = 9/3/2021, =MONTH(B3) returns:

9

46
New cards

Function that averages with multiple criteria:

AVERGEIFS

47
New cards

what is a nested function

function inside another

48
New cards

which is NOT true about COUNTIF

As many arguments as conditions

49
New cards

function that returns TRUE only if ALL conditions are true

AND

50
New cards

function that sums with multiple criteria

SUMIFS

51
New cards

function that returns present value

PV

52
New cards

A ________ chart compares values across regions.

Map

53
New cards

COUNTIF takes how many arguments

2

54
New cards

If no logical tests in IFS are TRUE, Excel displays:

#N/A

55
New cards

Function returning total present value of future payments:

PV

56
New cards

Function calculating number of payment periods:

NPER

57
New cards

function calculating periodic rate

RATE

58
New cards

Paying extra principal on a mortgage

saves interest & shortens loan

59
New cards

Relative Standing measures ________.

rank among values

60
New cards

function for sample standard deviation

STDEV.S

61
New cards

strongest positive correlation

1

62
New cards

function returning population stdev including text

STDEVPA

63
New cards

Square root of variance is ________.

Standard deviation

64
New cards

function measuring simultaneous variation

COVARIANCE.S

65
New cards

simplest way to create a histogram

histogram

66
New cards

A ________ extrapolates future values.

forecast worksheet

67
New cards

________ returns forecasted values using exponential smoothing

FORECAST.ETS

68
New cards

In y = mx + b, slope is ________.

m

69
New cards

If worksheets are grouped, how do you ungroup?

Right-click → Ungroup Sheets

70
New cards

If Sheet1 & Sheet2 are grouped and you enter a formula in B3 of Sheet1:

Sheet2 B3 gets same formula

71
New cards

A hyperlink can do all EXCEPT ________.

Switch worksheets

72
New cards

A visited hyperlink is ________.

Purple & underlined

73
New cards

Which is NOT an Arrange All option?

Side by Side

74
New cards

Worksheet name in a 3D reference is enclosed in ________.

''' (single quotes)

75
New cards

If you move an endpoint sheet in a 3D reference

excel adjusts reference

76
New cards

which contains a correct 3D reference

=B4+'1st Quarter'!B3

77
New cards

If source file is edited while destination is open

Destination updates

78
New cards

Character separating sheet name from cell reference:

!

79
New cards

Tool that walks through nested formula steps:

Evaluate Formula

80
New cards

Green triangle means ________

Logic error

81
New cards

Which function has no syntax error?

=AVERAGE(A1:A9)

82
New cards

In =B2*B7 in C7, the dependent cell is ________.

C7

83
New cards

Blue arrows in tracing precedents indicate ________.

No errors

84
New cards

Feature that warns users from entering invalid data:

Data Validation

85
New cards

Which is NOT an Error Style?

critical

86
New cards

method to validate pasted data:

circle invalid data

87
New cards

function returning value at row/column intersection

INDEX

88
New cards

function returning relative position

MATCH

89
New cards

Using =MATCH(66,A1:A4,0), result is:

3

90
New cards

Why nest MATCH inside INDEX?

Use position from MATCH

91
New cards

Criteria range is ________.

Adjacent cells defining conditions

92
New cards

<> means ________.

Not equal

93
New cards

For exact match in VLOOKUP, range_lookup should be ________.

FALSE

94
New cards

=RIGHT("Frog Legs",6) returns ________.

Legs

95
New cards

A partially completed workbook used as a model is a ________.

Template

96
New cards

Which is NOT checked by Accessibility Checker?

print area

97
New cards

File extension for macro-enabled workbook:

.xlsm

98
New cards

Which is FALSE about recording a macro?

Pause button exists

99
New cards

Where should you store macros for use in any workbook?

Personal Macro Workbook

100
New cards

Where do you edit a macro?

VBA editor