EMTECH: MS WORD-MS PPT

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

1/110

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.

111 Terms

1
New cards

microsoft word

  • A word processor developed by Microsoft. 

  • First released on October 25, 1983.

  • Also known as MS Word

  • Press “Windows Logo” + R, then type “winword”, then enter

2
New cards

autocorrect

corrects common spelling errors as well as capitalization mistakes

3
New cards

autoformat

  1. applies formatting to text, e.g., number listing, bullet, hyperlinks

4
New cards

grammar check

  1. proofreads documents for grammar, writing style, sentence structure errors, and reading statistics

5
New cards

template

  1. a document that contains the formatting necessary for a specific document type

6
New cards

thesaurus

provides synonyms for a word in a document

7
New cards

tables

organize information into rows and columns

8
New cards

mail merge

  1. a feature that allows you to create a document and merge it with another document or data file

9
New cards

text wrap

  1. adjusts how the image behaves around other objects or text

10
New cards
  1. autocorrevt

  2. autoformat

  3. grammar check

  4. template

  5. thesaurus

  6. tables

  7. mail merge

  8. text wrap

MS Word features:

11
New cards

Ctrl + A

sellect all

12
New cards

Ctrl + B

bold text

13
New cards

Ctrl + C

copy text

14
New cards

Ctrl + D

show font dialog box

15
New cards

Ctrl + E

align text to the center

16
New cards

Ctrl + F

display find box

17
New cards

Ctrl + G

display go to dialogu box

18
New cards

Ctrl + H

display replace dialog box

19
New cards

Ctrl + I

italicize text

20
New cards

Ctrl + J

justify text

21
New cards

Ctrl + K

create a hyperlink

22
New cards

Ctrl + L

align text to the left

23
New cards

Ctrl + M

tab

24
New cards

Ctrl + N

create a new document

25
New cards

Ctrl + O

open a document

26
New cards

Ctrl + P

display print box

27
New cards

Ctrl + R

alighn text to the right

28
New cards

Ctrl + S

save a document

29
New cards

Ctrl + U

underline a text

30
New cards

Ctrl + V

paste a copied text

31
New cards

Ctrl + X

cut a selected text

32
New cards

Ctrl + Y

redo the last undone action

33
New cards

Ctrl + Z

undo the last action

34
New cards
  • Ctrl + A

  • Ctrl + B

  • Ctrl + C

  • Ctrl + D

  • Ctrl + E

  • Ctrl + F

  • Ctrl + G

  • Ctrl + H

  • Ctrl + I

  • Ctrl + J

  • Ctrl + K

  • Ctrl + L

  • Ctrl + M

  • Ctrl + N

  • Ctrl + O

  • Ctrl + P

  • Ctrl + R

  • Ctrl + S

  • Ctrl + U

  • Ctrl + V

  • Ctrl + X

  • Ctrl + Y

  • Ctrl + Z

MS Word Shortcuts

35
New cards

home tab

  • allows you to change document settings, such as the font properties, add a bullet or a numbered list, adjust styles, and other common features

36
New cards

text alignment

  •  left, center, right, justified

37
New cards

page layout tab

refers to the arrangement of text, images, and other objects on a page

38
New cards

page sizes

  • Short (letter) - 8.5” by 11”

  • Long (folio) - 8.5” by 13

  • A4 - 8.27” by 11.69

39
New cards

page orientation

  • Portrait 

  • Landscape

40
New cards

image placement

  • the default setting for images that are inserted or integrated in a document

41
New cards

square

  • allows the image you inserted to be placed anywhere within the paragraph with the text going around the image in a square pattern like a frame

42
New cards

tight

  • is almost the same as the square setting, but here the text “hugs” to the general shape of the image

43
New cards

through

  • allows the text on your document to flow even tighter, taking the contour and shape of the image

44
New cards

tap and bottom

  • pushes the text away vertically to top and/or the bottom of the image so that the image occupies a whole text line on its own

45
New cards

behind text

  • allows your image to be dragged and places anywhere on your document but with all text floating in front of it

46
New cards

in front of text

  • allows your image to be placed right on top of the text as if your image were dropped right on it. 

47
New cards

spreadsheet software

allows users to organize data in rows and columns and perform calculations on the data. These rows and columns collectively are called a worksheet.

48
New cards

microsoft excel

  • Developed by Microsoft for Windows, macOS, Android, and iOS. 

  • Features calculations, graphing tools, pivot tables, and a macro programming language called Visual Basic for Applications

49
New cards

row

  • horizontal line

50
New cards

column

vertical line

51
New cards

cell

  • the place where info is held in a spreadsheet

52
New cards

active cell

  • the selected cell

53
New cards

column heading

  • the box at the top of each column containing a letter 

54
New cards

row heading

the row number

55
New cards

cell reference

  • the cell address of the cell usually combines a letter and a number (ex., A1, B4, C2)

56
New cards

merge

  • combining or joining two or more cells

57
New cards

functions

predefined formulas are already available in Excel

58
New cards

formula bar

  • the bar that displays the contents of the cell

59
New cards
  • row

  • column

  • cell

  • active cell

  • column heading

  • row heading

  • cell reference

  • merge

  • functions

  • formula bar

Key terms in MS Excel

60
New cards

=SUM(X,Y) or =SUM(range)

  • returns the sum of x and y or all the number within the range

61
New cards

=PRODUCT(x,y)

  • return the product of x and y

62
New cards

=QUOTIENT(x,y)

returns the quotient of x divided by y

63
New cards

=x-y

  • returns the difference of x subtracted by y

64
New cards

=x+y

  • returns the sum of x and y

65
New cards

=x*y

  • return the product of x and y

66
New cards

=x/y

  • returns the quotient of x divided by y

67
New cards

=SUM(x,y)

=PRODUCT(x,y)

=QUOTIENT(x,y)

=x-y

=x+y

=x*y

=x/y

Basic Math operations

68
New cards

=ABS(x)

  • returns the absolute value of x

69
New cards

=AVERAGE(x)

  • returns the average of x and y

70
New cards

=CONCATENATE(x,y)

  • joins x and y

71
New cards

=IF(Condition, x,y)

  • - returns x if the condition is true, else it returns y

72
New cards

=ISEVEN(x)

  • returns true if x is an even number

73
New cards

=ISODD(x)

  • returns true if x is an odd number

74
New cards

=COUNT(range)

  • counts the number of cell containing a number within a range

75
New cards

=COUNTIF(range, criteria)

  • count the number of cell that fits the criteria within the range

76
New cards

=ISNUMBER(x)

  • returns true if x is a number

77
New cards

=ISTEXT(x)

  • returns true if x is a text

78
New cards

=LEN(x)

  • returns the length of characters in x

79
New cards

=PROPER(x)

  • returns the proper casing of x

80
New cards

=LEFT(x,y)

  • returns the characters of x specified by y (from the left)

81
New cards

=RIGHT(x,y)

  • returns the characters of x specified by y (from the right)

82
New cards

=PI()

  • returns the value of pi

83
New cards

=MIN(x,y)

  • returns the smallest number between x and y

84
New cards

=MAX(x,y)

  • returns the largest number between x and y

85
New cards

=MIN(range)

  • returns the smallest  number within the range

86
New cards

=MAX(range)

  • returns the largest number within the range

87
New cards

=POWER(x,y)

  • returns the value of x raised to the power of y.

88
New cards

=ROUND(x,y)

  • rounds x to a specified number of digits (y)

89
New cards

=COLUMN(x)

  • returns the column number of x

90
New cards

=ROW(x)

  • returns the row number x

91
New cards

=SQRT(x)

  • returns the square root x

92
New cards

=TRIM(x)

  • removes extra spaces in x

93
New cards

=UPPER(x)

  • returns x in all capital form

94
New cards

=LOWER(x)

  • returns x in non-capital form

95
New cards

=TODAY()

  • returns the current date

96
New cards

=NOW()

  • returns the current date and time

97
New cards

presentation software

allows users to create visual aids for presentations to communicate ideas, messages, and other info.

98
New cards

microsoft powerpoint

  • Created by Robert Gaskins and Dennis Austin at a software company named Forethought, Inc.

  • Released on April 20, 1987, initially for Macintosh computers only

  • Microsoft acquired PowerPoint for $14 million three months after it appeared.

99
New cards

slide

  • a single page of a presentation. Collectively, a group of slides may be known as a slide deck.

100
New cards

design template

  • pre-designed graphic styles that you can apply to your slides