deck 1 Flashcards

1
Q

Programs

A

Programs are instructions that tell the computer what to do. They are stored in durable media like hard drive and CPU process them.
Instructions are also stored in RAM so the CPU can access it faster.
CPU is taking instructions written in binary and executing them.

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

Registers

A

Registers are components inside the CPU that store the data that CPU works with.

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

EDB

A

EDB (External Data Bus) is a row of wires that interconnect the parts of our computer. Wire that has voltage is represented with 1, no voltage is 0. –> that’s how bits physically travel around the computer. EDB comes in different sizes (a bit, 16-bit, 32, 64)

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

MCC

A

MCC (Memory Controller Chip) finds instructions in RAM, grabs them and sends through EDB.

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

Address bus

A

Address bus connects the CPU with the MCC and sends over the location of the data, but not the data itself. MCC looks for the data which is then sent over the EDB.

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

Clock speed

A

CPU is connected to the clock wire that keeps its operations in sync. When a voltage is sent to that clock wire CPU does one cycle of operations.

Clock speed of the CPU in GHz is the maximum number of clock cycles in certain period of time. GHz is billions per second. (There are ways to over clock your CPU, though, but it has its cons.)

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

CPU cashe

A

CPU cashe is smaller but faster way for getting data for our CPU to process. It has three levels: L1 (the smallest and fastest), L2 and L3.

It speeds up the process by holding a local copy of the most recently accessed data in temporary storage. It is normally stored inside each core of the CPU.

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

Motherboard

A

Motherboard is the foundation that holds our computer together. It routes power from the power supply, and it allows the different parts of the computer to communicate with each other.

It lets us expand our computers functionality by adding expansion cards.

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

Level 2 cache

A

L2 cache holds less data than L3 cache, but it has faster access speeds. L2 holds a copy of the most recently accessed data that is not currently in use by the CPU. Each CPU core normally has its own L2 cache.

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

Level 1 cache

A

L1 cache is the fastest and smallest of the three CPU cache levels. L1 holds the data currently in use by the CPU. Each CPU core usually has its own L1 cache.

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

Overclocking a CPU’s frequency involves three variables:

A

The base CPU clock frequency, often measured in GHz.

The core frequency, which is calculated by multiplying the base frequency by the CPU core multipliers.

The core voltage, which needs to be increased in small increments to meet the increasing power demand of the CPU during the overclocking process.

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

How to overclock a CPU safely

A

1) Check if overclocking is supported
2) Clean the inside of the computer
3) Ensure an appropriate CPU cooler is installed (critical)
4) Follow the manufacturer’s instructions for overclocking the CPU

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

Types of
CPU sockets

A

LGA (Land Grid Array) - there are pins
that stick out of the motherboard

PGA (Pin Grid Array) - the pins are located on the processor itself

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

Heat sink

A

Heat sink takes the heat from our CPU and dissipates it through a fan or another medium.

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

RAM

A

To run a program, we need to make a copy of it in RAM so our CPU can process it. RAM can hold billions of rows of data and is randomly accessed.

Almost all RAM is volatile, which means that once we power off our machines, the data stored in RAM is cleared.

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

DRAM

A

DRAM (dynamic random-access memory) is the most common type of RAM that has chips to store data which have semiconductors.
Each of those semiconductors or microscopic capacitors store a bit, either 1 or 0.

There are also different types of memory sticks that DRAM chips can be put on.

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

DIMM sticks

A

DIMM (Dual Inline Memory Module) is a memory stick where DRAM chips can be put on.
It has different sizes of pins on it.

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

SDRAM

A

SDRAM (synchronous dram) is synchronized to the system’s clock speed, allowing quicker processing of data.

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

Chipset

A

The chipset is a key component of the motherboard that allows us to manage data between the CPU, RAM, and peripherals.

It is made up of two chips.
One is called the Northbridge that interconnects stuff like RAM and video cards.
(In some modern CPUs, the Northbridge has been directly integrated into the CPU so there isn’t a separate Northbridge chip set.)

The other chip is the Southbridge, which maintains our IO or input-output controllers, like hard drives and USB devices, that input and output data.

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

Motherboard expansion slots

A

Expansion slots also give us the ability to
increase the functionality of our computer.

The standard for an expansion bus today is
the PCI Express or Peripheral Component Interconnect express.

A PCIe bus looks like a slot on the motherboard and a PCIe base expansion card looks like a smallest circuit board.

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

Components of motherboard

A

Chipset, expansion slots and form factor

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

Form factor

A

Sizes of form factors determine the amount of stuff we can put in it and the amount of space we’ll have.

The most common form factor for motherboards is ATX, which stands for Advanced Technology Extended. Intel NUC uses ATX board that comes in three board sizes: mini ITX, nano ITX, and pico ITX.

IT or information technology extended form factor is much smaller form factor.

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

1 KB

A

10^3 (1,024 bytes)

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

HDD

A

HDD uses a spinning platter and a mechanical arm to read and write information.
The speed that the platter rotate allows you to read and write data faster. This is commonly referred to as RPM or revolution per minute.
HDDs are prone to a lot more damage because there are a lot of moving parts.

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

SSD

A

The information on SSD (Solid State Drive) is stored on microchips and data travels a lot faster than HDDs.
SSD has no moving parts and the form factor for SSD is slimmer than for HDD.

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

ATA interfaces

A

ATA interfaces are the most common for connecting hard drives to our systems.

The most popular ATA drive is a Serial ATA or SATA, which uses one cable for data transfers.

SATA drives are hot swappable, which means you don’t have to turn off your machine to plug in a SATA drive. SATA has been the de facto interface for HDDs today.

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

NVMe interface

A

NVM express interface allows for greater throughput of data and increased efficiency as instead of using a cable to connect your SSD drive to your machine, the drive was added as an expansion slot.

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

1 MB

A

10^6

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

1 GB

A

10^9

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

1 TB

A

10^12

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

1 PB (petabyte)

A

10^15

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

1 EB (exabyte)

A

10^18

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

1 ZB (zettabyte)

A

10^21

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

1 YB (yottabyte)

A

10^24

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

1 KiB

A

2^10

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

1 MiB

A

2^20

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

1 GiB

A

2^30

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

1 TiB

A

2^40

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

1 PiB

A

2^50

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

1 EiB

A

2^60

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

1 ZiB

A

2^70

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

1 YiB

A

2^80

43
Q

Power suply

A

Our power suply converts the AC we get from the wall into low voltage DC power that we can use and transmit throughout our computer.

44
Q

Amperage

A

Amperage or current is measured in amps and reffers to an amount of electricity coming out.

Amps will pull as much electricity needed, but voltage will just give you everything.

45
Q

Wattage

A

The amount of volts and amps that the device needs.

You can power most basic desktops with a 500 watt power supply, but you will need a bigger one if you’re doing something more demanding.

46
Q

The most common voltage inputs

A

The most common voltage inputs are 110-120 VAC and 220-240 VAC. VAC stands for volts of alternating current.

47
Q

Examples of components that use each voltage level

A

3.3 V –> DIMMs, chipsets, and some PCI/AGP cards

5 V –> SIMMS, disk drive logic, ISA, and some voltage regulators

12 V –> Motors and voltage regulators with high outputs

48
Q

Motherboard power adaptor

A

The computer’s power supply plugs into an adapter on the computer’s motherboard. The wiring for this connection uses color coded wires. Each wire color carries a different voltage of electricity to the motherboard or serves as a grounding wire.

A standard ATX motherboard power adaptor has either 20-pins or 24-pins (today’s standard) to connect these wires.

49
Q

Connections from a PC power supply (ATX 2)

A

1 Floppy disk drive (obsolete)

2 “Molex” universal (e.g. IDE hard drives, optical 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, and can therefore also be used for old 20-pin connections

50
Q

When selecting a power supply for a computer, the following items should be taken into consideration:

A

Wall socket input voltage standard for the country where the computer will be used;

The number and power consumption needs of the computer’s internal components;

The motherboard model and form factor engineering specifications and requirements.
51
Q

SOC

A

SOC (system on a chip) packs the CPU,
RAM and sometimes even the storage onto a single chip.

Not only a SOC is small, it uses less battery power than if those components were separated.

For small mobile devices

52
Q

Some of the standard power data and
display connector types in mobile phones

A

USB-C
micro USB
mini USB

lightening adapter

micro HDMI
mini HDMI

mini display port

53
Q

A charge cycle

A

A charge cycle is one full charge and discharge of a battery.

54
Q

Mb/s

A

Mb/s is a megabit per second,
which is a unit of data transfer rate.

55
Q

Cables with ports that output audio and video

A

HDMI, display port, USB type C

(in addition to audio and video, it also can do data transfer and power)

DVI outputs just video.

56
Q

POTS

A

Plain Old Telephone Service (POTS) refers to cables transmitting voice through twisted copper pair wires.

Landline telephones, dial-up internet, and alarm systems use POTS.

The RJ-11 (Register Jack 11) connector is used for POTS.

57
Q

DSL

A

Digital Subscriber Line (DSL) provides access to high-speed networks or the internet through telephone lines and a modem.

The RJ-45 connects a computer to network elements and is mostly used with ethernet cables.

58
Q

Cable Internet

A

Cable Internet uses a cable TV infrastructure and a modem to provide high-speed internet access to users.

An F type connector is commonly used with cable modems.

59
Q

Fiber-optic cables

A

Fiber-optic cables contain strands of glass fibers inside an insulated casing that send data long-distance and allow for higher-bandwidth communication.

The major internet providers use fiber-optic cables for high-speed internet service.

60
Q

DB89

A

DB89 connectors are used for older peripherals like keyboards, mice, and joysticks.

61
Q

Molex

A

Molex connectors provide power to drives or devices inside the computer. Molex connectors are used for connecting a hard drive, disc drive (CD-ROM, DVD, Blu-ray), or a video card.

62
Q

Punch down block

A

A punch down block is a terminal strip used to connect telephone or data lines. Punch down blocks are a quick and easy way to connect wiring.

IT professionals use punch down blocks to change a wire or make a new connection for a telephone system or Local Area Network (LAN).

63
Q

Projector defaulting to a very low-resolution

A

If your computer does not correctly recognize the display resolution of the projector it may default to a very low-resolution VGA mode like 640x480 or 1024x768.

If this happens, your computer may need a device driver for your projector.

Take a look at the support website for your projector’s manufacturer!

64
Q

Lightning on projectors

A

Incandescent bulbs, or lamps - if a projector gets too hot for the lamp to safely operate, the projector will shut down. If the lamp burns out, the projector will either not work or will shut itself down.

LED lights - have far fewer issues with overheating, and have much longer lifespans

65
Q

Drivers

A

The drivers contain the instructions
our CPU needs to understand
external devices like keyboards, webcams, printers.

66
Q

BIOS

A

The BIOS is software that helps initialize
the hardware in our computer and
gets our operating system up and running.

The bios isn’t stored on a hard drive.
Our motherboard stores the bios in the read only memory chip or ROM chip.
(non-volatile, meaning it won’t erase
the data if the computer is turned off)

67
Q

UEFI

A

UEFI (Unified Extensible Firmware Interface) performs the same function of starting your computer as a traditional BIOS, but it’s newer and has better compatibility and support for new hardware.

68
Q

POST

A

POST (power-on self-test) - BIOS runs it when when you boot on your computer before it initializes any hardware or loads up essential drivers.

POST figures out what hardware is on the computer all the hardware is working correctly.

If there’s an issue, and drivers are still not loaded to show up an error on the screen, the computer will use beep codes.

69
Q

CMOS chip

A

It stores basic data about boosting your computer, like the date, time, and how you want it to start up.

You can change these settings by booting
into CMOS or BIOS settings menu.

BIOS settings control which devices to boot to.

70
Q

Disk image

A

A disk image is a copy of an operating system.

The process of reimaging involves
wiping and installing an operating system.

This procedure is typically performed using
a program that stored on some external device, like a USB memory stick or a CD ROM, or even a server accessible through the network.

To access these programs and perform the re-image,you will need to use the bios to tell the computer to boot up from that external device.

71
Q

Standoffs

A

Standoffs are used to raise and
attach your motherboard to the case.
Computer cases can have
built-in standoffs.

72
Q

Thermal paste

A

Thermal paste is used to better
connect our CPU and heat sink,
so the heat transfers from one to the other better.

73
Q

SATA power plug

A

SATA power plug needs to be connected with the SSD in the computer case.

74
Q

Factory reset warning

A

A factory reset will remove all data,
apps, and customizations from the device.

75
Q

LCD

A

Liquid Crystal Display have crystals can be aligned in a variety of patterns and manipulated with electricity which affects refresh rates, image quality, and display performance.

LCDs require backlighting, often provided by LEDs. The backlighting unit (BLU) requires extra space, which makes LCD panels thicker and less flexible than other displays.
Polarizers on either side of the liquid crystal layer control the path of the backlight to ensure the light is aimed toward the user.

76
Q

Non-emissive displays

A

Displays that need backlighting are called non-emissive or passive displays.

77
Q

IPS

A

In-Plane Switching (IPS) displays hav the liquid crystals that are aligned horizontally to the screen. Electricity is passed between the ends of the crystals to control their behavior.

78
Q

Common LCD display types used for mobile devices

A

In-Plane Switching (IPS)
Twisted Nematic (TN)
VA-Vertical Alignment

79
Q

Pluses and minuses of IPS displays

A

Positives:
- high quality graphics
- wide viewing areas
- provide vibrant colors
- excellent color reproduction, accuracy, and contrast

Negatives:
- expensive
- can be affected by “IPS Glow”, where the backlight is visible from side viewing angles
- low refresh rates and slow response times

However, response times have been improving as the IPS technology evolves.

80
Q

IPS display use

A

IPS technology is used in touch screen displays and high-end monitors.

They are often used for design, photography, video/film editing, animation, movies, and other media.

They can also be used for games that rely on color accuracy and wide viewing angles, as opposed to speed.

81
Q

TN display

A

Twisted Nematic (TN) is the earliest LCD technology that is still in use today.

The term nematic, which means “threadlike,” is used to describe the appearance of the molecules inside the liquid.

In TN displays, the liquid crystals are twisted. When voltage is applied, the crystals will untwist to change the angle of the light they transmit.

82
Q

TN display use

A

TN displays are appropriate for basic business use (e.g., email, document, and spreadsheet applications).
They are also used for games that need rapid display response times.

83
Q

Pluses and minuses of TN displays

A

Positives:
- low cost and easy to produce
- excellent refresh rates, response times, and resolutions
- versatile and can be manufactured for any size and/or shape.

Negatives:
- narrow viewing angles
- low image quality, color distortion, and poor color accuracy and contrast

84
Q

VA displays

A

In VA (Vertical Alignment) displays, the liquid crystal molecules are vertically aligned.
They tilt when electricity passes through them.

85
Q

VA display use

A

VA displays are intended for general purpose. Provides mid-range performance for graphic work, movies, and TV.

86
Q

Pluses and minuses of VA displays

A

Positives:
- offer great contras and deep black shades
- fast response times
- mid-range quality for refresh rates, image quality, viewing angle, and color reproduction

Negatives:
- motion blur and ghosting occurs with fast-motion visuals

87
Q

OLED

A

Organic Light Emitting Diodes (OLED) are diodes that emit light using organic (carbon-based) materials when electricity is passed through the diodes.

The basic structure of an OLED display consists of an emissive layer placed between a cathode (which injects electrons) and an anode (which removes electrons).

Electricity enters through the cathode layer, passes into the emissive layer and conductive layer to create light, then out through the anode layer.

88
Q

Emissive displays

A

Displays that are able to convert electricity into light are called emissive or active displays

88
Q

OLED use

A

OLED display technology can be used in foldable smartphones, rollable TVs, as backlighting in LCD TVs, for gaming, and inside VR headsets.

89
Q

Pluses and minuses of OLED displays

A

Positives:
- deliver excellent picture quality
- wide viewing angles
- fast response rate
- infinite contrast
- brilliant colors with true blacks
- energy efficient, simpler to make, and much thinner than LCDs
- can be built to be flexible and even rollable

Negatives:
- sensitive to light and moisture
- blue LEDs degrade faster than other LED colors causing color distortion over time
- prone to image retention and burn-in

90
Q

AMOLED

A

Active Matrix Organic Light Emitting Diode (AMOLED) and Super AMOLED are recent technologies used in smartphone displays.

AMOLED displays are a type of OLED panel that uses active matrix technology. Active-matrix displays have active capacitors arranged in a matrix with thin film transistors (TFTs).

This technology enables the control of each individual pixel for rapid state changes, including changing brightness and color.

AMOLEDs have touchscreen functions integrated into the screen.

91
Q

AMOLED use

A

AMOLED and Super AMOLED panels are used in high-end mobile devices, flat screen monitors, curved screens, and touchscreens.

92
Q

Pluses and minuses of AMOLED displays

A

Positives:
- offer a high picture quality and fast response time
- color and brightness are consistent across the screen
- fast-moving images and motion are displayed clearly without blurring or ghosting
- Super AMOLED panels can display a wider range of colors with enhanced contrast, which makes them easy to view in a wider variety of lighting conditions.

Negatives:
- have the same problems as OLED displays (listed above) plus AMOLED panels can be difficult and expensive to manufacture.

93
Q

mLEDs

A

Inorganic mini-LEDs (mLEDs) are a next-generation, emissive display technology.

Mini-LED displays work the same way that OLED displays work, but the individual LED size is much smaller at approximately 50-60 micrometers.

94
Q

mLED uses

A

Mini-LED displays are used for LCD backlighting in smartphones, public information displays, signage, electronics, vehicle displays, and more. Mini-LEDs are also the tech behind “Liquid Retina XDR” screens.

95
Q

Pluses and minuses of mLEDs

A

Positives:
- offer ultra high luminance, superior HDR fineness, long lifetimes, thin panels, and are readable in sunlight.
- less expensive than micro-LED displays.

Negatives:
Mini-LED displays, when used as LCD backlighting, are limited by the properties of LCD technology. Mini-LED displays for mobile devices are more expensive than OLED displays.

96
Q

μLEDs

A

Micro-LEDs (μLEDs) are emissive, next-generation displays.
Micro-LED displays work the same way that OLED displays work, but the individual LED size is extremely small at 15 micrometers.

97
Q

μLED use

A

Micro-LED displays can be used in smartphones, AR/VR headsets, wearables, public information displays, wall-sized TVs, vehicle displays, and more.

98
Q

Pluses and minuses of μLED

A

Positives: Micro-LED displaysoffer superior performances across virtually all common display features, such as brightness, reaction speeds, power consumption, durability, color gamut, stability, viewing angles, HDR, contrast, refresh rates, transparency, seamless connectivity, and more. Micro-LED displays are readable in sunlight and have sensor integration capability.

Negatives: Micro-LED displays are expensive to manufacture and are not yet ready for mass production.

99
Q

ATA

A

ATA is the most common interface that hard drives use to connect to our system

100
Q

Backward compatible

A

It means older hardware works with newer hardware

101
Q

BYOD

A

BYOD (Bring Your Own Device): Refers to the practice of allowing people to use their own personal devices for work

102
Q

Charge cycle

A

One full charge and discharge of a battery