Operating Systems CT-1 Sep_2024

Operating Systems CT-1 Sep_2024

University

10 Qs

quiz-placeholder

Similar activities

Thread - SISTEM OPERASI

Thread - SISTEM OPERASI

University

10 Qs

Threads in C# Quiz

Threads in C# Quiz

University

12 Qs

PGdP Nebenläufigkeit

PGdP Nebenläufigkeit

University

11 Qs

Understanding Threads in Operating Systems

Understanding Threads in Operating Systems

University

12 Qs

Java Multithreading_Wrapperclass

Java Multithreading_Wrapperclass

University

15 Qs

OPESSYS: Module 3 Quiz Game

OPESSYS: Module 3 Quiz Game

University

11 Qs

CPU scheduling

CPU scheduling

University

13 Qs

JAVA11

JAVA11

University

15 Qs

Operating Systems CT-1 Sep_2024

Operating Systems CT-1 Sep_2024

Assessment

Quiz

Computers

University

Hard

Created by

Surendra Nagar

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A thread is usually defined as a ‘light weight process’ because an operating system (OS) maintains smaller data structures for a thread than for a process. In relation to this, which of the followings is TRUE?

  1. On per thread basis, the OS maintains only scheduling and accounting information

  1. On per-thread basis, the OS does not maintain virtual memory state

  1. On per-thread basis, the OS maintains only CPU register state

  1. The OS does not maintain a separate stack for each thread

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. System calls are invoked by using

  1. software interrupt

  1. polling

  1. indirect jump

  1. a privileged instruction

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements are true?
I. Shortest remaining time first scheduling may cause starvation
II. Preemptive scheduling may cause starvation
III. Round robin is better than FCFS in terms of response time

I only

I and III only

II and III only

I, II and III

4.

FILL IN THE BLANK QUESTION

3 mins • 3 pts

Media Image

An operating system uses Shortest Remaining Time first (SRT) process scheduling algorithm. Consider the arrival times and execution times for the following processes:

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following statements with respect to user-level threads and kernel supported threads
i. context switch is faster with kernel-supported threads
ii. for user-level threads, a system call can block the entire process
iii. Kernel supported threads can be scheduled independently
iv. User level threads are transparent to the kernel

Which of the above statements are true?

(ii), (iii) and (iv) only

(ii) and (iii) only

(i) and (iii) only

(i) and (ii) only

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following need not necessarily be saved on a context switch between processes?

General purpose registers

Program counter

Translation look-aside buffer

All of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following statements about user level threads and kernel level threads. Which one of the following statement is FALSE?

Context switch time is longer for kernel level threads than for user level threads

User level threads do not need any hardware support

Related kernel level threads can be scheduled on different processors in a multi-processor system

Blocking one kernel level thread blocks all related threads

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?