software apps final exam

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

1/80

Last updated 4:44 PM on 12/4/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

81 Terms

1
New cards

profit and loss (P&L) statement

A financial statement that summarizes the income and expenses incurred during a specified interval. Also called an income statement.

2
New cards

income statement

summarizes the income and expenses incurred during a specified interval. Also called a profit and loss statement.

3
New cards

link

in excel, to consolidate data from separate workbooks

4
New cards

source workbook

from which you copy or link data

5
New cards

destination workbook

workbook that receives data from another workbook when two workbooks are linked; sometimes referred to as the dependent file.

6
New cards

path

address that describes the exact location of a file in a file hierarchy showing the folder with the highest hierarchy level on the left and steps through each hierarchy level toward the right; locations are separated by small triangles or by backslashes.

7
New cards

indirect referencing

a cell reference in which the reference itself is a calculated value

8
New cards

header row

the first row that contains the column names

9
New cards

data definition table

Documentation that lists the fields to be maintained for each record, a description of the information each field will include, and the type of data stored in each field

10
New cards

freeze

to keep rows and/or columns you select visible as you scroll a worksheet

11
New cards

ascending order

arrangement of text alphabetically from A to Z, numbers from smallest to largest, and dates from oldest to newest.

12
New cards

descending order

data sourced from highest to lowest, most recent to earliest, or Z to A

13
New cards

ascending order

the arrangement of text A to Z, smallest to largest, and dates oldest to newest

14
New cards

primary sort field

a field determines the order of records in a object that are already sorted by a primary sort field

15
New cards

secondary sort field

2nd field that determines the order of records in an object that are already sorted by a primary sort field

16
New cards

custom list

a sequence you specify to sort data

17
New cards

subtotals

summary function applied to part of a data range

18
New cards

criteria filters

condition you specify for a filter

19
New cards

calculate field

*a field whose values are not entered by calculated based on other fields

20
New cards

structural references

a refrence that refers to a structural element of an excel table

21
New cards

advance filtering

Excel table or data range, a way of writing more complicated filter criteria that involves expression that combine fields using the AND and OR logical operators.

22
New cards

criteria range

location separate from the table used to list specific search specifications.

23
New cards

partial lookup

a look up that matches a character pattern rather than a specific value

24
New cards

ISF function

a function that tests for multiple conditions without nesting

25
New cards

AND function

a logical function that returns the word TRUE if both arguments are true

26
New cards

OR functiom

a logical function that returns TRUE if either part of the condition is true

27
New cards

NOT function

a logical function that uses a single argument and returns TRUE if the condition is false

28
New cards

conditional count

COUNTIF function, which calculates the number of cells in a range that match criteria you specify

29
New cards

COUNTIFS function

a function that counts the number of cells within a range that meet multiple criteria

30
New cards

conditional sum

SUMIF function, which adds the values in a range that match criteria you
specify

31
New cards

SUMSIF function

a function that adds values in a range that meet multiple criteria

32
New cards

conditional averages

AVERAGEIF function, which averages the values in a range that match criteria
you specify

33
New cards

AVERAGEIF function

function that calculates the average of values within a range that meet multiple criteria

34
New cards

AVERAGEIFS function

function that calculates the average of values for cells that match criteria you specify

35
New cards

drilling down

the process in data analysis in which the data view goes from the most general to the most specific

36
New cards

PivotTable cache

an object that stores PivotTable data

37
New cards

show report filters pages tool

a tool used to create multiple copies of a PivotTable

38
New cards

manual group

a new PivotTable group created by combining items within a field that appears as a new field within the PivotTable

39
New cards

base field

a field used as the basis for comparison

40
New cards

base item

a item used as the basis for comparsion

41
New cards

PivotTable cache

an onject that stores PivotTable data

42
New cards

PivotTable Wizard

the tool used to PivotTables prior to Excel 2016; can be used now to create a separate PivotTable cache

43
New cards

Calculates item

a user-defined formula for calculation between items within a PivotTable field

44
New cards

calculated field

a field whose values are not entered byt calculated based on other fields

45
New cards

standard PivotTable

summarizes data from a excel table

46
New cards

names sets

feature that defines which fields are displayed within each part of the PivotTable based on the Data Model

47
New cards

distinct count

counts the unique values within a field

48
New cards

GETPIVOTDATA function

extracts information from a PivotTable for use in a report

49
New cards

data cube

multidimensional array of values found in PivotTables

50
New cards

online analytic processing (OLAP) database

database built to optimize structured data for querying and reporting

51
New cards

database function

a function that performs summary data analysis, such as sum, average, or count, on an Excel table or data range based on criteria specified in a criteria range

52
New cards

Dfunction

function that performs summary data analysis, such as sum, average, or count, on an Excel table or data range based on criteria specified in a criteria range

53
New cards

arithmetic operator

A mathematical symbol representing the operations of addition, subtraction, multiplication, division, or exponentiation.

54
New cards

date data

A value in a recognized date format.

55
New cards

serif font

Fonts that have short decorative lines at the upper and lower ends of their characters.

56
New cards

sans serif font

Fonts that do not include short decorative lines at the upper and lower ends of their characters.

57
New cards

absolute cell reference

A$1, $A1, $A$1

58
New cards

COUNT function

The Excel function that tallies how many cells in a specified range contain numbers or dates.

59
New cards

HLOOKUP function

Searches for a value in the top row of a table or array and returns a value in the same column from a row you specify; used when comparison values are in the top row.

60
New cards

goal seek

A feature that automates the trial-and-error process by allowing you to specify a value for a calculated item, which Excel uses to determine the input value needed to reach that goal.

61
New cards

IF function

A logical function that tests a condition and then returns one value if the condition is true and another if false.

62
New cards

IFERROR

A function used to catch error values and replace them with a user-defined text string or value.

63
New cards

INT function

The function that always rounds a value down to the next lowest integer.

64
New cards

key performance indicator

A measurement used by business to measure achievement of a specific goal.

65
New cards

MODE.MULT function

The function that returns the single value that is repeated most often in the range.

66
New cards

MROUND function

The function that rounds a value to the nearest multiple of a given number.

67
New cards

NETWORKDAYS function

The function that calculates the number of working days between two dates

68
New cards

ROUNDDOWN function

The function that rounds a value to the next lowest digit.

69
New cards

ROUNDUP function

The function that rounds a value to the next highest digit.

70
New cards

VLOOKUP function

A function that returns values from a vertical lookup table.

71
New cards

WORKDAY function

A function that displays the date of a weekday that is a specified number of weekdays past a starting date.

72
New cards

Cost-volume-profit (CPV) analysis

A branch of financial analysis that studies the relationship between expenses, sales volume, and profitability.

73
New cards

Variable expense

Expenses that change in proportion to the volume of production.

74
New cards

cost of good sold

The expenses directly related to the cost of production; also known as cost of sales.

75
New cards

fixed expense

In financial analysis, an expense that must be paid regardless of sales volume.

76
New cards

mixed expense

Expenses which are part variable and part fixed.

77
New cards

break-even analysis

Another term for Cost-Volume-Profit (CVP) analysis.

78
New cards

cost-volume-profit (CPV) chart

A branch of financial analysis that studies the relationship between expenses, sales volume, and profitability.

79
New cards

data table

A range of cells that shows the resulting values when one or more input values are varied in a formula; in a chart, a grid containing the chart data.

80
New cards

array formula

An Excel formula that performs multiple calculations within a single step.

81
New cards