Processing Flashcards

1
Q

Real-time processing

A

Where a computer has to react to an input within a guaranteed time.

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

Batch processing

A

All data is collected together before being processed in a single operation.

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

Interactive Multi-programming

A

In this type of programming, programs interact with one another as opposed to freezing once the program switches ​

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

Multi-processing

A

Multiprocessing is the coordinated processing of programs by more than one computer processor. ​

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

States of Processes

A
  • Ready to running - The previous process moves and the next one in the queue is processed.
  • Running to ready - the current process is preempted and it is sent to the ready queue to wait.
  • Running to blocked - the current process is waiting for a resource before it can proceed.
  • Blocked to ready - the process gets to the resource it needs and goes into the ready queue.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly