OS day 3

OS day 3

University

9 Qs

quiz-placeholder

Similar activities

AppsDev-Quiz-1-HTML

AppsDev-Quiz-1-HTML

University

12 Qs

Operating System by Baba

Operating System by Baba

University

12 Qs

Quiz 10 Pengantar Organisasi Komputer 2023-1

Quiz 10 Pengantar Organisasi Komputer 2023-1

University

5 Qs

IO unit

IO unit

University

6 Qs

CIW IBA Lesson 4 Vocabulary

CIW IBA Lesson 4 Vocabulary

8th Grade - Professional Development

11 Qs

Arkom - Input Output

Arkom - Input Output

University

5 Qs

Computer Basics

Computer Basics

University - Professional Development

10 Qs

M1L1 Review 6th Grade

M1L1 Review 6th Grade

6th Grade - University

10 Qs

OS day 3

OS day 3

Assessment

Quiz

Computers

University

Medium

Created by

Skill Chaze

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following page replacement algorithms suffers from Belady’s Anomaly?

Optimal replacement

LRU

FIFO

Both optimal replacement and FIFO

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When a page is selected for replacement, and its modify bit is set ____________

the page is clean

the page has been modified since it was read in from the disk

the page is dirty

the page has been modified since it was read in from the disk & page is dirty

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

LRU page – replacement algorithm associates with each page the ______

time it was brought into memory

the time of that page’s last use

page after and before it

all of the mentioned

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A process is thrashing if ____________

it spends a lot of time executing, rather than paging

It spends a lot of time paging than executing

it has no memory allocated to it

none of the mentioned

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Thrashing _______ the CPU utilization.

increases

keeps constant

decreases

none of the mentioned

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The DMA transfers are performed by a control circuit called as __________

Device interface

DMA controller

Data controller

Overlooker

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

After the completion of the DMA transfer, the processor is notified by __________

Acknowledge signal

Interrupt signal

WMFC signal

None of the mentioned

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The DMA transfer is initiated by _____

Processor

The process being executed

I/O devices

OS

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can a single DMA controller perform operations on two different disks simultaneously?

True

False