HCS081 Excel Theory test

0.0(0)
studied byStudied by 20 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/71

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

72 Terms

1
New cards

MS excel

ex of a “spreadsheet application software”

2
New cards

spreadsheet

A grid of columns & rows

3
New cards

examples of spreadsheet applications

google sheets, apple numbers

4
New cards

uses of spreadsheet

Used to enter & manage numeric info

Keep records, create budgets, charts, store & sort data

5
New cards
<p>quick access toolbar</p><p></p>

quick access toolbar

Contain commands that user uses often

6
New cards

ribbon

Consist of Tabs, Groups & Commands

7
New cards
<p>name box</p><p></p>

name box

Displays address of the active cell

(Located at left of the formula bar)

8
New cards

formula bar

A toolbar which displays the content of the active cell

9
New cards
<p>insert function</p><p></p>

insert function

A tool which houses built in functions that can be used for mathematical calculations

10
New cards
<p>select all button</p><p></p>

select all button

Used to highlight all cells in the worksheet

 (above row 1 & column A)

11
New cards
<p>column headers</p><p></p>

column headers

Labelled using letters of the alphabet to distinguish betw diff columns

12
New cards
<p>row header</p><p></p>

row header

Labelled using nos to distinguish betw lines of a worksheet

13
New cards

cell

Where a column & row intersects

14
New cards

new sheet button

Adds new sheet to existing workbook/file

15
New cards

tab/arrow keys

used to navigate throughout the spreadsheet

16
New cards

ctrl + home

returns to the 1st cell (A1)

17
New cards

enter

Press to confirm the entry in the active cell

18
New cards

esc

cancels an entry into a cell

19
New cards

adjacent cells 

no space betw cells 

20
New cards

non-adjacent cells

space betw them

21
New cards

3 types of data

text (labels), numbers (value), formulae (value)

22
New cards

text (labels)

  • can't be used in mathematical calculations

  • left-aligned

(Letters & combination of letters, numbers & special characters)

23
New cards

numbers (value)

  • can be used in mathematical calculations

  • right-aligned

(contain characters 0-9 & numeric characters such as $ % * + / etc)

24
New cards

formulae (value)

o  represents mathematical calculations/expressions

o  usually right-aligned

(always starts with an = sign)

25
New cards

function vs formula 

“Function” – use name of operators

“Formula” - use mathematical operators

26
New cards

comma style number format

separates groups of 3 digits in nos >999 (ex. 1,500)

27
New cards

incr decimal (number format)

show more dps for more precise value

28
New cards

decr decimal (number format)

show fewer dps

29
New cards

2 tools to add diff effects to text

wrap text & orientation tool

30
New cards

wrap text

creates multiple lines within a cell (fit sentence in cell)

31
New cards

orientation tool

change direction/rotation of text

(ex. angle clockwise, vertical text)

32
New cards

3 cell refs

relative, absolute & mixed

33
New cards

relative cell ref

changes when copied/dragged to another cell of spreadsheet

(Most commonly used type of cell ref when using formulae)

(ex. A1, B55, ZZ140)

34
New cards

absolute cell ref

doesn't change when copied/dragged to another cell of spreadsheet

(Used to signal a permanent reference to a cell)

 (Indicated by $ sign in front of column letter & row no of cell address) 

(ex. $A$1, $B$55, $ZZ$140)

35
New cards

mixed cell ref

either absolute column & relative row/ relative column & absolute row

(ex. $A1, B$55, ZZ$140)

(ex. cell ref $B3 has an absolute column B & a relative row 3)

36
New cards

formula + ex

A mathematical expression that calcs values of cells in a spreadsheet

·        must always start with = sign

·        Uses arithmetic operators to carry out calc

(ex. =A1+B5*C4)

37
New cards

function + ex

A special type of formula that manipulates numerical data

·        another way to conduct mathematical calcs

·        built-in shortcuts

(ex. SUM (A2:A10)

38
New cards

function name

Refs to the type of function being used

(ex. MIN, MAX, AVERAGE, etc)

39
New cards

function argument

Consist of cell addresses & ref operators 

40
New cards

ref operator

descrs the set of cells that the function is to act upon

41
New cards

2 types of reference operators

range/colon & union/comma

42
New cards

range operator / colon (:)

-        Adjacent cells, no spaces (next to each other)

-        A RANGE operator referencing a range of cells, betw & incl 2 cell refs

Ex. =SUM(A1:A5)

43
New cards

union operator / comma (,)

-        Non- adjacent cells, have spaces betw

-        A UNION operator referencing a range of cells,

 from the union of single/multiple cells

Ex. =SUM(A3,A5,A7)

44
New cards

SUM function

total of all numeric values in a group

45
New cards

AVERAGE function

avg/arithmetic mean for group of nos

46
New cards

COUNT function

no of cell locations in a range that contain a numeric character

47
New cards

COUNTA function

no of cell locations in a range that contain a text/numeric character

48
New cards

MAX function

highest numeric value in group of nos

49
New cards

MEDIAN function

middle no in group of nos

50
New cards

MIN function

lowest numeric value in group of nos

51
New cards

PRODUCT function

result of multiplying all values in range of cell locations

52
New cards

STDEV function

standard dev for group of nos based on a sample

53
New cards

autosum tool

Automatically enters SUM function in active cell

(Excel usually makes educated guess of cell addresses to be incl in the formula)

54
New cards

autofill tool

Automatically copies content of a cell to adjacent cells

(Autofill options & contents - Formulae, Functions, Number, Months, Days/ dates, etc.)

55
New cards

“####” meaning + soltuion

column is too narrow to show entire fig entered

        = adjust column width

56
New cards

“What happens if apply wrap text & won’t show multiple lines?” 

row is too narrow to show entire fig entered

    = adjust row height

57
New cards

inserting row betw row 3&4

right click row 4 & insert (will always insert above)

58
New cards

inserting column betw C&D

right click column D & insert (will always insert behind)

59
New cards

merge & center

Allows you to combine 2/more cells & puts the content in the middle

60
New cards

3 cursor shapes + uses

white cross = for selecting cells

arrow cross = for moving cells

black cross = for copying cells

61
New cards

2 types of sorting + define

ascending—data can be arranged from lowest to highest value

descending—data can be arranged from highest to lowest value

62
New cards

3 ways data can be sorted

alphabetical, numerical, chronological

63
New cards

alphabetical ascending & descending

A-Z, Z-A

64
New cards

numerical ascending & descending

lowest-highest (1-9), highest-lowest (9-1)

65
New cards

chronological ascending & descending

earliest-latest (2000-2019), latest-earliest (2019-2000)

66
New cards

purposes of charts

  • Communicate data graphically

  • Illustr trends, compare & relate

67
New cards

bar graph vs column graph

horizontal graph vs vertical, goes up

68
New cards
<p>new window </p><p></p>

new window

opens up 2nd window of same spreadsheet file

69
New cards
<p>freeze pane</p><p></p>

freeze pane

restricts portion of sheet to keep it visible

70
New cards

split pane (worksheet display)

divides window into 4 diff panes to be scrolled separately

71
New cards

print preview

allows you to view entire pages of your worksheet before printing

72
New cards

page break preview

shows which pages columns & rows will be printed on

(View tab > Page Break Preview)