JKEdusphere
● New
March 2026 — Current Affairs Exam-Ready
March Edition
LIVE NOW
March 2026
Current Affairs is Live!

UPSC & JKPSC focused · Vision IAS depth · 50 Prelims MCQs · Free

Geopolitics Intl Relations Economy J&K Special Science & Tech
9 Domains
42+ Topics
50 Prelims MCQs
FREE Access
Access March 2026 Current Affairs

Operating System — Complete JKSSB Computer Notes | All PYQs, Concepts & New Pattern MCQs

Operating System Complete JKSSB Notes | JKEdusphere

Computer Notes  |  JKSSB / JKPSC / FAA / Junior Assistant

Operating System — Complete JKSSB Notes
All PYQs, Concepts & New Pattern MCQs

Types of OS · Windows/Linux/DOS · File Systems · Scheduling · Memory Management · 40+ PYQs

📌 Why This Topic Matters for JKSSB

Operating System questions appear in every single JKSSB Computer Awareness section — Junior Assistant, FAA, Panchayat Secretary, Wildlife Inspector, Accounts Assistant, Graduate Level. Expect 4–8 questions per paper from OS alone. This post covers every concept, every Windows version, all OS types, file systems, scheduling, and all known PYQs with full explanations.

1. What is an Operating System?

An Operating System (OS) is system software that acts as an intermediary between the user and computer hardware. It manages all hardware and software resources of a computer and provides a platform for other programs to run.

Developed by: The concept of OS was pioneered through UNIX (1969, Bell Labs — Ken Thompson & Dennis Ritchie). The first widely used PC OS was MS-DOS (1981, Microsoft).

Functions of an Operating System

🖥️ Process Management

Creates, schedules and terminates processes. Allocates CPU time to each process. Handles multitasking.

💾 Memory Management

Allocates and deallocates RAM to programs. Manages virtual memory, paging, and segmentation.

📁 File Management

Creates, deletes, reads, writes files. Organises files in directories. Manages file permissions and access control.

⚙️ Device Management

Controls hardware devices via device drivers. Manages I/O operations between CPU and peripherals.

🔐 Security & Protection

Controls user access, authentication, file permissions. Protects data from unauthorised access.

🖱️ User Interface

Provides CLI (Command Line Interface) or GUI (Graphical User Interface) for user interaction with the system.

CLI vs GUI — Most Asked Comparison

Interface TypeDescriptionExamples
CLI (Command Line Interface)Text-based. User types commands. Fast, efficient for experts. Uses less memory. E.g., MS-DOS, Linux Terminal, Command PromptMS-DOS, Linux/Unix Shell, Windows Command Prompt
GUI (Graphical User Interface)Uses visual elements — icons, windows, menus, mouse clicks. User-friendly. Uses more memory. E.g., Windows, macOSWindows, macOS, Android, Ubuntu Desktop
🎯 JKSSB Fact: The first commercially successful GUI was Apple Macintosh (1984). Microsoft introduced GUI with Windows 1.0 in 1985. Linux uses GNOME or KDE as GUI desktops. MS-DOS is a CLI-based OS.

2. Types of Operating System

TypeKey FeatureExamplesExam Status
Batch OSJobs are grouped into batches and processed sequentially without user interaction. No direct user-computer interaction.Old IBM mainframes, early computers. Punch card era.JKSSB PYQ ⭐
Time-Sharing OS (Multitasking)Multiple users share CPU time simultaneously. CPU switches between tasks very rapidly giving illusion of parallel execution. Also called Multitasking OS.UNIX, Linux, Windows — modern OS all use time-sharingMost Asked ⭐⭐
Real-Time OS (RTOS)Processes data in real time — within a guaranteed time constraint. Two types: Hard RTOS (strict deadlines — life-critical) and Soft RTOS (best effort).Hard: Aircraft systems, pacemakers, nuclear reactors. Soft: Multimedia streaming, online transactionsImportant PYQ
Distributed OSMultiple computers networked together appear as a single unified system to users. Resources shared across network.Google's server infrastructure, cloud computing systemsAsked in Graduate Level
Embedded OSDesigned for embedded systems — devices with specific, limited functions. Very small memory footprint.ATM machines, washing machines, microwave ovens, printersAsked in FAA
Multi-User OSAllows multiple users to access the computer simultaneously — either through terminals or network.UNIX, Linux servers, Windows ServerCommon PYQ
Single-User OSOnly one user can work at a time. Simple design.MS-DOS, early Windows (3.1)Basic concept
Network OS (NOS)Manages network resources, provides networking services to computers connected in a network.Windows Server, Novell NetWare, Linux ServerServer context
🎯 Critical JKSSB Distinctions:
Batch OS = No real-time interaction, jobs processed in batches
Time-Sharing = Multiple users share CPU — most common modern OS type
Real-Time = Strict time constraints — Hard (life-critical) vs Soft (best-effort)
Distributed = Multiple computers appear as ONE system
Embedded = Built into devices like ATMs, microwaves

3. Microsoft Windows — Complete Version History

Windows is the most widely used desktop OS. Developed by Microsoft Corporation, founded by Bill Gates and Paul Allen in 1975. Windows uses a GUI and is the default OS on most personal computers.

VersionYearKey Features & Exam Notes
Windows 1.01985First version of Windows — GUI overlay on top of MS-DOS. Limited functionality.
Windows 3.x1990–1992Improved GUI, introduced File Manager and Program Manager. Became commercially successful.
Windows 951995Major overhaul — introduced Start Menu, Taskbar, 32-bit support, Plug and Play. Iconic.
Windows 981998Improved hardware support, introduced Internet Explorer integration, USB support.
Windows ME (Millennium Edition)2000Consumer version — poor stability, largely unsuccessful.
Windows 20002000Business version — very stable, based on NT kernel.
Windows XP2001Most loved Windows version — very stable, long support life. 32-bit and 64-bit. PYQ Favourite
Windows Vista2007New Aero interface — criticized for high hardware requirements and slow performance.
Windows 72009Very popular — improved over Vista, fast, stable. Many still prefer it. PYQ Favourite
Windows 8 / 8.12012–2013Removed Start Menu — added tile-based Metro UI for touchscreens. Unpopular.
Windows 102015Start Menu returned, Cortana (AI assistant) introduced, free upgrade from 7/8. Most widely used.
Windows 112021Latest version — redesigned Start Menu (centered), new UI, requires TPM 2.0 chip.
🎯 JKSSB Windows PYQ Facts:
Windows XP and Windows 7 are most asked in PYQs
Start Menu was introduced in Windows 95
• Windows 8 removed Start Menu — Windows 10 brought it back
Windows 11 requires TPM 2.0 chip
Cortana = Windows 10 AI assistant
• Windows file extension: .exe = executable file
• Windows task manager: Ctrl + Alt + Delete

4. Linux, macOS, UNIX & MS-DOS

Linux

Linux is a free, open-source operating system kernel created by Linus Torvalds in 1991. It is based on UNIX. The OS built around the Linux kernel is called a Linux Distribution (Distro).

Linux ConceptDescription
KernelCore component of Linux — manages hardware and system resources. Created by Linus Torvalds in 1991
ShellInterface between user and kernel — interprets user commands (text/CLI based). Examples: Bash, Zsh
Distributions (Distros)Complete OS packages built on Linux kernel. Ubuntu, Fedora, Debian, CentOS, Kali Linux, Red Hat, Mint
Open SourceSource code is freely available — anyone can view, modify, distribute
Multi-User, Multi-TaskingMultiple users can use simultaneously; supports true multitasking
File SystemExt4 (most common for Linux), ext3, ext2, XFS, Btrfs
Case SensitiveLinux file names are CASE SENSITIVE — 'File.txt' and 'file.txt' are different files
🎯 Linux PYQ Facts:
• Linux kernel → Linus Torvalds, 1991
• Linux is open-source and free
• Shell types: Bash (most common), Zsh, Sh, Csh
• Popular distros: Ubuntu (beginner-friendly), Red Hat (enterprise), Kali (security/hacking)
• Android is based on the Linux kernel
• Linux is case-sensitive — Windows is NOT

macOS (Apple)

macOS is Apple Inc.'s proprietary OS for Mac computers. Based on UNIX/BSD. Known for stability, security, and seamless integration with Apple devices. Current version: macOS Sequoia (2024). File system: APFS (Apple File System).

🎯 macOS PYQ Facts:
• macOS is based on UNIX/BSD
• Created by Apple Inc. (founded by Steve Jobs, Steve Wozniak, Ronald Wayne — 1976)
• File system: APFS (Apple File System) / older: HFS+
• macOS is NOT open source
• Runs only on Apple hardware

MS-DOS (Microsoft Disk Operating System)

MS-DOS was the dominant PC OS before Windows. It is a CLI-based, single-user, single-tasking OS. Developed by Microsoft in 1981 for IBM PCs.

MS-DOS CommandFunction
DIRLists files and directories in current directory (like 'ls' in Linux)
CD or CHDIRChanges current directory. CD.. goes up one level
MD or MKDIRCreates a new directory (folder)
RD or RMDIRRemoves/deletes an empty directory
COPYCopies one or more files to another location
DELDeletes a file
RENRenames a file or directory
CLSClears the screen
FORMATFormats a disk (erases all data)
CHKDSKChecks disk for errors
ATTRIBDisplays or changes file attributes (hidden, read-only, archive)
TREEDisplays folder structure as a tree
🎯 DOS PYQ Facts:
• MS-DOS = Single-user, single-tasking, CLI-based
DIR = lists files (like Linux 'ls')
CLS = clears screen
CHKDSK = check disk errors
• File extension: .COM and .EXE are executable files in DOS
• Path separator in Windows/DOS: backslash \ — Linux uses forward slash /

UNIX

UNIX is the grandfather of modern operating systems. Created at Bell Labs in 1969 by Ken Thompson and Dennis Ritchie. Written in C language. macOS, Linux, Android are all UNIX-derived.

🎯 UNIX PYQ Facts:
• UNIX created at Bell Labs, 1969 by Ken Thompson & Dennis Ritchie
• Written in C programming language
• UNIX = multi-user, multi-tasking
• Linux is inspired by UNIX but is NOT UNIX
• macOS IS Unix-certified (BSD-based)

5. Mobile Operating Systems

OSDeveloper & TypeUsed OnKey Notes
AndroidGoogle (Open Source — based on Linux kernel)Samsung, OnePlus, Xiaomi, Motorola, most smartphonesMost widely used mobile OS globally. Open source — manufacturers can customise. Play Store for apps.
iOSApple Inc. (Proprietary)iPhone, iPod TouchSecond most used. Closed ecosystem — only on Apple devices. App Store. Based on macOS/UNIX.
Windows Phone/MobileMicrosoft (Discontinued)Nokia Lumia seriesDiscontinued in 2017. Used tile-based UI (same as Windows 8).
BlackBerry OSBlackBerry Ltd (Largely Discontinued)BlackBerry devicesPopular for corporate/security use. Now largely replaced.
KaiOSKaiOS Technologies (Based on Firefox OS)JioPhone, basic feature phonesLightweight OS for feature phones. Used extensively in India.
HarmonyOSHuawei (Proprietary)Huawei smartphones, tabletsDeveloped after Huawei was blocked from using Android.
SymbianNokia/Symbian Foundation (Discontinued)Old Nokia smartphonesDominant mobile OS before Android. Now obsolete.
🎯 Mobile OS PYQ Facts:
Android is based on Linux kernel, developed by Google
iOS is proprietary to Apple — only on Apple devices
KaiOS powers JioPhone in India — Linux-based
Windows Phone was discontinued in 2017
• Most widely used mobile OS = Android
• Android app package format: .APK

6. File Systems — FAT, NTFS, ext4 & More

A file system defines how data is stored, organised, and retrieved on a storage device. Different OS use different file systems.

File SystemDescription & Key FactsUsed On
FAT16 / FAT32FAT = File Allocation Table. FAT32 is the most compatible — works on Windows, Linux, macOS. Max file size on FAT32: 4 GB. Max partition: 2 TB. Used on USB drives, SD cards.USB drives, SD cards, older Windows, external drives
NTFSNew Technology File System. Windows default file system. Max file size: 16 TB. Supports file permissions, encryption, compression, journaling.Windows XP and later — internal hard drives
exFATExtended FAT. Designed for flash drives and SD cards. Supports files larger than 4 GB (unlike FAT32). Used in modern USB drives > 32 GB.USB flash drives >32GB, SD cards for cameras
ext2 / ext3 / ext4Linux native file systems. ext4 is current standard. Supports journaling (ext3 onwards), large file sizes, many files.Linux internal drives — Ubuntu, Fedora, Debian
APFSApple File System — macOS and iOS default since 2017. Optimised for SSDs. Strong encryption.macOS (2017+), iOS, iPadOS, Apple Watch
HFS+Older Apple file system (before APFS). Used in macOS before High Sierra.Old macOS systems
CDFS / ISO 9660CD/DVD file system. Used on optical discs.CD-ROMs, DVDs
🎯 JKSSB File System PYQ Facts:
FAT32 max file size = 4 GB (can't store files larger than 4GB)
NTFS = Windows default, supports encryption & permissions
exFAT = For large USB drives — no 4GB limit
ext4 = Linux default file system
APFS = Apple/macOS file system
• Windows uses backslash (\) as path separator; Linux/macOS uses forward slash (/)

7. Process Management & CPU Scheduling

A process is a program in execution. The OS manages multiple processes simultaneously through CPU scheduling algorithms.

Process States

New

Process being created

Ready

Waiting for CPU

Running

CPU executing it

Waiting/Blocked

Waiting for I/O

Terminated

Execution complete

CPU Scheduling Algorithms

AlgorithmDescriptionKey Notes
FCFS (First Come First Served)Processes are executed in the order they arrive. Simple but can cause 'convoy effect' — short processes wait behind long ones. Non-preemptive.Process queue like a bank — first in, first served
SJF (Shortest Job First)Process with shortest burst time is executed first. Optimal — minimum average waiting time. Can cause starvation of long processes.Best average waiting time — non-preemptive
Round Robin (RR)Each process gets a fixed time slice (quantum). After time expires, process goes back to queue. Preemptive. Most used in time-sharing systems.Most fair — used in modern OS for multitasking
Priority SchedulingProcess with highest priority runs first. Can be preemptive or non-preemptive. Problem: starvation of low-priority processes.Real-time systems, OS process prioritization
SRTF (Shortest Remaining Time First)Preemptive version of SJF. Running process is preempted if a new shorter process arrives.Optimal but complex
Multilevel QueueProcesses divided into separate queues by type (system, interactive, batch). Each queue has its own scheduling algorithm.Complex systems with different process types
🎯 Scheduling PYQ Facts:
FCFS = Simplest, no starvation but poor performance
SJF = Best average waiting time, can cause starvation
Round Robin = Most fair, used in time-sharing OS
Time Quantum = Fixed time slice in Round Robin
Preemptive = OS can interrupt running process
Non-preemptive = Process runs until it finishes or blocks
Starvation = Low-priority process never gets CPU — solved by Aging

Multitasking, Multithreading, Multiprocessing

ConceptDefinitionExample
MultitaskingMultiple tasks/processes running concurrently on a single CPU. CPU switches rapidly between tasks.Windows, Linux — modern OS
MultithreadingA single process is divided into multiple threads that run concurrently. Threads share the same memory space.Web browsers — each tab is a thread
MultiprocessingMultiple CPUs process different tasks simultaneously — true parallel execution.Servers, modern multi-core processors
MultiprogrammingMultiple programs loaded in RAM simultaneously — CPU switches when one waits for I/O.Early batch systems

8. Memory Management & Virtual Memory

The OS is responsible for managing the computer's memory — deciding which programs get RAM, when, and how much.

Types of Memory

Memory TypeKey Facts
RegisterFastest memory — inside CPU. Stores data currently being processed. Size: bytes.
Cache MemoryBetween CPU and RAM. Stores frequently accessed data. L1, L2, L3 cache levels.
RAM (Primary Memory)Main working memory — volatile (data lost on power off). Programs currently running are loaded here.
ROM (Primary Memory)Read-Only Memory — non-volatile. Stores BIOS/firmware. Cannot be easily modified.
Virtual MemoryUses hard disk space as an extension of RAM. Allows programs larger than RAM to run. Slower than RAM.
Hard Disk / SSD (Secondary)Permanent storage — non-volatile. Stores OS, programs, files permanently.

Virtual Memory & Paging

Virtual Memory is a memory management technique that uses a portion of the hard disk as if it were RAM. This allows the system to run programs even when physical RAM is full.

Paging

Memory divided into fixed-size blocks called pages (in virtual memory) and frames (in physical RAM). OS maps pages to frames.

Swap Space

The area of hard disk used for virtual memory is called swap space (Linux) or pagefile.sys (Windows). Swapping pages in/out of RAM is called paging.

Thrashing

When the OS spends more time swapping pages than executing processes — system slows drastically. Caused by too many processes competing for limited RAM.

🎯 Memory PYQ Facts:
• Virtual memory file in Windows = pagefile.sys
• Virtual memory in Linux = Swap partition / Swap file
Thrashing = system too slow due to excessive paging
Deadlock = Two processes waiting for each other's resources — neither can proceed
• RAM = volatile (data lost on shutdown). ROM = non-volatile
• Cache is faster than RAM but smaller and more expensive

9. Boot Process — From Power On to Desktop

Booting is the process of starting a computer and loading the operating system into RAM. The term comes from "pulling yourself up by your bootstraps."

1

Power On

Electricity flows to motherboard. CPU activates.

2

BIOS / UEFI Execution

Firmware stored in ROM chip runs first. BIOS = Basic Input Output System. UEFI = modern replacement for BIOS.

3

POST (Power-On Self-Test)

BIOS runs diagnostic checks on hardware — RAM, CPU, keyboard, storage. Beep codes indicate errors.

4

Boot Device Selection

BIOS/UEFI checks boot order (set in BIOS settings) — HDD, SSD, USB, CD-ROM — to find bootable device.

5

Bootloader Execution

Small program on boot sector of storage device loads OS. Windows: Bootmgr. Linux: GRUB (Grand Unified Bootloader).

6

OS Kernel Loads

OS kernel is loaded into RAM. Kernel initialises hardware, drivers, and system services.

7

User Interface Loads

Desktop environment (GUI) or login screen appears. System ready for use.

TermDescriptionNotes
Cold Boot (Hard Boot)Starting computer from completely powered-off state. Full POST runs.Pressing power button from off
Warm Boot (Soft Boot)Restarting computer without fully powering off. Skips some POST steps. Faster.Ctrl+Alt+Del in Windows, Restart option
BIOSBasic Input Output System — old firmware standard. Stores in ROM chip on motherboard. Manages hardware init and boot.Traditional computers
UEFIUnified Extensible Firmware Interface — modern BIOS replacement. Faster boot, supports large disks (>2TB), Secure Boot feature.Modern computers (post-2011)
Secure BootUEFI feature — ensures only trusted, digitally signed OS can boot. Prevents malware from loading during startup.Windows 11 requires Secure Boot
🎯 Boot Process PYQ Facts:
BIOS = Basic Input Output System = stored in ROM
POST = Power-On Self-Test = hardware check at startup
GRUB = Linux bootloader
Bootmgr = Windows bootloader
UEFI = Modern BIOS replacement — supports Secure Boot
Windows 11 requires UEFI + TPM 2.0 + Secure Boot
Cold Boot = from powered off | Warm Boot = restart (Ctrl+Alt+Del)

10. All JKSSB PYQs — Operating System

Actual questions from JKSSB examinations across posts — Junior Assistant, FAA, Wildlife Guard/Inspector, Panchayat Secretary, Accounts Assistant, Graduate Level, SI Finance.

Q1. JKSSB Graduate Level PYQ

An Operating System is:

A) Application software that runs user programs
B) System software that manages hardware and software resources ✅
C) Hardware component inside the CPU
D) A programming language
Answer: B — The OS is system software acting as an interface between user and hardware, managing all resources of the computer.
Q2. JKSSB FAA PYQ

Which of the following is NOT a function of an Operating System?

A) Memory Management
B) Process Management
C) Compiling source code ✅
D) File Management
Answer: C — Compiling source code is done by a Compiler — an application software. OS functions include Memory, Process, File, Device management and Security.
Q3. JKSSB Junior Assistant PYQ

MS-DOS is an example of which type of operating system?

A) Multi-user, Multi-tasking
B) Single-user, Multi-tasking
C) Single-user, Single-tasking, CLI-based ✅
D) Real-Time OS
Answer: C — MS-DOS is a single-user, single-tasking, command-line interface OS. Only one user and one task at a time.
Q4. JKSSB Wildlife Guard PYQ

Which OS is based on an Open Source model?

A) Windows
B) macOS
C) Linux ✅
D) iOS
Answer: C — Linux is open-source — its source code is freely available for anyone to view, modify and distribute. Windows, macOS and iOS are proprietary.
Q5. JKSSB Graduate Level PYQ

The Start Menu in Windows was introduced in:

A) Windows 3.1
B) Windows NT
C) Windows 95 ✅
D) Windows XP
Answer: C — The iconic Start Menu was first introduced in Windows 95 (1995), along with the Taskbar. This was a revolutionary UI change.
Q6. JKSSB Accounts Assistant PYQ

Which of the following is the default file system used by Windows XP and later versions?

A) FAT16
B) FAT32
C) NTFS ✅
D) ext4
Answer: C — NTFS (New Technology File System) is the default file system for Windows XP and all later Windows versions. It supports large files, permissions, encryption and journaling.
Q7. JKSSB Junior Assistant PYQ

Android mobile operating system is based on:

A) Windows kernel
B) Linux kernel ✅
C) UNIX BSD kernel
D) macOS kernel
Answer: B — Android is based on the Linux kernel. It was developed by Google and acquired from Android Inc. in 2005.
Q8. JKSSB Graduate Level PYQ

Which CPU scheduling algorithm is most suitable for time-sharing systems?

A) FCFS
B) SJF (Shortest Job First)
C) Round Robin ✅
D) Priority Scheduling
Answer: C — Round Robin is the most fair and most used algorithm for time-sharing systems. Each process gets equal CPU time slices (quantum), ensuring all processes are served regularly.
Q9. JKSSB FAA PYQ

Virtual Memory in a computer system is:

A) Extra RAM added to the motherboard
B) A special type of ROM
C) A technique that uses hard disk space as an extension of RAM ✅
D) The memory inside the CPU registers
Answer: C — Virtual memory is a memory management technique that uses a portion of the hard disk (pagefile.sys in Windows, swap in Linux) as if it were additional RAM, allowing programs larger than physical RAM to run.
Q10. JKSSB Panchayat Secretary PYQ

The process of loading the operating system into RAM when the computer is switched on is called:

A) Formatting
B) Compiling
C) Booting ✅
D) Debugging
Answer: C — Booting is the process of loading the OS from secondary storage (HDD/SSD) into RAM when the computer starts up. The term comes from 'bootstrapping'.
Q11. JKSSB Wildlife Inspector 2026 PYQ

POST stands for:

A) Power-On Self-Test ✅
B) Program Operating System Test
C) Processor Output Self-Test
D) Pre-Operating System Transfer
Answer: A — POST = Power-On Self-Test. It is a diagnostic check performed by BIOS/UEFI firmware when the computer is switched on, to verify that hardware components (RAM, CPU, keyboard) are working properly.
Q12. JKSSB Graduate Level PYQ

Which of the following is true about Linux?

A) It is a proprietary OS owned by Microsoft
B) It was created by Linus Torvalds in 1991 ✅
C) It cannot be used as a server OS
D) Android is not related to Linux
Answer: B — Linux kernel was created by Linus Torvalds and released in 1991. It is open-source. It is widely used as a server OS. Android is based on the Linux kernel.
Q13. JKSSB Graduate Level PYQ

Which Windows version first removed the Start Menu?

A) Windows Vista
B) Windows 7
C) Windows 8 ✅
D) Windows 10
Answer: C — Windows 8 (2012) controversially removed the Start Menu and replaced it with a tile-based Metro UI designed for touchscreens. The Start Menu was restored in Windows 10.
Q14. JKSSB Accounts Assistant PYQ

FAT32 has a maximum single file size limit of:

A) 1 GB
B) 2 GB
C) 4 GB ✅
D) 8 GB
Answer: C — FAT32 has a maximum single file size limit of 4 GB (4 GB minus 1 byte precisely). This is why you cannot copy a file larger than 4 GB to a FAT32 USB drive. exFAT removes this limitation.
Q15. JKSSB FAA PYQ

GRUB is associated with:

A) Windows bootloader
B) Linux bootloader ✅
C) BIOS firmware
D) A type of malware
Answer: B — GRUB (Grand Unified Bootloader) is the bootloader used by most Linux distributions. It loads during the boot process and allows the user to choose which OS to start (useful in dual-boot systems).
Q16. JKSSB Graduate Level PYQ

A Deadlock in an operating system occurs when:

A) The CPU overheats and shuts down
B) Two or more processes are waiting for each other's resources indefinitely ✅
C) The hard disk runs out of space
D) The OS kernel crashes
Answer: B — Deadlock is a situation where two or more processes are each waiting for resources held by the other, so none can proceed. Classic example: Process A holds Resource 1 and waits for Resource 2, while Process B holds Resource 2 and waits for Resource 1.
Q17. JKSSB Graduate Level PYQ

Which of the following is a Real-Time Operating System?

A) Windows 10
B) Ubuntu Linux
C) VxWorks (used in aircraft and spacecraft) ✅
D) macOS
Answer: C — VxWorks is a Real-Time OS used in critical systems like aircraft, spacecraft, and medical devices. Windows, Ubuntu, and macOS are general-purpose time-sharing OS, not RTOS.
Q18. JKSSB Panchayat Secretary PYQ

In which type of OS are jobs collected and processed without user interaction?

A) Time-Sharing OS
B) Real-Time OS
C) Batch OS ✅
D) Distributed OS
Answer: C — Batch OS processes jobs in batches without real-time user interaction. Jobs are submitted to an operator, grouped into batches, and processed sequentially. Used in early mainframe computers.
Q19. JKSSB Junior Assistant PYQ

The pagefile.sys in Windows is related to:

A) Page layout of documents
B) Virtual memory — hard disk space used as RAM extension ✅
C) BIOS configuration file
D) File allocation table
Answer: B — pagefile.sys is Windows' virtual memory file stored on the hard disk. The OS uses it as an extension of physical RAM when RAM is full, by swapping pages of data between RAM and this file.
Q20. JKSSB Wildlife Inspector PYQ

macOS is developed by:

A) Microsoft
B) Google
C) IBM
D) Apple Inc. ✅
Answer: D — macOS is developed by Apple Inc. It is based on UNIX/BSD. It runs exclusively on Apple Mac computers. Current version: macOS Sequoia.
Q21. JKSSB Junior Assistant PYQ

Which key combination is used to open Task Manager in Windows?

A) Ctrl + Alt + Del
B) Ctrl + Shift + Esc
C) Alt + F4
D) Both A and B ✅
Answer: D — Both Ctrl+Alt+Del (shows security options including Task Manager) and Ctrl+Shift+Esc (opens Task Manager directly) work. Alt+F4 closes the active window/application.
Q22. JKSSB Graduate Level PYQ

The term 'Kernel' in an operating system refers to:

A) The user interface of the OS
B) The core component of the OS that manages hardware resources ✅
C) The installation file of the OS
D) A security feature of Windows
Answer: B — The Kernel is the core/heart of an OS. It has complete control over everything in the system — manages CPU, memory, devices. The Linux kernel is the foundation of Linux and Android.
Q23. JKSSB FAA PYQ

KaiOS, used in JioPhone, is based on:

A) Android
B) Windows
C) Linux/Firefox OS ✅
D) Symbian
Answer: C — KaiOS is based on Firefox OS which itself was derived from Linux. It is a lightweight OS used in feature phones including JioPhone. It supports 4G, Wi-Fi and apps.
Q24. JKSSB Graduate Level PYQ

Thrashing in OS occurs when:

A) The CPU temperature rises too high
B) The system spends more time in swapping pages than executing processes ✅
C) A process enters an infinite loop
D) The hard disk gets full
Answer: B — Thrashing is a condition where the OS spends more time moving pages between RAM and virtual memory (paging) than actually executing processes, causing severe performance degradation.
Q25. JKSSB Wildlife Inspector 2026 PYQ

Which of the following is the correct full form of UEFI?

A) Universal Extensible Firmware Interface
B) Unified Extensible Firmware Interface ✅
C) Universal Extended Firmware Input
D) Unified Extended File Interface
Answer: B — UEFI = Unified Extensible Firmware Interface. It is the modern replacement for BIOS firmware, offering faster boot times, support for large hard disks (>2TB), and Secure Boot feature.

11. New Statement-Based Pattern MCQs

Based on the JKSSB 2026 new pattern — evaluate multiple statements and choose the correct combination.

Q1. JKSSB New Pattern STATEMENT BASED

Consider the following statements about Operating Systems and identify the CORRECT ones:

I. An OS acts as an interface between the user and computer hardware.
II. MS-DOS is a multi-tasking, multi-user operating system.
III. The kernel is the core component of an operating system.
IV. Linux is an open-source operating system.
A) I and II only
B) I, III and IV only ✅
C) All of the above
D) II and IV only
Answer: B — Statements I, III, IV are correct. Statement II is WRONG — MS-DOS is single-user, single-tasking, not multi-user/multi-tasking.
Q2. JKSSB New Pattern STATEMENT BASED

Identify the INCORRECT statements about Windows Operating System:

I. The Start Menu was first introduced in Windows 95.
II. Windows 8 removed the Start Menu and introduced tile-based Metro UI.
III. Windows 11 was released in 2019.
IV. NTFS is the default file system used by Windows XP and later.
A) I and II only
B) III only ✅
C) III and IV only
D) None — all are correct
Answer: B — Only Statement III is INCORRECT — Windows 11 was released in 2021, not 2019. Statements I, II, IV are all correct.
Q3. JKSSB New Pattern STATEMENT BASED

Which of the following statements about CPU Scheduling are CORRECT?

I. Round Robin gives each process a fixed time quantum of CPU time.
II. FCFS can cause the convoy effect where short jobs wait behind long jobs.
III. SJF always causes starvation of all processes.
IV. Priority scheduling can cause starvation of low-priority processes.
A) I, II and IV only ✅
B) I and III only
C) All of the above
D) II and IV only
Answer: A — Statements I, II, IV are correct. Statement III is WRONG — SJF does NOT cause starvation of all processes; only long processes may starve while short ones execute. Priority scheduling specifically starves low-priority processes.
Q4. JKSSB New Pattern STATEMENT BASED

Consider the following about File Systems:

I. FAT32 has a maximum single file size limit of 4 GB.
II. NTFS supports file permissions and encryption.
III. ext4 is the default file system used by Windows.
IV. exFAT is suitable for USB flash drives larger than 32 GB.
A) I and II only
B) I, II and IV only ✅
C) III and IV only
D) All of the above
Answer: B — Statements I, II, IV are correct. Statement III is WRONG — ext4 is the default Linux file system (Ubuntu, Fedora etc.). Windows uses NTFS as its default file system.
Q5. JKSSB New Pattern STATEMENT BASED

Identify the CORRECT statements about the Boot Process:

I. POST stands for Power-On Self-Test.
II. GRUB is the bootloader used by most Linux distributions.
III. BIOS is stored in RAM and lost when computer is turned off.
IV. A warm boot is restarting the computer without fully powering off.
A) I, II and IV only ✅
B) I and II only
C) All of the above
D) II, III and IV only
Answer: A — Statements I, II, IV are correct. Statement III is WRONG — BIOS is stored in ROM (non-volatile), NOT RAM. It is NOT lost when power is turned off.
Q6. JKSSB New Pattern STATEMENT BASED

Which statements about Virtual Memory are CORRECT?

I. Virtual memory uses hard disk space as an extension of RAM.
II. The virtual memory file in Windows is called pagefile.sys.
III. Thrashing occurs when the system spends more time swapping pages than executing processes.
IV. Virtual memory is faster than physical RAM.
A) I, II and III only ✅
B) I and II only
C) All of the above
D) II, III and IV only
Answer: A — Statements I, II, III are correct. Statement IV is WRONG — virtual memory uses the hard disk which is MUCH SLOWER than physical RAM. That is why thrashing is so damaging to performance.

⚡ Quick Revision — Most Exam-Tested Facts

OS Basics

  • OS = Interface between user & hardware
  • MS-DOS = CLI, single-user, single-task
  • Linux = Open source, Linus Torvalds 1991
  • UNIX = Bell Labs, 1969, Ken Thompson
  • Android = Based on Linux kernel
  • macOS = Apple, based on UNIX/BSD

Windows Versions

  • Start Menu → Windows 95
  • Most stable/loved → Windows XP, Win 7
  • Removed Start Menu → Windows 8
  • Start Menu returned → Windows 10
  • Needs TPM 2.0 → Windows 11
  • Cortana AI → Windows 10

File Systems

  • FAT32 max file = 4 GB
  • NTFS = Windows default
  • exFAT = Large USB drives (>32GB)
  • ext4 = Linux default
  • APFS = macOS (2017+)
  • Windows path = \ | Linux = /

Scheduling & Boot

  • Round Robin = Time-sharing, most fair
  • SJF = Best avg waiting time
  • FCFS = Convoy effect problem
  • POST = Power-On Self-Test
  • GRUB = Linux bootloader
  • BIOS stored in ROM (non-volatile)
  • Pagefile.sys = Windows virtual memory

Tags

#JKSSB#OperatingSystem#ComputerNotes#OSNotes#Windows#Linux#MacOS#DOS#JKPSC#FAA2026#JuniorAssistant#VirtualMemory#FileSystem#NTFS#FAT32#CPUScheduling#JKEdusphere#ComputerAwareness#Booting#BIOS

Post a Comment

Stay updated
Follow JKEdusphere on X
Exam alerts
Live updates
J&K results
Follow now
J&K's exam hub
UPSC · JKPSC · JKSSB · NEET
Mock tests
Free notes
Answer keys
Follow now
Never miss a thing
@JKEdusphere on X
Notifications
Community
J&K focused
Follow now
Free notes, exam alerts, current affairs PDFs & important updates — no spam, ever.
📄 Free Notes 🔔 Exam Alerts 📰 Current Affairs 🚫 No Spam
🎉
You're In!
Welcome to the JKEdusphere Community!
Check your inbox soon.
🔒 Your information is safe with us. We never share it with anyone.
Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.
NextGen Digital Welcome to WhatsApp chat
Howdy! How can we help you today?
Type here...