OS C-21 (UNITS 5 & 6)

OS C-21 (UNITS 5 & 6)

12th Grade

20 Qs

quiz-placeholder

Similar activities

Basics of App Coding

Basics of App Coding

8th - 12th Grade

22 Qs

Search/Sort Algorithm Recap

Search/Sort Algorithm Recap

9th - 12th Grade

18 Qs

Creating Algorithms Through Pseudocodes and Flowcharts

Creating Algorithms Through Pseudocodes and Flowcharts

11th - 12th Grade

15 Qs

Computer Vocabulary

Computer Vocabulary

9th - 12th Grade

20 Qs

Operating Systems

Operating Systems

8th - 12th Grade

16 Qs

Creating Algorithms through Pseudocodes and Flowcharts

Creating Algorithms through Pseudocodes and Flowcharts

10th Grade - University

20 Qs

CSP Vocab Practice 1

CSP Vocab Practice 1

10th - 12th Grade

16 Qs

SST Yr8 - NCCE - Algorithms 2

SST Yr8 - NCCE - Algorithms 2

9th - 12th Grade

18 Qs

OS C-21 (UNITS 5 & 6)

OS C-21 (UNITS 5 & 6)

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Battala Krishna

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 Which of the following is an advantage of virtual memory?

Processes can be given priority

Programs larger than the physical memory size can be run

Faster access to memory on an average.

Linker can assign addresses independent of where the program will be loaded in physical memory.

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  Virtual memory be implemented via?    

Paging

Logical paging

Demand paging

Simple Paging.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following page replacement algorithms is expensive to implement?

FIFO

LRU

MRU

LFU

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Using LRU algorithm find the number of page faults that occurs when references to the page occur in order 1, 2, 4, 5, 2, 1, 2, 3. Assume that the main memory can accommodate 3 pages and memory already has pages 1 and 2 in it. Page 1 is brought earlier than page 2.

2

3

4

5

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Thrashing occurs due to

Decrease in degree of multiprogramming.

Increase in degree of multiprogramming.

Increase in size of virtual memory.

Decrease in size of virtual memory.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is true with reference to the working set model for page replacement?   

It refers to static page replacement algorithm 

It refers to local page replacement algorithm

It dynamically provides frames for the process as per its needs

It increases thrashing

7.

MULTIPLE CHOICE QUESTION

20 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

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?

Discover more resources for Computers