OS Concepts

OS Concepts

University

8 Qs

quiz-placeholder

Similar activities

Contiguous Memory Allocation

Contiguous Memory Allocation

University

5 Qs

OS Chap-4

OS Chap-4

University

10 Qs

Operating System Chapter 2 Part 1

Operating System Chapter 2 Part 1

University

10 Qs

Embedded OS (Embedded Operating System)

Embedded OS (Embedded Operating System)

University

7 Qs

Preemptive Scheduling Quiz

Preemptive Scheduling Quiz

University

10 Qs

Operating_System_Process_Management_1

Operating_System_Process_Management_1

University

12 Qs

Operating system

Operating system

University

13 Qs

Memory and process management

Memory and process management

University

10 Qs

OS Concepts

OS Concepts

Assessment

Quiz

Computers

University

Medium

Created by

Kausalyadevi Chandrasekar

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is process management in an operating system?

Process management is the coordination of tasks and resources within a computer system to ensure efficient operation.

Process management is the management of financial processes within a company.

Process management is the process of managing customer service requests.

Process management is the physical arrangement of computer components.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain the difference between preemptive and non-preemptive scheduling.

In preemptive scheduling, processes are executed simultaneously, while in non-preemptive scheduling, processes are executed sequentially.

Preemptive scheduling is more efficient than non-preemptive scheduling.

In preemptive scheduling, the operating system can interrupt a process and move it to the ready queue, while in non-preemptive scheduling, the process continues until it finishes or blocks.

Non-preemptive scheduling allows for better resource utilization compared to preemptive scheduling.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a process control block (PCB) and what information does it contain?

A Process Control Block (PCB) contains information about a specific process such as process state, program counter, CPU registers, CPU scheduling information, memory management information, and I/O status.

A Process Control Block (PCB) contains information about the weather forecast

A Process Control Block (PCB) contains information about cooking recipes

A Process Control Block (PCB) contains information about traffic regulations

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Describe the concept of virtual memory and its benefits.

The benefits of virtual memory include reducing the overall speed of the computer.

Virtual memory is a memory management technique that allows a computer to compensate for physical memory shortages by temporarily transferring data from RAM to disk storage. This enables programs to run as if they have more memory than physically available. The benefits of virtual memory include increased multitasking capabilities, efficient memory utilization, and the ability to run larger programs.

Virtual memory is a hardware component that stores data directly on the CPU for faster access.

Virtual memory is only used in outdated computer systems.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is thrashing in the context of memory management?

Thrashing is the term used to describe the process of defragmenting the hard disk

Thrashing is the action of increasing the clock speed of the CPU

Thrashing is the excessive swapping of data between RAM and the hard disk, leading to a severe degradation in system performance.

Thrashing is the process of optimizing memory usage in a computer system

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain the role of page tables in memory management.

Page tables are responsible for managing CPU cache

Page tables are used to control network traffic

Page tables are used to map virtual memory addresses to physical memory addresses, enabling efficient memory management.

Page tables are used for sorting data in memory

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is fragmentation in memory management and how can it be managed?

Fragmentation is the process of organizing memory efficiently without any concern for contiguous allocation.

Fragmentation in memory management is the inefficient use of memory due to non-contiguous memory allocation. It can be managed through techniques like compaction, paging, and segmentation.

Fragmentation is the optimal use of memory due to contiguous memory allocation.

Fragmentation can be managed by increasing the memory allocation without any optimization.

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Discuss the difference between internal fragmentation and external fragmentation.

Internal fragmentation is caused by network issues, while external fragmentation is caused by disk errors.

Internal fragmentation is within a block of allocated memory, while external fragmentation is between blocks of free memory.

Internal fragmentation occurs in hardware, while external fragmentation occurs in software.

Internal fragmentation is related to data compression, while external fragmentation is related to data encryption.