Computer Hardware Flashcards

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

1/54

flashcard set

Earn XP

Description and Tags

Flashcards for review of computer hardware lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

55 Terms

1
New cards

Binary

A system of two that represents opposites; computers process information and make decisions based on binary logic.

2
New cards

Bit (b)

A single digit in binary (1 or 0).

3
New cards

Byte (B)

8 digits of numbers ranging from 00000000 to 11111111 (8-bit number).

4
New cards

KiloByte (KB)

Approximately 1 thousand bytes.

5
New cards

MegaByte (MB)

Approximately 1 million bytes.

6
New cards

GigaByte (GB)

Approximately 1 billion bytes.

7
New cards

ASCII (American Standard Code for Information Interchange)

Uses 8 bits/1 byte per character.

8
New cards

Unicode

Uses 32 bits/4 bytes per character.

9
New cards

Making Pure Silicon

Quartz (silicon dioxide) mixed with Charcoal (carbon) and woodchips, then heated to 2000℃ in a furnace to create Molten silicon.

10
New cards

Quartz

Contains silicon dioxide.

11
New cards

Motherboard

Contains CPU socket, copper traces, and binary processors.

12
New cards

Transistors

Basic switches made of silicon that allow the computer to work.

13
New cards

Integrated Circuit (IC)/Microchip

A circuit formed by connecting transistors together (can be shrunk very small).

14
New cards

"Wafer Fab"

Factory where integrated circuits are made.

15
New cards

Photolithography

The process of writing using light.

16
New cards

Computer

An electronic device that manipulates data using software to process input and produce output.

17
New cards

Software

Instructions and data that tell the hardware what to do.

18
New cards

Hardware

Physical components; the parts of the computer that you can touch.

19
New cards

Peripheral

A hardware accessory outside the case of the computer body.

20
New cards

Input

Information going into a computer.

21
New cards

Process

To change in some way; calculations/making decisions about data.

22
New cards

Output

Presentation of results.

23
New cards

Storage

To remember results or input for later use.

24
New cards

Control

Directing actions or flow of information.

25
New cards

Primary Memory

Fast, temporary memory; contents are lost when power is turned off (RAM).

26
New cards

Secondary Memory

Slower, bulk storage; contents are retained when power is removed (HDD).

27
New cards

Serial

Data is transferred one bit at a time.

28
New cards

Parallel

Data is transferred with many bits simultaneously.

29
New cards

SRAM (Static Random Access Memory)

Stores data with transistors; keeps data/instructions that need to be used often - “cache”.

30
New cards

DRAM (Dynamic Random Access Memory)

Stores data with capacitors; requires memory management to keep RAM charged.

31
New cards

SSD (Solid State Drive)

Stores data with NAND flash; for more permanent storage with power off.

32
New cards

HDD (Hard Disk Drive)

Stores data with magnetism; permanent storage with power off.

33
New cards

CPU Registers

Stores data with transistors; fastest memory possible.

34
New cards

Moore’s Law

States that the number of transistors for a given area on a microchip will double approximately every 18 months to 2 years.

35
New cards

Form Factor

Shape and size of the motherboard.

36
New cards

Motherboard

Connects the CPU with the DRAM and the chipset to allow other devices to connect to your computer.

37
New cards

CPU

Stands for Central Processing Unit.

38
New cards

Northbridge

Handles high-speed communication between CPU and the most performance-critical components.

39
New cards

Southbridge

Handles lower-speed peripherals and I/O devices.

40
New cards

Pin Grid Array (PGA)

Pins stick out of CPU

41
New cards

Land Grid Array (LGA)

Pins are in the socket of the motherboard.

42
New cards

DDR (Double Data Rate)

A type of DRAM that has faster memory rates for each new technology release.

43
New cards

PCI Express Slots

Also known as expansion slots, these allow you to connect extra cords to your computer (video cards, bluetooth cards)

44
New cards

SATA Ports

Standard way to connect your storage drives

45
New cards

Chipset

Determines the capabilities of your computer. It must match your CPU type and CPU socket type.

46
New cards

Bus

Used to transfer data between and beyond the motherboard

47
New cards

Internal Bus

On the board itself (processor, RAM)

48
New cards

External Bus

Leads outside of the box (USB, keyboard connections)

49
New cards

BIOS/UEFI (Basic Input Output System)

Firmware that has a fixed program embedded on the device, which allows the computing system to assure that all components are working properly before running its software.

50
New cards

Firmware

The term that describes a state between software and hardware. This program has been embedded into hardware

51
New cards

Alternating Current (AC)

Flow of electric charge reverses direction (constantly changes polarity)

52
New cards

Direct Current (DC)

Electric charge flows in only one direction (one polarity)

53
New cards

Regulator

Takes DC voltage input and converts it to a lower one for the CPU (like a mini power supply)

54
New cards

Heat Sink

Draws heat away from CPU with metal conductors; Thermal Compound/Paste (or grease) to remove air gap between CPU and heat sink.

55
New cards

VRM

Converts the power supply’s voltage down to lower voltage so that it can be used by smaller components like the CPU