Course 1 Week 2 - The Modern Computer Flashcards

1
Q

What are ports?

A

connection points that we can connect devices to that extend the functionality of our computer (monitor, mouse, ethernet port, etc)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the short term memory of a computer?

A

RAM (random access memory)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is often called the foundation of a computer?

A

Motherboard, the body of a computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a hard drive?

A

Holds all of our data, long term memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the power supply?

A

converts electricity from wall outlet to a format our computer can use

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are programs?

A

instructions that tell the computer what to do

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Where do you store programs on a computer?

A

typically store programs on durable media like Hard Drives

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is an external data bus? What part of the body?

A

a row of wire that interconnect the parts of our computer (veins of the body)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the different sizes of external data buses?

A

8 bit, 16 bit, 32 bit, 64 bit.

8 bit = 8 wires, 16 bit = 16 wires, etc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are registers?

A

component inside CPU that lets you store data (chef’s work table)

Calculations: 1 + 6 = 7
1 = register A
6 = register B
7 = register C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Where are programs copied to for CPU to read?

A

RAM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Do you send data over the EDB from the RAM?

A

No, RAM has too much data to send

RAM can hold billions of rows of data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How many lines can you send through an EDB?

A

1 at a time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a memory controller chip? What body part?

A

Bridge between CPU and RAM (nerve in brain CPU connecting to your memories RAM)

Seeks out address from address bus to deliver data to CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is an address bus?

A

connects CPU to the MCC, sends location of the data but not data itself to MCC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a cache? What does it let us do? Where is it stored?

A

a small amount of data stored either on hardware or in software

lets us quickly store and access data that we use often or most recently

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What’s the fastest way to get data to CPU?

A

Cache

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

How many cache levels are there?

A

3
L1, L2, L3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Which cache level is the smallest and fastest?

A

Level 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

How does the CPU know when set instructions end and new ones begin? Uses 2 things

A

CPU uses internal clock and clock wire to keep operations in sync

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What are clock wires? Where is it located?

A

A special wire connected to CPU

sends/receives data through voltage to let CPU know it can start calculations

1 tick = CPU does 1 cycle of operations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is a clock cycle?

A

voltage to clock wire

1 “tick” of voltage through wire = 1 cycle

more data = more clock cycles

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What is the clock speed of a CPU? (3.4 GHz)

A

maximum number of clock cycles that it can handle in a certain time period.

More clock speed = more clock cycles (ticks) = more data processed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What does 3.4 GHz mean?

A

Clock speed of the CPU, 3.4 billion cycles per second

Doesn’t mean it runs at that speed, only that it can’t exceed that number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

What is overclocking?

A

increases rate of CPU clock cycles in order to increase performance in low end CPUs and complete more tasks

Overclocking simply sets CPU to run at higher clock frequency rate than manufacturer’s original specifications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

How does a cache speed up process of data that’s first accessed that passes through multiple journey points?

A

holds local copy of most recently accessed data in temporary storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

What is Level 3 cache? Where is the data received from?

A

largest and slowest. 2x as fast as RAM. 1st cache location to store data received from RAM.

often shared by all cores in a single CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

What is Level 2 cache?

A

holds less data than L3, but faster access speed. L2 has copy of recent accessed data not in use by the CPU.

Each core has its own L2 cache

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

What is Level 1 cache?

A

fastest and smallest. L1 holds data currently in use by CPU

Each core has its own L1 cache

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

What is a CPU core?

A

CPU’s processor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

What are the 3 variables to overclock CPU’s frequency?

A
  1. base clock frequency (speed), often measured in GHz
  2. core frequency, calculated by multiplying base frequency x CPU core multipliers
  3. core voltage, needs to be increased in small increments to meet increasing power demand of CPU
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

Can you overclock a laptop CPU?

A

Most no

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

Can all CPUs be overclocked?

A

No, check manufacturer’s documentation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

What hardware should you double check supports overclocked CPU?

A

motherboard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

Before installing a CPU cooler for overclocking, what things should you do?

A

Clean inside of computer using compressed air around CPU, fans and intake vents

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q

What are the 4 general steps to overclocking?

A
  1. use benchmark software to get baseline of computer performance
  2. set each CPU core multiplier to value of lowest multiplier using manufacturer’s overclocking software (recommended) or the BIOS. Reboot PC.
  3. increase each core multiplier by 1
  4. test each increase for stability
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

What’s a multiplier? What are some examples?

A

CPU multiplier (or clock ratio) is a setting that determines the speed of the processor. + base clock speed to calculate the overall frequency of the CPU.

Modifying multiplier examples: Turbo boost, power saving features, etc

(Part of the formula that determines the processor’s speed)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q

What is an instruction set?

A

translation book for CPU (add, subtract, copy data)

hard coded into CPU, sets vary by manufacturer but function the same (like car makes and models)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q

What should you make sure your CPU is compatible with?

A

motherboard and all hardware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

What are the 2 major types of CPU sockets? What’s the difference?

A
  1. Land Grid Array (LGA) has pins that come out of motherboard
  2. Pin Grid Array (PGA) has pins coming out of processor itself
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q

What should you make sure to do after installing CPU?

A

Install heat sink (keep it cool) like fans, liquid cooling system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
42
Q

What is 32/64 bit?

A

specifies how much data CPU can efficiently handle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
43
Q

What’s the difference between 32 bit and 64 bit Window versions?

A

64 bit Window version and applications have more resources such as processing power and memory (64 bit applications access more memory)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
44
Q

When is 64 bit a good choice?

A

working with large data sets or vids and pics, using add ins with office apps, large animations in PP, files over 2GB on Project

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
45
Q

What are 3 reasons to choose 32 bit Windows version?

A
  • 64-bit Windows 10 with ARM-based processor
  • 32-bit operating system with an x86 (32-bit) processor
  • Less than 4 GB RAM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
46
Q

base frequency (speed) x CPU core multipliers = ?

A

core frequency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
47
Q

Is RAM data volatile? What is volatile?

A

Yes

Volatile = power computer off = RAM is cleared

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
48
Q

If you have 32GB of RAM, how many programs can you run?

A

Up to 32GB of programs (programs are copied in the RAM for CPU)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
49
Q

What is an action that uses RAM?

A

typing on a document

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
50
Q

What type of RAM is commonly found in computers?

A

DRAM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
51
Q

What is DRAM? How does it work?

A

Dynamic Random-Access Memory

transistor sends bitline-> 1 or 0 sent-> DRAM -> stores each charged or discharged bit in a micro capacitor (chips on RAM, store data)

“Dynamic” because capacitor loses charge so capacitors must be dynamically refreshed periodically

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
52
Q

What are DIMM sticks? How are they different?

A

Dual Inline Memory Module

More modern, have different sizes of pins on them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
53
Q

What is SD RAM? What does it do?

A

Synchronous D RAM

Synchronized to a system’s clock speed = quicker data processing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
54
Q

When was SD RAM created after?

A

After DRAM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
55
Q

What is DDR SD RAM? How is it different from SD RAM?

A

Double Data Rate SD RAM

Faster than earlier SD RAM, needs less power

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
56
Q

What is the fastest DDR version available?

A

DDR5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
57
Q

What to keep in mind when it comes to RAM type and computer compatibility?

A

compatible motherboard

of pins on RAM must align with motherboard RAM slots

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
58
Q

What are 3 functions of the motherboard?

A
  1. expands functionality through expansions cards
  2. routes power from PSU
  3. central hub for parts to communicate with each other
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
59
Q

What is a chipset in a motherboard?

A

decides how components talk to each other (CPU, RAM, Peripherals)

there are 2 chips hence the chip”set”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
60
Q

What are the chipsets on a motherboard? Which is integrated? What are 2 examples of the 2nd chip?

A
  1. Northbridge chip - connects RAM and video cards (some are integrated)
  2. Southbridge chip - maintains IO controllers (hard drives, usb devices)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
61
Q

What are peripherals and what are some examples?

A

External devices connect to our computer

mouse, keyboard, monitor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
62
Q

What are expansion slots? What’s the standard slot today?

A

increase functionality of computer

standard is PCI Express (peripheral component interconnect express)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
63
Q

What does the PCIe bus look like?

A

the base expansion looks like smaller circuit board, looks like a slot on the motherboard

64
Q

What are form factors?

A

motherboard sizes

65
Q

What is ATX?

A

Advanced Technology Extended

most common form factor for motherboards, different sizes

66
Q

What is a hybrid SSD/HDD?

A

SSD performance for system performance and HDD for basic file storage

67
Q

What storage unit comes after Kilobyte (KB)?

A

Megabyte (MB)

1,024 KBs = 1 MB

68
Q

What storage unit comes after MB?

A

Gigabyte (GB)

1,024 MBs = 1 GB

69
Q

How does a HDD read and write information?

A

a spinning platter and mechanical arm

70
Q

What is RPM on a HDD?

A

Revolution Per Minute

the speed the platter rotates that allows you to read and write data

71
Q

Where is information stored on a SSD?

A

microchip

72
Q

Differences between HDD (3 things) and SSD (4 things)?

A

HDD - prone to damage, affordable, moving parts

SSD - less risky, expensive, data on microchip travels faster than HDD, form factor is slimmer

73
Q

What is an ATA interface?

A

Most common interface that Hard Drives use to connect to our system

74
Q

What is the most popular ATA drive?

A

Serial ATA or SATA

75
Q

What is a SATA drive’s 3 properties?

A

connects hard disk to motherboard using one cable

hot swappable

move data faster, but not up to par with SSD

76
Q

What does hot swappable mean?

A

Don’t have to turn off machine to plug it in (like a SATA drive)

77
Q

What is NVM Express? How is it installed? Benefits?

A

NVMe abbreviated

Hard Drive interface, installed as expansion slot instead of connected through cable

greater throughput of data and efficiency

78
Q

What is the decimal nomenclature for data storage? What is its approximation?

A

base-10 approximation

metric system: kilo, mega, giga, tera, peta, exa, zetta, yotta

79
Q

What is the binary nomenclature for data storage?

A

More accurate

prefix: kibi, mebi, gibi, tebi, pebi, exbi, zebi, yobi

blends first 2 letters of metric prefix with first 2 letters of word “binary”

(megabyte + binary + byte = mebibyte)

80
Q

How many values can be stored in a bit?

A

1

81
Q

What is stored in 1 byte? What does it translate to?

A

8 bits of 1s and 0s

translate to symbols or basic instructions

82
Q

How inaccurate is decimal storage measurements compared to binary?

A

KB vs KiB = off by -24 bytes or -2.4%

MB: -4.9%
GB: -7.4%
TB: -10%
PB: -12.6%
EB: -15.3%
ZB: -18.1%
YB: -20.9%

83
Q

What are the 2 types of electricity? How are they different?

A
  1. DC - direct current flows in one direction
  2. AC - alternating current changes directions constantly
84
Q

What type of current/voltage does a computer use?

A

DC direct current

85
Q

What type of current comes out of your outlet from the power company?

A

AC alternating current

86
Q

What is a power supply? What does it power? What comes with it?

A

converts AC from wall outlet into low voltage DC power computer can use

has cables to power motherboard and a power cable

87
Q

Is it safe to plug your computer components into a wall outlet?

A

NO, will fry your device

88
Q

In terms of electricity, what is voltage?

What happens if you have a higher voltage?

A

It’s the “water pressure” of an electrical outlet, how much being pushed out

Higher voltage = more electrical currents (Amps) pushed out faster

89
Q

What happens if you plug in a 120V charger into a 220V outlet?

A

Fries your charger

90
Q

What happens if you plug in a 220V charger into a 120V outlet?

A

get electricity slowly, does not fry charger, but can deteriorate performance of the device and cause long term damage

(always use proper voltage for electronics)

91
Q

What are currents/amperage? (Amps)

A

The amount of electricity coming out, measured in Amps

92
Q

What’s the difference between Amps and Voltage?

A

Voltage pushes electricity out
Amps pull electricity

Amps pull as much electricity needed
Voltage gives you everything

93
Q

How does a 1A and 2.1A device differ?

A

Charging a device with 2.1A will be faster bc it’s pulling more current compared to 1A

94
Q

What is wattage?

A

Amount of volts and amps that the device needs

(total of push and pull)

95
Q

What happens if your PSU has too low wattage?

A

can’t power computer

96
Q

Does a large PSU overpower computer? How?

A

No, PSU gives you the amount that your system needs. It reduces voltage delivered to internal components.

Better to have a bigger PSU

97
Q

What W PSU can you power most basic desktops with?

A

500W PSU, like for browsing the web

more demanding things = bigger PSU needed

98
Q

What are some reasons that PSU can fail?

A

burnouts, power surges, lightning strikes

99
Q

How do you select a correct PSU?

A

Check local input voltage

most common voltage inputs are 110-127 VAC for standard wall sockets in North, Central, and some South American countries

100
Q

What is VAC?

A

Volts of alternating current

101
Q

What should you do if you import a computer from another country or are traveling?

A
  1. Replace PSU with appropriate voltage unit for country
  2. Install dual-voltage PSU model with a toggle between VAC (110-120 to 220-240VAC)
  3. Use a power converter. Plug computer into external power converter that plugs into a normal wall socket (traveling)
102
Q

What happens if you use a computer that needs 110-120VAC with a w all socket that delivers 220-240VAC?

A

too much power, internal parts damaged

vice versa, needs 220-240VAC but gets less than that, won’t be enough to power PC

103
Q

2 ways to know which PSU will be compatible and will fit the motherboard?

A
  1. Specifications document for motherboard and form factor provide list of compatible PSU
  2. Form factor and components embedded in and outside of motherboard will create starting point for min PSU wattage required

(have powerful CPU, multiple CPU, multiple HD, video rendering apps, top tier GPU = more wattage)

104
Q

What are voltage regulators? Where are they located?

A

in the motherboard, control amount of power delivered to internal components (like DIMM, motors, chipsets, SIMMS, PCI/AGP cards, etc) all require varied input voltages

105
Q

Where does the PSU plug into? What are the color coded wires?

A

adapter on motherboard, has color coded wires that carry different voltage to motherboard or serves as grounding wire

106
Q

What is the purpose of 24-pins on a standard ATX motherboard adapter?

A

connects wires, more power

older design was 20-pins

107
Q

Where do the 8 connections (cables) go from a PSU?

A
  1. Floppy disk drive (obsolete)
  2. Molex universal (optical drives, IDE hard drives)
  3. SATA drives
  4. Graphics cards 8-pin, separable for 6-pin
  5. Graphics cards 6-pin
  6. Motherboard 8-pin
  7. Motherboard P4 connector, can be combined to 8-pin mainboard connector 12V
  8. ATX2 24-pin (divisible 20+4), can also be used for old 20-pin connections
108
Q

What are the 3 main considerations when selecting a PSU?

A
  1. wall socket input voltage standard for country
  2. number and consumption requirement of internal components
  3. motherboard model and form factor engineering specifications and requirements
109
Q

What are some components usually soldered onto a mobile device’s motherboard?

A

CPU, RAM, storage

110
Q

What is SOC? What does it do, why do we use it?

A

System on a Chip

packs CPU, RAM and sometimes storage onto a single chip

this way uses less battery power

111
Q

What are the 7 common proprietary ports/connectors? ie specific adapter to connect to device

A
  1. USB-C
  2. Lightning adapter
  3. Mini USB
  4. Micro-USB
  5. Mini HDMI
  6. Micro HDMI
  7. Mini display port
112
Q

What is a charge cycle?

A

1 full charge and discharge of a battery

(limited) lifespan of rechargeable batteries

113
Q

How to find out how much life is left in a rechargeable battery?

A

for some devices can compare current cycle count of battery with rate of cycle count for that battery type

114
Q

What acts as a PSU for a mobile device’s rechargeable battery? How does it do that?

A

charging circuit makes sure input power is converted to proper output power

115
Q

What 2 things damages rechargeable batteries?

A
  1. Charging/discharging rechargeable batteries when not in safe operating temp range in very cold or very hot environments
  2. Storing batteries in a hot environment (permanent damage)

Decrease in battery life in cold environment is temporary

Can swell, rupture, catch fire

116
Q

How do you troubleshoot battery life and device charging? (IT Support)

A
  1. Make sure charger, battery, and device are designed to work together

(use power adapter that came with phone, others can damage phone and battery and charge slowly)

  1. Take device out of its case as it may be generating excess heat when charging
117
Q

What causes a battery to drain much faster?

A

Fully charged battery when it’s hot, even not in use, can drain and damage battery

118
Q

How often to charge a battery?

A

as much or as little as needed (don’t need to go 100 to 0, 0 to 100)

occasionally drain battery to under 10% and charge fully overnight

119
Q

What is the ideal comfort zone for a mobile device?

A

62-72 Farenheit

120
Q

How should you store a battery/device for longer than 6 months?

A

charge to 50% every 6 months

121
Q

What does USB stand for?

A

Universal Serial Bus devices

122
Q

Difference between Mb/s and MB?

A

Mb/s (Mega bit per second) is transfer speed

MB (megabyte) is a unit of data storage

123
Q

How many Mb/s do you need to transfer 1MB file in 1 second?

A

8 Mb/s connection speed (megabits)

(1 byte = 8 bits)

another ex: 5MB file transfer needs a speed of 40Mb/s (8 bits x 5)

124
Q

What are the 3 common USB out now?

A

USB 2.0 (480 Mb/s speed)
USB 3.0 (5 Gb/s)
USB 3.1 (10 Gb/s)

125
Q

What happens if you connect a USB 2.0 device into a USB 3.0 port?

A

won’t get the 3.0 speed but can still use backwards compatible port (old hardware will work with new)

126
Q

What is backwards compatible?

A

Older hardware will work with newer hardware

127
Q

What color are the different USB ports?

A

USB 2.0 = black
USB 3.0 = blue
USB 3.1 = teal

128
Q

What does a Type C connector combine? Is it common?

A

combines display connections and data transfer/power connections

meant to be universal standard peripheral connector

129
Q

What are 4 newer display peripherals?

A
  1. DVI - older, output video only
  2. HDMI - standard, output both
  3. Display Port - standard, output both
  4. USB Type C - outputs both, data transfer and power
130
Q

What are connectors? What’s an example?

A

Physical ports

USB connectors, Micro USB, Lightning Port

USB connectors most common, transfer data and power

131
Q

What happens if you connect a USB 3.0 to a USB 2.0 port?

A

Transfer speed will only be 480 Mbps (the transfer speed of the 2.0)

Remember Mbps = megabits per second

132
Q

How are Micro USB, USB-C, and Lightning Port connectors different from older connectors?

What does a Micro USB look like?

A

they have faster data transfer speeds and carry more power

micro USB has a small half hexagon connector

133
Q

What does a USB-C connector look like? What is the speed?

A

newest reversible connector (either end having same build)

carry more power and transfer data at 20 Gbps

small oval connector

134
Q

What is a USB4? What does it look like?

A

Uses USB-C cables with Thunderbolt 3 protocol to provide power and transfer data speeds of 40 Gbps

small oval connector

135
Q

What is a Lightning Port? What does it look like? What is it used for?

A

similar to USB-C but exclusive to Apple

(flat microchip connector)

used for charging and connecting devices to computers, monitors, cameras, etc

136
Q

What is POTS? How and what does it transmit? What are 3 examples of its uses?

A

Plain Old Telephone Service (rectangle, square end)

transmits voice through twisted copper wires (landline, dial up internet, alarm systems)

Communication Connector

137
Q

What connector is used for POTS?

A

RJ-11

Register Jack 11

138
Q

What is DSL? How does it work? What type of connector is it?

A

Digital Subscriber Line (square end)

connects to high speed networks or the internet through telephone lines and a modem

Communication Connector

139
Q

What connector is used for DSL, what element does it connect to? What cables is it used with?

A

RJ-45

connects computer to network elements, mostly used with ethernet cables

140
Q

What is Cable Internet? What type of connector is it?

A

Uses cable TV infrastructure and a modem to provide access to high speed internet

Communication Connector

141
Q

What connector is used with cable modems?

A

F type connector (hollow circle with prick in the middle)

142
Q

What are fiber optic cables, in what type of casing? 3 ways they’re used? Who normally uses them?

A

strands of glass fibers inside insulated casing

send data long distance, higher bandwidth communication, high speed internet service

ISP use these

Communication Connector

143
Q

What are legacy devices?

A

Older

144
Q

What are DB89 connectors used for? What do they look like?

A

used for older peripherals like keyboard, mice, joysticks

looks like a trapezoid with 9 pins inside, other end has holes for pins

145
Q

What do Molex connectors provide power to? What are 3 examples?

A

powers inner drives/devices

connects Hard Drive, Disc Drive (CD-ROM, DVD, Blu-Ray) or a video card

146
Q

What are Punch Down Blocks, what are 2 things they connect? What are 4 examples of its uses?

A

a terminal strip used to connect telephone or data lines

quick way to cross connect wiring, change wire, make new connection for a telephone system, or Local Area Network (LAN)

(most common cables, connectors)

147
Q

Projectors can have dead/stuck pixels, image burn-in like other displays? T or F?

A

True

148
Q

What 4 cables are used to connect to a projector? Can display be mirrored or extended like a PC?

A
  1. VGA
  2. DVI
  3. HDMI
  4. Display Port

Yes, can be mirrored/extended

149
Q

What’s a good first step when troubleshooting projection display issues? Especially if display flickers or disappears?

A

Check if the cable and connector to projector is worn out or damaged (from constant use)

150
Q

What should you do if your display device defaults to a very low resolution VGA mode on a projector?

A

Check to see if you need a device driver for your projector on the website for manufacturer

151
Q

2 ways to troubleshoot a projector that won’t work or shuts itself down?

A
  1. Check to see if the projector isn’t overheated (lamp can’t operate, projector shuts down)
  2. Check if the lamp has burned out

LED lights have fewer issues and longer lifespans

152
Q

What 4 times would you need to calibrate a projector?

A
  1. first installed
  2. reset
  3. moved
  4. image is skewed (keystoned)
153
Q

What does it mean when an image is keystoned?

A

Skewed

154
Q

What is a terminal strip’s main role? What is an example of one?

A

A device with the main role of enabling connection of panel’s internal/external peripherals

Punch Down Blocks

155
Q

What function does the POST perform in a computer?

A

Figures out what hardware is on the computer and makes sure it is running properly

156
Q

Where are the BIOS settings stored?

A

CMOS

157
Q

What function does a driver perform on the computer?

A

Teaches the CPU how to run an external device