CHAPTER 2

πŸͺŸ Operating System

The big boss of the computer. Without it, hardware and apps have no way to talk. This chapter covers what an OS is, the kinds you'll meet, and the Windows tools the exam loves to ask about.

2.1Introduction to Operating System

An Operating System (OS) is system software that acts as an interface between the user and computer hardware. It manages all hardware resources (CPU, memory, disk, devices) and provides a platform where application programs can run.

OS = the manager at a momo shop. You (the user) tell them "one plate chicken mo:mo". They tell the cook, track the order, remember who's paying, make sure the stove isn't overloaded. You don't care about any of that. You just want momo. Without the manager, the cook, the waiter, and the cash counter would be yelling at each other all day.

Examples of operating systems

2.2Types of Operating System

Batch = cooking 50 plates of the same curry once. Time-sharing = one stove, many cooks taking 2-minute turns. Real-time = the airbag must deploy NOW, no "one moment please."

2.3Functions of Operating Systems

Think of an OS as a traffic cop at a busy Kathmandu chowk. Someone has to decide who goes, who waits, who gets a ticket, and what to do when a tempo breaks down in the middle. That's every OS function, every second.

2.4Windows Operating System

Windows (made by Microsoft) is the most common desktop OS. You'll be tested on its parts and built-in tools.

2.4.1 Basic Windows elements

Recycle Bin = your kitchen dustbin. You threw the roti away, but until the morning trash collector comes, you can still fish it out if you really need it.

2.4.2 Starting and shutting down Windows

2.4.3 File Management with Windows Explorer

2.4.4 Windows applications

2.4.5 Finding files/folders and saving the result

Use the Search box (Start menu or File Explorer). You can filter by file type (kind:document), date, size. Once you find what you need, right-click β†’ Open file location to see where it lives, or drag it to the desktop.

2.4.6 Changing Windows settings

2.4.7 Creating shortcut icons on desktop

Right-click empty desktop β†’ New β†’ Shortcut β†’ browse to the program/file β†’ Next β†’ name it β†’ Finish. Or: right-click any file β†’ Send to β†’ Desktop (create shortcut).

Shortcut = sticky-note pointing to a file. Deleting the shortcut doesn't delete the real thing β€” you just threw away the sticky note.

2.4.8 System tools

Defragmenter = organizing a messy almirah. Over time, your t-shirts end up stuffed into three different drawers. The defragmenter folds them all neatly into one drawer so you find them faster. (But: SSDs have no drawers β€” they're more like random-access shelves, so folding wastes their life span.)

2.5Linux Operating System and its uses

Linux is a free, open-source, Unix-like operating system created by Linus Torvalds in 1991. It's open-source β€” anyone can see, modify, and distribute the source code.

Key features

Uses of Linux

Windows = a restaurant with a fixed menu. Linux = the same kitchen but with an open recipe book. You can cook it as-is, swap in different spices, or invent a whole new dish. Both feed you; one gives you more control.

Common Linux commands (bonus β€” often asked)

CommandWhat it does
lsList files in a folder
cdChange directory
pwdPrint current directory
mkdirMake a new folder
rmDelete file
cpCopy
mvMove / rename
sudoRun a command as admin/root
chmodChange file permissions
ps / topSee running processes

Ready for MCQs?

Gemini will write 10 fresh questions from this chapter's syllabus. Hit "Generate more" for another round.

Back to Home