Unit 1.1 - Computer Systems Flashcards

(75 cards)

1
Q

What does CPU mean

A

Central processing unit

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

Why is the CPU important

A

Hold several million transistors and process hundreds of millions of instructions each second

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

What is CPU speed measured in

A

Hertz

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

Function of transistor

A

Store 0s and 1s

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

What are transistors located on

A

Thin slice of silicon

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

How many transistors fit on one silicon chip

A

Thousands

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

Who created the idea of a stored program

A

Von Neumann

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

List components of CPU

A

Controller
ALU
Registers
Internal memory

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

Controller function

A

To send and receive signals from all parts of the computer

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

ALU function

A

To process and manipulate data, preform simple calculations and comparisons on data

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

Registers function

A

Store data or control info temporarily

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

Internal memory function

A

Used for fast access temporary storage from registers

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

Example of register

A

Accumulator - used to store ALU calculations

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

What are the actions performed by the ALU

A

Decision making & solving equations

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

Buses function

A

They allow data to be transferred to different parts of the computer

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

Address bus function

A

To send a storage address of where data is to be stored or loaded from

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

Data bus function

A

To transfer data to different parts of The computer

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

Control bus function

A

To send control signals to different parts of the computer

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

Idea of a Stored program is referred to as

A

Von Neumann architecture

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

FDE cycle step 1

A

Fetch - fetches address required from memory and stores it in the current instruction register and points to the next instruction

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

FDE cycle step 2

A

Decode - the control unit authenticates the instruction in the current instruction register and further decoded to determine its function

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

FDE cycle step 3

A

Execute - executes decoded instructions

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

Cache memory definition

A

Very expensive Fast access type type of memory. Due to the cost, there is usually significantly less cache memory in computers than there is RAM.

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

The more cache memory…

A

…the better the performance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Cache memory is faster because
It doesn’t have to travel by buses
26
One clock tick per second is equal to
1 hertz
27
First tetrahertz chip made in
2014 by DARPA
28
Typical computer has _______ processor
2.5 GHz
29
Define underclocking
Setting the clock speed lower than the original design
30
Define overclocking
Setting the clock speed higher than it’s original design
31
Overclocking - advantages & disadvantages
Advantage - processor runs faster and therefore has better performance Disadvantage - computer overheats, higher power consumption & shortens lifespan of CPU
32
Underclocking- advantages & disadvantages
Advantage - lower amount of heat produced, lower power consumption & longer lifespan of CPU Disadvantage - processor runs slower and therefore has worse performance
33
Define dynamic clock speed
Clock speed changes depending on requirements of computer
34
Dual core CPU has
2 cores
35
Quad core CPU has
4 cores
36
True/False Dual core is twice faster than single core
False - sometimes instruction 2 may need the result of instruction 1 before it can be processed
37
Difference between single core & dual core
Single core has instructions processed one after the other, whereas dual core has two being processed at the same time
38
True/False Computers with many programs open will run faster with a multi core processor as opposed to a single core
True
39
Define Input device
Device allowing data to be interpreted into a computer system (eg keyboard)
40
Define output device
A device that creates an output from the computer (eg printer)
41
RAM purpose
Used for the temporary storage of currently running programs and data. can be changed. Volatile. Large number of store locations
42
ROM purpose
Used for permanent storage Of data. cannot be changed. permanent.
43
Define Volatile
Data is lost when power is switched off
44
Flash memory purpose
Used for permanent storage of data, yet data can be changed. Flash memory is permanent.
45
RAM Cache memory purpose
Used for temporary storage of frequently accessed data & instructions. Small number of store locations. Volatile. Can be changed
46
RAM storing example
Word document that is currently worked on
47
ROM storing example
BIOS (cannot be upgraded)
48
Flash memory storing example
BIOS (can be upgraded)
49
Define BIOS
Basic input/output system
50
Internal Memory speed ranked - high to low
Cache memory ROM RAM Flash memory
51
Secondary storage is also known as
Backing storage
52
Flash drive suitability
Moving relatively small files
53
External hard drive suitability
Backing up a computer system
54
CD/DVD/Blu-ray disc suitability
Storing multi media files
55
Magnetic tape suitability
Backing large commercial servers
56
Secondary storage speed-high to low
Flash drive External hard drive CD/DVD/Blu-ray disc Magnetic tape
57
Define solid state technology
Doesn’t have any moving parts
58
Define Optical technology
Lasers are used to read and write information on a disk
59
Define magnetic technology
Data is stored on a magnetic medium using a write head. Do they can then be read by the read head
60
Nybble value
4 bits
61
Byte value
B - 8 bits
62
Kilobyte value
kB - 1024 bytes
63
Megabyte value
MB - 1024 kB
64
Gigabyte value
GB - 1024 MB
65
Terabyte value
TB - 1024 GB
66
What is a bit
A bit is either one or a zero.
67
True/false It is quicker to access data from secondary storage compared to memory
False
68
Motherboard definition
The main circuitboard of a computer
69
GPU function
Perform calculations to produce graphic images
70
Soundcards definition
Enables the computer to output sound
71
Integrated GPU
A cheaper GPU that uses the computer is RAM
72
Dedicated GPU
A dedicated GPU used by gamers and graphic designers
73
What is an embedded system
A system consisting of multiple components
74
What is firmware
Software won’t change
75
Why do many embedded systems require real-time processing
Embedded systems need to respond immediately