Computer Systems Flashcards

1
Q

What is hardware?
What is software?

A

Hardware is the physical components that make up a computer system.
Software are the programs that run on a computer including the operating system.

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

What is system software?

A

System software programs that are needed for effective communication with the hardware and for launching application software

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

What is application software?

A

Application software programs launched from the operating system to perform a specific task.

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

What is operating system?

A

Operating system is a piece of system software that acts as an interface between the user and the hardware managing all hardware and all other software

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

What does the operating system control?

A

The operating system controls processors, memory, I/O devices, Applications, Security

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

What is utility software?
What does it do?

A

Utility software are programs that keep the computer functioning efficiently by freeing up storage space, removing viruses, or ensuring files are backed up.

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

What is the CPU?

A

The central processing unit executes program instructions, performs calculations, and coordinates the behaviour of hardware

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

What are the components of CPU and their functions?

A

ALU performs various operations

CU manages the execution of instructions by coordinating the hardware

Buses are collections of wires that transmit data between
the computer and computers

Registers a short-term storage for specific pieces of data

Clock regulates the the number of activities that happen within the CPU each second

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

What is main memory?

A

The main working area of data currently being used and programs currently running.

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

What is RAM?

A

Random Access Memory is where data and instructions are loaded on to the computer’s hard disk.
It is generally faster, volatile and can run applications concurrently

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

What is ROM?

A

Read Only Memory. Content cannot be edited or deleted and so is non-volatile and so do not need to be updated. ROM stores bootstrapping instructions which tell the computer the first steps to initialise the computer

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

What is cache memory?

A

Cache memory stores copies of data or instructions from RAM that are accessed very regularly meaning they can be accessed very quickly.

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

What defines the CPU’s performance?

A

Number of cores
Clock Speed
Size of Cache
Type of Cache

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

What are cores?

A

Single units comprising of the ALU and CU which can execute instructions. More cores means more instructions can be performed per second.

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

Describe the Fetch-Execute Cycle?

A

One of the registers contains the locations where the next instruction is found called the ‘PC’
PC copied to MAR
When an instruction is being transmitted, it is stored in a register called the ‘MDR’ then transferred to ‘CIR’
The instruction is read by the CU which prepares the registers for data to be stored
Then instruction is carried out by retrieving data, performing an operation in the ALU and storing in the memory

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

What is the secondary storage?

A

Secondary storage is long-term storage from optical, magnetic and solid state storage. They run out of storage space and are non-volatile.

17
Q

What is optical storage?

A

Optical storage media includes CDs, DVDs, and Blu-Ray disks are written to and read from using lasers.
The surface of these disks have billions of holes can be physically burned by a laser representing either 0 or a 1 with a land or pit.

18
Q

Evaluation of Optical Storage

A

Advantages:
One optical disk is very cheap, often read-only, so difficult to accidentally overwrite data

Disadvantages:
An unprotected disk is vulnerable to being scratched, low data capacity

19
Q

What is magnetic storage?

A

Magnetic disks are round and the surface of the disk is divided into tracks and sectors. The 3 tracks are circular and divided into 8 segments and are modified by a read-write head. Magnetic particles exists that are magnetised (1) or unmagnetised (0)

20
Q

Evaluation of Magnetic Storage

A

Advantages:
Cheapest storage medium per MB, Less effort than multiple optical disks

Disadvantages:
Slower access speeds, Data is all on one device which can be lost

21
Q

What is solid state?

A

Solid state storage devices use electronic circuits and no moving parts to store data electronically. Using electrical circuits mean they retain data without a power supply

22
Q

Evaluation of Solid State

A

Advantages:
Faster access speeds than both optical and magnetic, Robust

Disadvantages:
Most expensive form of storage per MB, Limited number of times each bit can be written to

23
Q

What is cloud storage?

A

This involves storage on remote computers usually managed by other organisations. When a file is modified, it is transmitted across the internet and multiple backups of files often exist around the world.
Uses magnetic and solid state storage.

24
Q

Evaluation of Cloud Storage

A

Advantages:
With data stored remotely, it is less likely to be misplaced, Capacity on local machine is freed up giving more storage

Disadvantage:
Cloud storage comes with subscription fee, Speed of access is limited by internet connection

25
Q

What are embedded systems?

A

A computer that exists within a larger mechanical or electrical device

26
Q

What is a computer system?

A

A set of integrated devices that input, output, process, and store data and information