Google IT Support Professional Certificate

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

1/529

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.

530 Terms

1
New cards

What is Information Technology (IT)?

IT is the use of digital technology to store and process data into useful information

2
New cards

What is the digital divide?

The difference between those who are digitally/technically literate and those who are not

3
New cards

What is the most commonly used keyboard layout?

QWERTY

4
New cards

Who invented punch cards?

Joseph Jacquard

5
New cards

Who and what reinvented the textile industry?

Joseph Jacquard and his invention of the punch card

6
New cards

Punch cards were the first __________ system used for machines.

Binary

7
New cards

How did punch cards store data?

In the holes

8
New cards

Who developed the first algorithm for the analytical machine?

Ada Lovelace

9
New cards

What is an algorithm?

A series of steps that solves specific problems

10
New cards

What was the first example of computer programming?

An algorithm

11
New cards

Why was the Analytical engine considered the first general purpose computing machine in history?

Because of the discovery of programmable algorithms

12
New cards

What is cryptography?

The act of writing and solving codes

13
New cards

Cryptography plays a role in ____ communication.

secure

14
New cards

The enigma machine was a ___ military invention.

German

15
New cards

Who played a key role in cracking the enigma machine?

Alan Turning

16
New cards

What are magnetic tapes?

magnetic tape magnetizes data onto a tape, like vinyl records

17
New cards

What do vacuum tubes do?

control electricity voltage

18
New cards

What was one of the earliest forms of general purpose computers?

The ENIAC

19
New cards

The ENIAC was one of the earliest forms of _________ _________ computers.

general purpose

20
New cards

Who invented the compiler?

Admiral Grace Hopper

21
New cards

What does the compiler do?

translates human language via a programming language into machine code

22
New cards

What was the first computer to implement a graphical user interface that used icons, a mouse, and a window?

The Xerox Alto

23
New cards

The Xerox Alto was the first computer to implement what?

a graphical user interface that used icons, a mouse, and a window

24
New cards

Who was Richard Stallman?

A programmer who developed a free Unix-like operating system (OS) call GNU

25
New cards

Who developed a free Uni-like OS called GNU?

Richard Stallman

26
New cards

What was the foundation for the formation of Linux?

GNU

27
New cards

Who created Linux?

Linus Torvalds

28
New cards

True or False: Commercial software is free.

False - it's paid for

29
New cards

True or False: Open-source software can be freely distributed, modified, and shared

True

30
New cards

What does PDA stand for?

Personal Digital Assistant

31
New cards

What type of communication does a computer use?

a binary system

32
New cards

What is another name for binary system?

Base-2 numeral system

33
New cards

How is a binary grouped?

into 8 digits

34
New cards

What is a bit?

a binary digit

35
New cards

What is a byte?

a group of 8 bits

36
New cards

8 bits = ___ byte

1

37
New cards

1 byte = ___ bits

8

38
New cards

Each byte can store how many characters?

1

39
New cards

How many possible values are there, thanks to the Base-2 system?

256

40
New cards

What does character encoding do?

It assigns our binary values to characters, so that we as humans can read them

41
New cards

What is the oldest digital encoding standard used?

ASCII

42
New cards

What is ASCII?

It represents the English alphabet, digits, and punctuation marks.

43
New cards

What is the most prevalent encoding standard used today?

UTF8

44
New cards

How does UTF8 allow us to store a character?

in more than one byte

45
New cards

What system is the UTF8 built off?

Unicode system

46
New cards

What does the Unicode System do?

It helps us represent character encoding in a consistent manner

47
New cards

What is the RGB model?

Red, Green and blue model

48
New cards

What number does the hole represent in the punch card system?

1

49
New cards

Logic gates allow ________ to do more complex tasks, like decide where to send electrical signals depending on logical conditions.

transistors

50
New cards

What is a logic gate?

An electronic component that can be used to conduct electricity based on a rule

51
New cards

What is the output of the gate?

it's the result of applying a rule to one or more inputs

52
New cards

The _____ of the gate is the result of applying this rule to one or more inputs

output

53
New cards

Logic gates are digital components that normally work at only ___ levels of voltage.

2

54
New cards

What are the two levels of voltage for logic gates digital components?

A positive level and zero level

55
New cards

Logic gates commonly works on two states: on and off

On = voltage is ______

Off = voltage is at ______

On = voltage is positive

Off = voltage is at zero

56
New cards

The "on" state usually uses a voltage in the range of?

3.5 to 5 volts

57
New cards

What do logic gates compare?

They compare the state of their inputs to decide what the state of their output should be

58
New cards

Logic gates are electronic versions of _________ logic?

Boolean

59
New cards

_______ tables tell you what the output will be, depending on the inputs

truth

60
New cards

What are truth tables?

They tell you what the output will be, depending on the inputs

61
New cards

How many inputs does the AND logic gate have?

two

62
New cards

The AND logic gate output is on ONLY if ___________.

both inputs are on

63
New cards

The OR logic gate has ___ inputs.

2

64
New cards

The output of an OR gate will be on if _________

at least one of the inputs are on

65
New cards

The output of an OR gate will be ______ if both inputs are off.

off

66
New cards

How many inputs does the NOT logic gate have?

1

67
New cards

With the NOT logic gate, if the input is ON then the output will be ______.

off

68
New cards

Which logic gate is sometimes called an inverter?

NOT

69
New cards

How does NOT logic change signals?

From On to Off or Off to On

70
New cards

What is the XOR logic gate also known as?

exclusive or

71
New cards

How many inputs does the XOR gate have?

2

72
New cards

When will the XOR gate be true?

If the two inputs are different from each other

73
New cards

Which gate will have an off output when both inputs are the same?

XOR

74
New cards

T or F: For the XOR gate to be true, both inputs cannot match.

True

75
New cards

What does NAND mean?

Both

76
New cards

Which gate means "not and"?

NAND

77
New cards

NAND gate will always output true unless?

Both inputs are on

78
New cards

The NAND gate won't work if ______

both inputs are on

79
New cards

Which gate means "not exclusive or"?

XNOR

80
New cards

Which gates are opposite of one another?

XNOR and XOR

81
New cards

XNOR gate will only output true if both inputs are ______.

the same

82
New cards

What is the fundamental communication block of computers?

Binary

83
New cards

How do computers count?

The binary system

84
New cards

What is the decimal form or Base-10 system?

It only has 10 possible numbers you can use ranging from 0 to 9

85
New cards

What system do we use to figure out what bits our computer can use?

the decimal system

86
New cards

T or F: We can represent any number in existence just by using bits

true

87
New cards

What is the highest decimal value we can represent with a byte?

255

88
New cards

What are the four main layers of a computer?

1. hardware

2. software

3. operating system

4. users

89
New cards

What is the hardware layer made of?

the physical components of a computer

90
New cards

What does the OS do?

allows hardware to communicate with the system

91
New cards

What does the software layer do?

it's how we as humans interact with our computers

92
New cards

What are ports?

connections that we can connect devices to that extend the functionality of our computer

93
New cards

____ are connection points that we can connect devices to that extend the functionality of our computer?

ports

94
New cards

What is often called the brain of the computer?

the CPU

95
New cards

What does CPU stand for?

Central processing unit

96
New cards

What does the CPU do?

it does all of the calculations and data processing

97
New cards

What does the CPU communicate heavily with?

The RAM

98
New cards

What does RAM stand for?

Random Access Memory

99
New cards

What is RAM?

the computer's short term memory

100
New cards

What stores long term memory?

the hard drive