Multiprogramming Concepts

Multiprogramming Concepts

Assessment

Flashcard

Computers

University

Hard

Created by

Navjot Kaur

FREE Resource

Student preview

quiz-placeholder

6 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is multiprogramming?

Back

When 2 or more processes reside in memory at the same time.

2.

FLASHCARD QUESTION

Front

Why can't single-user processes keep CPU and I/O devices busy at all times?

Back

Because they cannot utilize the resources simultaneously.

3.

FLASHCARD QUESTION

Front

How does multiprogramming organize jobs?

Back

It organizes jobs (code and data) so the CPU always has one to execute.

4.

FLASHCARD QUESTION

Front

What does multiprogramming assume about the processor?

Back

It assumes a single shared processor.

5.

FLASHCARD QUESTION

Front

What is the effect of multiprogramming on CPU utilization?

Back

It increases CPU utilization.

6.

FLASHCARD QUESTION

Front

What types of processes does multiprogramming involve?

Back

It is a mixture of I/O bound and CPU bound processes.