Chapter 2 Flashcards

1
Q

CPU

A

The central processing unit that contains the processor, main memory and cache.(sometimes people say CPU when they mean processor so look for the context).

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

Main Menory /RAM

A

Also known as Immediate Access Store and Primary Memory The memory in the CPU that is used to temporarily store programs while they are running and the data used by these programs. The processor fetches instructions from main memory. Memory is made up of many addressable locations.

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

Processor

A

The component in the computer that fetches, decodes and executes instructions.

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

Cache

A

High speed memory in the CPU that is used to store a copy of frequently usedinstructions and data. Faster access speed than main memory. Used to improveCPU performance.

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

Clock Speed

A

Measured in hertz or cycles per second, the clock speed represents how manyinstructions per second the processor can execute. The higher the clock speed thefaster the CPU can operate.

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

System Busses

A

The circuits/internal wiring that connect the processor and main memory.

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

Fetch-Execute Cycle

A

The process by which a program is run: instructions are stored in main memory,fetched by the processor one at a time, decoded and executed.

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

Dual-Core/Quad Core

A

A CPU that contains multiple processor components (cores) that can operate independently to process more than one task at a time.

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

RAM

A

Random Access Memory: a type of memory that is read-write and volatile.Used for Main Memory.

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

ROM

A

Read Only Memory: memory that is hard-coded at the time of manufacture. Stores the startup program, called the bootstrap loader.

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

Bootstrap Loader

A

The first program that is loaded into main memory from ROM when a computer isswitched on. This will load the operating system from secondary storage.

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

Volatile

A

Describes memory that loses its contents when the power is turned off, e.g. main memory

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

Non-Volatile

A

Describes memory that does not lose its contents when the power is turned off, e.g. hard disk.

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

Secondary Memory

A

Long term, non-volatile storage media such as hard disks, memory sticks, magnetic tapes, DVDs and CDs.

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

Virtual Memory

A

Part of the hard disk that is configured to behave as an extension to main memory.

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

Magnetic Media

A

Secondary storage such as hard disks, tape and floppy disks.

17
Q

Optical Media

A

Secondary storage that is read using lasers such as CDs and DVDs.

18
Q

Solid State / Flash Memory

A

Secondary storage that has no moving parts. Used in memory sticks, cameras and phones.

19
Q

Pen Drive

A

Another term for a USB memory stick

20
Q

Boolean Expression

A

An expression that is either true or false, e.g. X=10

21
Q

Truth Table

A

A table that shows all the possible combinations of inputs and their logicaloutput value.

22
Q

Logical Operators

A

AND, OR, NOT

23
Q

Logic Diagram

A

A diagram of a circuit showing logic gates with inputs and the output these generate.