Module 3 Flashcards

(35 cards)

1
Q

Hardware

A

refers to the physical elements of a computer:
computer case w/ power keyboard
motherboard mouse
CPU network card
Memory (RAM) modem
Hard disk drive speakers
Optical Drive (DVD) printer
Video Card cabling
Monitor

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

Hardware is

A

a physical entity

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

software is

A

non-physical entity

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

binary digit or bit

A

zeros and ones

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

8 bits =

A

1 byte of data

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

input

A

the process of entering data and programs into the computer system.

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

processing

A

The task of performing arithmetic and logical operations is called processing

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

output

A

the process of producing results from the data and getting useful information

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

Storage:

A

The process of saving data and instructions permanently is known as storage

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

control.

A

Control is the way instructions are executed and the above operations are performed.

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

CPU

A

where decisions are made, computations occur, and input/output requests are delegated - the brain

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

Main Memory

A

temporary storage for information being processed by the CPU

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

Bus

A

a subsystem that transfers data or power between computer components.
It is an electronic highway for information.

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

Input devices

A

allows people to supply information to computers

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

Output devices

A

allows people to receive information from computers

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

4 key parts of the CPU

A

Control Unit
Arithmetic & Logic Unit
Registers
Clock

17
Q

The Control Unit

A

extracts instructions from memory, decodes, and executes them, calling on the ALU when necessary

18
Q

ALU

A

Arithmetic Logic Unit (ALU), as its name implies, is that portion of the CPU hardware that performs the arithmetic and logical operations on the binary data.

19
Q

Registers

A

are temporary storage units within the CPU. Some registers, such as the program counter and instruction register have dedicated uses. Other registers such as the accumulator are for more general-purpose use.

20
Q

data bus

A

transfers actual data

21
Q

address bus

A

transfers information about where the data should go.

22
Q

control bus

A

carries signals that report the status of various devices.

23
Q

instruction cycle

A

the steps of stages the processor follows.

This is the process where a computer retrieves a program instruction from memory, determines what actions the instruction requires, and carries out the actions

24
Q

clock

A

generates a regular sequence of electronic pulses used to synchronize operations of the processor’s components

25
clock rate (or frequency).
time between pulses is the cycle time and the number of pulses per second
26
instructions per second (IPS).
thousand instructions per second (kIPS), million instructions per second (MIPS), and Giga instructions per second (GIPS).
27
multi core processor
is a single component with two or more processors called cores.
28
motherboard / system board / mainboard
is the primary circuit board within a personal computer
29
form factors
the 29 different varieties motherboards come in.
30
Internal memory
refers to a computer’s working memory and includes several types of temporary storage, such as main memory, cache memory, and the processor’s registers, all of which can be accessed by the processor.
31
Cache memory
is smaller and faster than main memory. As a buffer between the processor and main memory, it is used to hold a copy of instructions and data that are likely to be needed next by the processor.
32
RAM
The main memory - RAM because it randomly selects and uses any location of the memory to directly store and retrieve data. It is also called read/write memory.
33
read only memory (ROM).
storage of program and data in the ROM is permanent can only be read by the CPU, but it cannot be changed.
34
platters.
Both sides of a platter are writable as data is stored on each side
35
RAID array
redundant array of independent disks). Because they use multiple drives, RAID drives are often sold in a separate enclosure with its own power supply and fan (which can be noisy).