2.6 operating systems Flashcards

1
Q

role of the kernel (process management)

A

process management - process execution, including the allocation of the processor time and termination is controlled by the kernel so the system makes efficient use of the CPU and functions properly

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

role of kernel (memory management)

A

memory management- the kernel keeps track of the sections of memory that are currently allocated, manages the release of memory once processes have been executed and allocates/re-allocated memory to new processes that are ready for execution

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

role of kernel (device management/ I/O communication)

A

manages all the systems devices via communication with device driver software. all user inputs and all process outputs are handled by the kernel

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

role of kernel (interrupt handling)

A

higher priority processes that are ready for execution will generate an interrupt signal, or request for the CPU access. The kernel will handle the interruption of current processing, enable the CPU to process the higher priority even and then manage the return to the interrupted process

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

modes of operation (batch processing)

A

-process is carried out with no user interaction
-may avoid using computer resources at times when demand is high
-errors are stored in a file for later use and not dealt with as they occur
-completes repetitive tasks

examples - updating a master file - payroll

input method - scanning of OCR sheets, batch file

output method - printing of pay slip

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

modes of operation (real time systems)

A
  • continuous applications that have no end
  • deal with events that occur simultaneously and unpredictably
  • some are safety critical
  • response to an even with a specified amount of time

examples - missile guidance

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

modes of operation (real time control systems)

A

-immediate reaction
-inputs are processed quickly, processing needs to be fast enough to deliver outputs in time and adjust outputs accordingly to avoid accidents

example - theatre seat booking

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

modes of operation (transaction processing)

A

-accessing and updating tables in a database as part of a transaction file that needs to be dealt with immediately

example - supermarket system

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