Hardware Flashcards

1
Q

Hardware

A

Described as the physical parts of a computer, and include parts such as the CPU, motherboard, graphics/audio cards, memory (RAM), and hard disks

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

Hertz

A

A standard unit, and in computing is measured by how many operations (instructions) a CPU can complete in one second.

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

Central Processing Unit (CPU)

A

Part of a computer that performs the input/output

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

Instruction Cycle

A

An instruction cycle is a set of predetermined steps that the CPU takes in order to grab instructions, and then execute them

Steps:

1) Fetch
2) Decode
3) Execute

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

Fetch

A

This step fetches the next instruction from the memory at an address stored in the program counter

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

Decode

A

The decode interprets the instruction

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

Execute

A

During execute, the CPU performs the action told by the decoded instruction.

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

Pipeline

A

A computing pipeline is a ‘series’ or analogically a pipe of processes of data, where the output of one unit is the input in the following unit.

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

Serial/Parallel Processing

A

A serial process is one that occurs in series, where one process needs to be finished before the next can begin.

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

Bit

A

A bit is the basic bit of computing information. When we have eight bits together, we call that a byte.

8 bits = 1 byte

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

Memory Sizes

A

A byte is also what we use to measure memory sizes. The most common memory sizes you’ll hear today are kilobyte, megabyte, gigabyte, and terabyte.

Kilo = 1 thousand 
Mega = 1 million 
Giga = 1 Billion
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Sequential Access Memory (SAM)

A

Memory that must be accessed in sequence (i.e. the first part of the memory must be read before moving onto the second part).

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

Random Access Memory (RAM)

A

Can be accessed at any pint or area in the memory. Unlike SAM, it doesn’t need to wait for the a full rotation of the platter or tape, but can jump directly to where the data is located.

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

Volatile Memory

A

Memory which is only maintained for as long as the computer is on and providing power. After shutdown, the memory is lost.

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

System Cache

A

Temporary storage memory which usually has a very fast access time It is for data intended to immediate use.

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

L1 Cache

A

First level of cache for the CPU, and is generally very small. This is the fastest level of cache, and the processor checks this first.

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

L2 Cache

A

Intermediate cache. Known as the secondary cache,

18
Q

L3 Cache

A

The largest, and determines to a significant extent the speed of memory access a CPU has.

19
Q

Data Storage/Hard Drivers

A

Hard drives are used for storing permanent data.

20
Q

Virtual Memory

A

Virtual memory is almost always slower than having everything in RAM. in the early 1980’s by Phillips and Sony.

21
Q

Compact Disc (CD)

A

Form of physical media which was developed in the early 1980’s by Phillips and Sony. They can hold between 500 to 700 megabytes of data.

22
Q

Flash Memory

A

Another form of permanent data storage. Common in phones, USB flash drives, and in solid state drives for personal computers.

23
Q

Peripheral Devices

A

A peripheral device is a device which is connected to a computer but not part of the computer itself. This includes the mouse monitor, keyboard, and speaker.

If it has to be plugged into a computer, then it’s a peripheral.

24
Q

Input/Output devices

A

Are used by people to communicate with a computer, and for the computer to communicate with people.

Input devices: Scanners, keyboards, and mice.

Output devices: Monitors, printers, and speakers.

25
Q

Mouse

A

An input peripheral that allows the user to move the pointer on a GUI (Graphical User Interface.)

26
Q

Universal Serial Bus (USB)

A

Most common connection devices used today, and the current version, USN 3.0 is able to transfer data at a rate of 5.0 Gbits/sec.

27
Q

Printer

A

An output peripheral device which is able to print characters onto a sheet of paper for a user to read.

The two primary types of printers are inkjet printers and lasers printers.

28
Q

Fax (telefax)

A

A fax machine can transmit scanned printed material over a remote printer or other computer.

29
Q

Scanner

A

A scanner optically reads (scans) a page and converts it into a digital image file ).jpg, .png)

30
Q

Monitor

A

Output device that is used to display data or images to the user.

31
Q

Pixel/Resolution

A

Refers to the number of distinct points of light in a display device like a computer screen. The number of pixels in a display determines the resolution.

The resolution defines how many pixels are on the screen, and therefore how sharp/ detailed the image will be.

32
Q

Refresh Rate

A

The refresh rate is the rate at which new data is renewed onto the display. A normal display typically has a refresh rate of 60 Hertz (Hz), meaning each second the display is refreshed 60 times.

33
Q

Modem

A

A modem is a peripheral device that allows your computer to connect to other computers and the internet

34
Q

Network interface Care (NIC)

A

A hardware component that connects a computer to a network or a modem. Are necessary for physical connections to other computers or the internet.

35
Q

Motherboard

A

Also called the system board and is the primary circuit found in computers. You can think of this as the table which all other parts of the hardware sits on.

36
Q

Expansion Ports

A

Are areas of the computer motherboard in which additional hardware components can be placed to increase the capability of the computer.

37
Q

ISA

A

‘Industry Standard Architecture’ is the eldest of the expansion slots.

38
Q

PCI

A

Peripheral Component Interconnect replaced the ISA slots.

39
Q

AGP

A

‘Accelerated Graphics Port’

This slot was used to attach a graphics card to the motherboard.

40
Q

PCI express

A

Common expansion slot typically used for graphics card and physics cards. They were introduced in 2003.