Which of the following is NOT a function of an operating system?
Operating System — Important Questions
SUMMARY: The chapter on Operating System in Class 11 Computer Science introduces students to the fundamental concepts and functions of operating systems in computing environments.
KEY TOPICS: functions of operating systems, types of operating systems, process management, memory management, file management, device management, user interface, security and protection, examples of operating systems, multitasking and multiprocessing
An OS that allows multiple users to share computer resources at the same time is called:
Check answerHide answer
Which of the following is an example of an open-source operating system?
Check answerHide answer
Which OS scheduling algorithm processes jobs in the order they arrive?
Check answerHide answer
A program in execution is called a:
Check answerHide answer
What is the primary function of memory management in an operating system?
Check answerHide answer
Which type of operating system is designed to manage a single user environment?
Check answerHide answer
What is the purpose of a device driver in an operating system?
Check answerHide answer
In which type of operating system can multiple processes run simultaneously, sharing the same CPU?
Check answerHide answer
Which of the following is a characteristic of a real-time operating system?
Check answerHide answer
What does the term 'multitasking' refer to in an operating system?
Check answerHide answer
Which of the following is NOT a type of user interface provided by operating systems?
Check answerHide answer
What is the role of the process scheduler in an operating system?
Check answerHide answer
Which of the following best describes 'file management' in an operating system?
Check answerHide answer
What is a key benefit of using a distributed operating system?
Check answerHide answer
List any three functions of an operating system.
Differentiate between time-sharing and real-time operating systems.
What is multitasking? Give one example of a multitasking OS.
Explain the difference between a process and a program.
What is a file system? Mention any two file systems.
What are the main types of operating systems? Provide a brief description of each type.
View sample solutionHide solution
Define process management in the context of operating systems. Why is it important?
View sample solutionHide solution
What is memory management and what are its key responsibilities in an operating system?
View sample solutionHide solution
Explain the term 'device management' in operating systems. How does it benefit users?
View sample solutionHide solution
What is a user interface in an operating system? Name two types of user interfaces.
View sample solutionHide solution
Describe the major functions of an operating system in detail.
Compare different types of operating systems — batch time-sharing real-time and distributed.
Explain process management in an operating system including process states and process control block.
Discuss memory management techniques used by operating systems — paging segmentation and virtual memory.
Explain the role of system calls in an operating system with examples.
Compare single-user and multi-user operating systems with the help of a table.
Assertion (A): Operating system acts as an interface between user and hardware.
Reason (R): It hides the complexity of hardware from the user.
Show explanationHide explanation
Assertion (A): Linux is an open-source operating system.
Reason (R): Its source code is freely available and can be modified.
Show explanationHide explanation
Assertion (A): A multi-user OS allows multiple users to access the system simultaneously.
Reason (R): Each user gets a separate environment.
Show explanationHide explanation
Assertion (A): Virtual memory allows running programs larger than physical RAM.
Reason (R): Parts of programs are kept on disk and loaded into RAM as needed.
Show explanationHide explanation
Assertion (A): Time-sharing operating systems give each user a small slice of CPU time.
Reason (R): This creates the illusion that each user has their own machine.
Show explanationHide explanation
Assertion (A): The primary function of an operating system is to manage hardware resources.
Reason (R): Operating systems provide a user interface for users to interact with the hardware.
Show explanationHide explanation
Assertion (A): File management in an operating system includes the organization, storage, retrieval, naming, sharing, and protection of files.
Reason (R): File management is only concerned with the storage of files on disk.
Show explanationHide explanation
Assertion (A): In a multitasking operating system, multiple processes can be executed simultaneously.
Reason (R): Multitasking allows the CPU to switch between processes quickly, giving the illusion of simultaneous execution.
Show explanationHide explanation
Statement 1: An operating system manages all hardware and software resources.
Statement 2: It also provides services to application programs.
Show answerHide answer
Statement 1: Process states include new ready running waiting and terminated.
Statement 2: A process moves through these states during its lifetime.
Show answerHide answer
Statement 1: A device driver is a program that controls a hardware device.
Statement 2: Each hardware device has its own device driver.
Show answerHide answer
Statement 1: GUI uses windows icons and menus.
Statement 2: CLI uses commands typed by the user.
Show answerHide answer
Statement 1: Round Robin scheduling gives each process a fixed time slice.
Statement 2: If a process is not finished it goes back to the queue.
Show answerHide answer
Statement 1: The main function of an operating system is to provide a user interface for interaction.
Statement 2: Operating systems do not manage memory allocation for applications.
Show answerHide answer
Statement 1: Multitasking allows multiple processes to run simultaneously on a single CPU.
Statement 2: Multiprocessing involves multiple CPUs working on different processes at the same time.
Show answerHide answer
Statement 1: File management in an operating system includes organizing files into directories.
Statement 2: An operating system cannot protect files from unauthorized access.
Show answerHide answer
-
Which of the following is open source?AWindowsBmacOSCLinuxDiOS
-
Which OS typically has the lowest licensing cost?AWindowsBLinuxCmacOSDAll
-
Recommend an operating system for the small office and justify your choice.
Show answersHide answers
Match each operating system with its category and an example.
| OS Type | Description | Example |
|---|---|---|
| Single-user single-task | ? | MS-DOS |
| Single-user multitasking | ? | Windows |
| Multi-user | ? | ? |
| Real-time | ? | ? |
For each scenario identify what type of OS would be most appropriate.
| Scenario | OS type |
|---|---|
| Personal laptop | ? |
| University server | ? |
| Industrial robot | ? |
| Smartphone | ? |
| Network of servers | ? |
Study the comparison table of common operating systems and answer:
| OS | Type | Source | Typical use |
|---|---|---|---|
| Windows | Single-user multitasking | Proprietary | Desktop / business |
| Linux | Multi-user multitasking | Open source | Server / desktop / embedded |
| macOS | Single-user multitasking | Proprietary | Apple desktops |
| Android | Mobile | Open source (kernel) | Smartphones / tablets |
| iOS | Mobile | Proprietary | iPhone / iPad |
-
Which OS is open source?AWindowsBmacOSCLinuxDiOS
-
Which OS is most commonly used in servers?ALinuxBWindowsCAndroidDiOS
-
Compare desktop and mobile operating systems with examples and key differences.
Show answersHide answers
Study the process state diagram and answer:
-
In which state does a process actually execute on the CPU?ANewBReadyCRunningDTerminated
-
A process moves to which state when it requests I/O?AReadyBRunningCWaitingDTerminated
-
Explain process states and transitions in an operating system.
Show answersHide answers
Based on the given flowchart, answer the following:
-
Which function is NOT part of the operating system?AProcess ManagementBNetwork ManagementCFile ManagementDDevice Management
-
List all functions of an operating system as shown in the flowchart.
-
How many main functions of an operating system are illustrated in the flowchart?A4B5C6D7
-
Which memory management technique divides memory into fixed-size blocks?AContiguous AllocationBPagingCSegmentationDVirtual Memory
-
Name one advantage of using Virtual Memory.
-
How many memory management techniques are illustrated in the flowchart?A2B3C4D5
Show answersHide answers
Based on the given diagram of process states, answer the following:
-
What does the 'Running' state indicate?
-
Which state does a process enter after it is created?AReadyBRunningCWaitingDNew
-
Identify the transition that occurs when a process is moved from Waiting to Running.ADispatchBCompletionCAdmissionDWakeup
Show answersHide answers
Based on the given chart, answer the following:
-
Which type of operating system has the highest number of users?ASingle-userBMulti-userCDistributedDReal-time
-
What is the total number of users for Multi-user and Distributed operating systems combined?
-
What percentage of users are using Real-time operating systems?A5%B10%C15%D20%
Show answersHide answers
Make a full Computer Science paper on Operating System.
Pick the question mix, set the marks, hit generate. You get a ready-to-print paper with an answer key.
Generate your paper — free