6.1.5 - Explain the role of the operating system in terms of managing memory, peripherals and hardware interfaces. Flashcards

1
Q

How does an operating system manage peripherals?

A

The OS uses drivers, which are ‘translation’ programs, to control peripheral devices like keyboards, mice, and printers, allowing the user and programs to interact with them.

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

What is memory management in an operating system?

A

The OS ensures that each process runs in its allocated memory space to prevent interference, which could lead to corruption or security issues.

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

How does the OS manage secondary storage?

A

The OS provides structure and access methods to secondary storage, organizing data in a folder structure or directory, while managing security access to these folders.

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

What are the types of user interfaces provided by an OS?

A

The OS provides Graphical User Interfaces (GUI) like Windows or Command Line Interfaces (CLI) like Linux Terminal to interact with the computer.

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

What is time slicing in an operating system?

A

In a multi-user system, time slicing allocates a set amount of processing time for each user, while in single-user systems, each program gets a set amount of time.

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

What are interrupts and how does the OS handle them?

A

An interrupt is a signal indicating an event requiring immediate attention. The OS suspends current activities, runs an interrupt handler, and then resumes normal processing.

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

What is virtual memory and why is it used?

A

Virtual memory allows the OS to compensate for physical memory shortages by temporarily transferring pages of data from RAM to disk storage.

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