OS 2023-24

OS 2023-24

University

15 Qs

quiz-placeholder

Similar activities

Demand Paging and Page Replacement

Demand Paging and Page Replacement

University

10 Qs

OS L3

OS L3

University

15 Qs

CSS TECH TRIVIA - MEDIUM LEVEL

CSS TECH TRIVIA - MEDIUM LEVEL

University

10 Qs

Memory Organization

Memory Organization

University

19 Qs

Term 2 computer science revision

Term 2 computer science revision

12th Grade - University

17 Qs

Operating Systems

Operating Systems

University

15 Qs

Operating System

Operating System

University

15 Qs

Prefinal Operating System

Prefinal Operating System

University

20 Qs

OS 2023-24

OS 2023-24

Assessment

Quiz

Computers

University

Medium

Created by

Hemang Thakar

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Page fault occurs when

When a requested page is in memory

When a requested page is not in memory

When a page is corrupted

When an exception is thrown

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Let the page fault service time be 10ms in a computer with average memory access time being 20ns. If one page fault is generated for every 10^6 memory accesses, what is the effective access time for the memory?

21ns

23ns

30ns

35ns

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which one of the following page replacement policies, Belady’s anomaly may occur?

FIFO

Optimal

LRU

All of the above

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A multilevel page table is preferred in comparison to a single level page table for translating virtual address to physical address because

It reduces the memory access time to read or write a memory location.

It helps to reduce the size of page table needed to implement the virtual address space of a process.


It is required by the translation lookaside buffer.


It helps to reduce the number of page faults in page replacement algorithms.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The essential content(s) in each entry of a page table is / are


Virtual page number

Page frame number

Both


Access right information

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A system uses 3 page frames for storing process pages in main memory. It uses the Least Recently Used (LRU) page replacement policy. Assume that all the page frames are initially empty. What is the total number of page faults that will occur while processing the page reference string given below? 4, 7, 6, 1, 7, 6, 1, 2, 7, 2

4

5

6

7

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The optimal page replacement algorithm will select the page that

Has been used least number of times.

Will not be used for the longest time in the future.

Has not been used for the longest time in the past.

7Has been used most number of times.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?