Google IT Support Professional Certification - Course 1: Technical Support Fundamentals

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

1/228

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

229 Terms

1
New cards

Byte

A group of 8 bits is referred to as a byte. Each byte can store one character, and we can have 256 possible values thanks to the base-2 system (2^8)

2
New cards

Character encoding

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

3
New cards

UTF-8

Allows us to store a character in more than one byte, is the most prevalent encoding standard used today

4
New cards

What is the highest decimal value you can represent with a byte

255

5
New cards

Abstraction

To take a relatively complex system and simplify it for our own use

6
New cards

Hardware Layer

Made up of the physical components of a computer

7
New cards

Operating System

Allows hardware to communicate with the system

8
New cards

User

Interacts with the computer

9
New cards

Ports

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

10
New cards

CPU

Central Processing Unit. The brain of our computer, it does all the calculations and data processing

11
New cards

RAM

Random Access Memory. RAM is our computer's short term memory

12
New cards

Hard Drive

Holds all of our data, which includes all of our music, pictures, applications.

13
New cards

Motherboard

The body or circulatory system of the computer that connects all the pieces together.

14
New cards

Programs

Instructions that tell the computer what to do.

15
New cards

External Data Bus

How data is passed around the computer It's a row of wires that connects the parts of our computer

16
New cards

Registers

They let us store the data that our cpu works with.

17
New cards

Memory Controller Chip

A bridge between the cpu and the ram.

18
New cards

How does the CPU, the address bus, the memory controller chip, and the external data bus work together?

The cpu asks, through the address bus, for data that it needs. The MCC looks for the data in RAM and sends it back over through the External Data Bus.

19
New cards

What is the simplest way to describe the difference between cache and RAM?

Getting something from RAM is like getting food out of a refridgerator, getting something from cache is like pulling food from your pocket; it stores recently or frequently used data.

20
New cards

How many levels of cache in a CPU?

Three levels: L1, L2, L3.

21
New cards

Which is the smallest and fastest cache?

L1.

22
New cards

Gigahertz to cycles per second?

For example, 3.4 GHz is 3.4 billion cycles per second.

23
New cards

LGA

There are pins that stick out of the motherboard, the cpu has holes.

24
New cards

Pin Grid Array

There are pins that stick out of the cpu, the motherboard has holes.

25
New cards

What is the significance of 32 and 64 bit?

They reference the cpu archiecture and state how much data they process efficiently.

26
New cards

What is the difference between 32-bit and 64-bit versions of Windows?

The terms 32-bit and 64-bit refer to the way a computer's processor handles information. The 64-bit of Windows handles large amounts of RAM more effectively than a 32-bit system.

27
New cards

Volatile

Once we power off our machines, the data stored in RAM is cleared

28
New cards

DRAM

Dynamic Random Access Memory.

29
New cards

DIMM

Dual Inline Memory Module. Have different size of pins on them.

30
New cards

SDRAM

Synchronous Dynamic Random Access Memory.

31
New cards

Chipset

Decides how components talk to each other on our machine.

32
New cards

Northbridge

The chip that interconnects RAM and video cards.

33
New cards

Southbridge

Maintains our I/O, such as hard drives, and USB devices.

34
New cards

What does the Chipset do?

Allows us to manage data between our CPU, RAM, and peripherals.

35
New cards

Peripherals

External devices we connect to our computer like a mouse, keyboard, and monitor.

36
New cards

Expansion slots

Gives us the ability to increase our functionality of our computer.

37
New cards

PCIe

Peripheral Component Interconnect Express.

38
New cards

ITX

Information Technology eXtended.

39
New cards

How many bits are in 1 byte?

8 bits.

40
New cards

How many bytes are in 1 kilobyte?

1,024 bytes.

41
New cards

How many kilobytes are in 1 megabyte?

1,024 kilobytes.

42
New cards

How many megabytes are in 1 gigabyte?

1,024 megabytes.

43
New cards

How many gigabytes are in 1 terabyte?

1,024 gigabytes.

44
New cards

HDD

Hard disk drive. Uses a spinning platter and a mechanical arm.

45
New cards

RPM

Revolution per minute. The speed at which a platter can be rotated.

46
New cards

SSD

Solid State Drives. Have no moving parts. Data is stored on chips. They are much faster than HDDs.

47
New cards

What are the pros and cons of HDD and SDD?

HDDs are more affordable but more prone to damage, SSDs are more expensive and less risky.

48
New cards

SATA

Serial ATA. Sata drives are hot swappable.

49
New cards

DC

Direct Current

50
New cards

AC

Alternating Current

51
New cards

Wattage

The amount of volts and amps that a device needs.

52
New cards

What is the speed of USB 2.0?

480 Mb/s

53
New cards

What is the speed of USB 3.0?

5 Gb/s

54
New cards

What is the speed of USB 3.1?

10 Gb/s

55
New cards

Difference between MB and Mb/s?

MB is megabyte or unit of data storage, while MB/s is a megabit per second, which is a unit of data transfer rate. Remember that 1 byte is 8 bits, so to transfer a 1MB file in a second, you need an 8 Mb/s connection speed.

56
New cards

What are the colors of USB 2.0, 3.0, 3.1?

Black for 2.0, Blue for 3.0, Teal for 3.1. Can change depending on manufacturers.

57
New cards

Drivers

Instructions that tell the cpu how to use external devices.

58
New cards

ROM Chip

Motherboard stores the BIOS on the ROM chip (read only memory).

59
New cards

UEFI

Unified Extensible Firmware Interface.

60
New cards

CMOS chip

Stores basic data about booting the computer.

61
New cards

Reimaging

Wiping and reinstalling using a disc image which is a copy of an operating system

62
New cards

Standoffs

Standoffs are used to raise and attach your motherboard to the case.

63
New cards

Operating System

The whole package that manages our computer's resources and lets us interact with it.

64
New cards

What are the two main parts to an OS?

The User Space (applications) and the Kernal Space (process manager, memory manager, file manager, i/o manager).

65
New cards

What is a file system?

How we manage files.

66
New cards

What is process management?

How your computer handles processes (such as when you're writing something in word, listening to music, and running updates).

67
New cards

What is memory management?

When our kernal optimizes memory usage and makes sure our applications have enough memory to run.

68
New cards

I/O Management

How our kernal talks to external devices. It's anything that can give us input or that we can use for output of data.

69
New cards

What are the three main components of file handling?

Data, metadata, file system.

70
New cards

NTFS

Created with Windows NT

71
New cards

ReFS

An up and coming file system that Microsoft is developing; not ready for consumer use.

72
New cards

HFS+

MacOS's file system. It's journaled which means it does a better job at saving your disk state for file failure.

73
New cards

ext4

The file system for Linux.

74
New cards

What is the meaning of "storage of file data"?

When we write data to our hard drive in the forum of data blocks.

75
New cards

What is "block storage"?

It improves faster handling of data because the data isn't stored as one long piece and can be accessed quicker.

76
New cards

What is file "metadata"?

Things like file owner, permissions, file size, data modified, date created, file type, etc.

77
New cards

File extension

The appended part of a filename that tells us what type of file it is in certain operating systems.

78
New cards

Process

A program that's executing, like our internet browser or text editor.

79
New cards

Program

An application that we can run, like Chrome.

80
New cards

Time Slice

A very short interval of time that gets allocated to a process for CPU execution. A cpu processes each process in time slices, one-by-one.

81
New cards

Kernel

Creates processes, efficiently schedules them, and manages how processes are terminated.

82
New cards

Virtual Memory

The combination of hard drive space and RAM that acts like memory that our processes can use.

83
New cards

Swap Space

When we store our virtual memory on our hard drive.

84
New cards

I/O Devices

Devices that perform input and output.

85
New cards

What are the two ways to interact with the OS?

Through the shell or the graphical user interface.

86
New cards

CLI Shell

It is the command line interface that we use to send text commands to the computer.

87
New cards

GUI

Graphical User Interface.

88
New cards

Shell

A program that interprets text commands and sends them to the OS to execute.

89
New cards

BASH

Bourne Again Shell

90
New cards

Powershell

Window's shell.

91
New cards

Logs

Files that record system events on our computer, just like a system's diary.

92
New cards

Boot

Describes the startup process of a computer. It goes: Power --> BIOS/UEFI --> POST --> Boot Device --> Bootloader --> OS --> Kernel --> System Processes and User Space

93
New cards

BIOS/UEFI

A low-level software that initializes our computer's hardware to make sure everything is good to go.

94
New cards

POST

Power on self test. Performs a series of diagnostic tests to make sure the computer is in proper working order.

95
New cards

Bootloader

A small program that loads the operating system.

96
New cards

How to decide which OS to use?

The operating systems in use by an organization have a lot to do with the applications and systems that they need to run.

97
New cards

VM

Virtual Machine is a copy of a real machine.

98
New cards

Network

An interconnection of computers.

99
New cards

Internet

The physical connection of computers and wires around the world.

100
New cards

The Web

The information on the internet.