Computers Flashcards

1
Q

What does the MAR do

A

Holds the memory address of the current instruction to be fetched or the address where contents of the MDR is to be stored.

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

What does the MDR do

A

Holds the data for the current instruction being decoded and executed

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

What does the CIR do

A

Holds the current instruction being decoded and executed

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

What does the ACC do

A

Stores the results of logical and arithmetic calculations, such as from the ALU by which it is used to add numbers etc.

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

What does the PC (program counter do)

A

It is incremented each time an instruction is fetched from memory and holds the memory address of the next instruction to be processed

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

Effect of overclocking (positive) and the drawbacks of it

A

More clock cycles per second therefore more instructions are executed per second

It can cause the CPU to overheat, as it is working harder, causing long term damage

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

How does the OS manage processes

A

Copies programs and data from secondary storage into memory when opened.

Uses scheduling to ensure every process gets a share of CPU time (a time slice)

Holds processes in a queue and allocates a time slice

Higher priority processes get a longer time slice

During the time slice they have exclusive use of the CPU

If process is not completed during time slice, it rejoins the back of the queue

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

How does the OS manage memory

A

Designates an area of secondary storage to be used as virtual memory when the RAM is full.

Uses a paging algorithm to decide which processes to transfer into virtual memory

When its turn to use the CPU arrives, it is swapped back into main memory

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

How does the OS manage users

A

Each user has a unique username and password controlled by the OS.

Users can be granted different levels of access to the functions of the computer.

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

How does the OS manage files

A

Allows the creation, deletion, copying, movement of files.

Allows the creation of folders and sub folders.

Can search for files.

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

How does the OS manage peripherals

A

Uses device drivers to communicate with peripheral devices such as printers

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

4 examples of utility software

A

Backup
Data compression
Defragmentation
Anti malware

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