Multi-tasking Flashcards

1
Q

Multitasking

A

Handling more than one task at a time.

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

Multicore

A

A given processor with 2 or more cores that can operate together or independently

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

Multiprocessing

A

A system that uses multiple processors to handle the execution of a multithreaded application

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

Multithreading

A

Multiple tasks operate in a single process. Threads are part of the same parent process and can operate in parallel. Most useful for applications that need to do a lot of context switching.

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

Multiprogramming

A

pseudo-simultaneous execution of two tasks on a single processor coordinated by the operating system. It batches execution of tasks in serial.

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