Section 1 Flashcards

(43 cards)

1
Q

What is a computer system made up of?

A

Hardware (physical component) and Software (program that runs)

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

What must a computer system always have?

A
  • CPU (processor)
  • Input and Output device
  • Primary Storage
  • Secondary Storage.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an input device?

A

Takes real world data and converts it into a form to be stored on the computer

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

Examples of Output Devices

A
  • Computer Screen
  • Actuator
  • Speaker
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is memory (primary storage)?

A

Used for holding instructions currently being executed and data that is being used

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

What did John Von Neumann develop?

A

Concept of stored program computer in 1940s

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

What did Von Neumann Architecture use the idea of?

A
  • Holding both programs and data in memory
  • Moved between memory unit and processor
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the CPU?

A
  • Central Processing Unit
  • Executes programs
  • Manages rest of hardware
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is cache memory?

A
  • Very fast memory
  • Close to CPU
  • Temporarily holds data that is likely needed again by processor in course of running program
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the Fetch-Decode-Execute Cycle?

A
  • When run, processor must execute one instruction at a time
  • By fetching it from main memory and decoding and executing.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does the processor contain?

A
  • Control Unit
  • Arithmetic Logic Unit
  • Registers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the Control Unit?

A
  • Coordinates all activities in CPU
  • Controls execution of instructions in correct sequence
  • Decodes
  • Regulates
  • Sends and receives control signals.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the functions of the ALU?

A
  • Arithmetic and Logic Unit
  • Logic Operations : AND, OR, NOT
  • Shift Operations : Shifting bits to left or right
  • Arithmetic Operations : +, -, *, /
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a register?

A
  • Special, fast memory location within CPU
  • Used in execution of instructions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the MAR?

A
  • Memory Address Register
  • Holds address of instruction fetched or stored
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the MDR?

A
  • Memory Data Register
  • Holds data of program instruction temporarily when fetched or sent from/to memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is the PC?

A
  • Program Counter
  • Holds memory address of next instruction processed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is the ACC?

A
  • Accumulator
  • Special memory location which results of ALU operations are stored
19
Q

What affects CPU performance?

A
  • Clock Speed
  • Cache Size
  • Number of Cores
20
Q

How does clock speed affect CPU performance?

A
  • Speed at which processor operates in hertz
  • Faster clock means more instructions are fetched, decoded and executed per second
21
Q

How does cache memory affect CPU performance?

A
  • Frequently used data is stored temporarily
  • Use of a small amount of cache improves speed by preventing constant reading and writing from main memory causing it to go slower
22
Q

What is the pros of more cache memory?

A

More data and instructions can be held and made available quickly

23
Q

What is the properties of Level 1 Cache?

A
  • Extremely fast but small
24
Q

What is the properties of Level 2 Cache?

A

Fairly fast and medium-sized

25
How does the number of cores affect CPU performance?
- Where multiple instructions can be executed simultaneously - e.g. parallel processing in a dual core, performs twice as many operations per second
26
What is an embedded system?
Small computer built into piece of equipment to perform specific function
27
What are the two groups of memory/storage?
- Primary Storage (Memory) - Secondary Storage
28
What is RAM?
- Random Access Memory - Used as computer's main memory - Volatile
29
What is virtual memory?
- Not enough main memory to store whole of program - Used to store parts of program not currently being used and can be swapped when returned to
30
What is non-volatile memory?
Designed for long term storage of files and won't be wiped
31
What is a bootstrap loader?
Small program that loads operating system
32
What is ROM?
- Read-Only Memory - Cannot be written over once created and is non volatile - Stay in computer and will start up when receiving power again
33
What is secondary storage?
- Long term storage - Hold stored data which a system may use to perform processing - Hard disk drives and solid state drives etc.
34
What features must be considered for secondary storage?
Capacity -Space to store files Speed- How quickly can computer read or write data? Portability - Easily unplugged and carried away Durability - Easily damaged Reliability - How long will it last? Cost - Cost per GB
35
What are magnetic devices?
- Secondary storage - Involves reading with a moving head inside disk drive
36
Why is magnetic disks slow?
Moving parts susceptible to damage and vulnerable to magnetic fields
37
What are SSD?
- Solid State Drives - No moving parts - Aren't affected by magnetic fields
38
Benefits of SSD compared to other storage?
- More reliable - Lighter - Faster access times, don't need to wait for head to spin - Lower power consumption
39
What are examples of optical devices?
CD, DVD, Blu-ray Discs
40
How does optical media work?
Lasers write data to the disc and read data from it
41
What are the three formats of CDs?
- CD-ROM (Read-Only) - CD-R (Recordable) - CD-RW (Rewriteable)
42
How is data put on a CD-ROM?
Pressed with data at time of manafacturing
43
What is the speed of optical storage devices?
- Moving Parts - Access times and data transfer speeds relatively slow in comparison with SSDs