MCQ

Class 10 Computer MCQs Chapter 1 Architecture of OS with Answers Pdf download 2026

Looking for Class 10 Computer MCQs Chapter 1 Architecture of OS ( Operating System ; Structure and Services ) PDF? You are in the right place.

Here you can download free solved MCQs with answers based on the latest Punjab Board 2026 Computer Science & Entrepreneurship syllabus.

These important multiple-choice questions help students prepare for board exams, school tests, quizzes, and entry tests while strengthening their understanding of Operating System Architecture.

/18
1
Created by admin

10 Class Computer Science 2026 Chapter 1 | 1.2 Architecture of Operating Systems

1 / 18

Which of the following is an example of Graphical shell?

درج ذیل میں سے کون سا گرافیکل شیل کی مثال ہے؟

2 / 18

The core part of an operating System is called?

آپریٹنگ سسٹم کے بنیادی حصے کو کیا کہا جاتا ہے؟

3 / 18

A graphical shell allows the user to:

گرافیکل شیل صارف کو اس قابل بناتا ہے کہ وہ

4 / 18

Commands received from user process by:

صارف کے عمل سے موصول ہونے والے احکامات بذریعہ

5 / 18

Which of the following layer directly work with hardware devices?

درج ذیل میں سے کون سی تہہ براہِ راست ہارڈویئر ڈیوائسز کے ساتھ کام کرتی ہے؟

6 / 18

Layered design makes the system?

کیا تہہ دار ڈیزائن نظام کو تشکیل دیتا ہے؟

7 / 18

Architecture of computer was designed by?

کمپیوٹر کا آرکیٹیکچر کس نے ڈیزائن کیا تھا؟

8 / 18

Resources like RAM or CPU registers are managed by:

ریم یا سی پی یو رجسٹرز جیسے وسائل کا انتظام کون کرتا ہے؟

9 / 18

The outer part of OS is:

آپریٹنگ سسٹم کا بیرونی حصہ ہے

10 / 18

Which layer provides user interface?

کون سی تہہ صارف انٹرفیس فراہم کرتی ہے؟

11 / 18

Provide user interface and other screen features?

کیا صارف انٹرفیس اور اسکرین کی دیگر خصوصیات فراہم کی جائیں؟

12 / 18

The core part of OS is:

آپریٹنگ سسٹم کا بنیادی حصہ یہ ہے

13 / 18

The core part of the OS that interacts directly with hardware is the:

آپریٹنگ سسٹم کا وہ بنیادی حصہ جو براہِ راست ہارڈویئر کے ساتھ تعامل  کرتا ہے، وہ ہے

14 / 18

Device drivers are used for:

ڈیوائس ڈرائیورز کا استعمال اس لیے کیا جاتا ہے

15 / 18

How many types of shells are there?

خول کی کتنی اقسام ہیں؟

16 / 18

Which program or instructions allow OS to communicate with hardware?

کون سا پروگرام یا ہدایات آپریٹنگ سسٹم  کو ہارڈویئر کے ساتھ رابطہ کرنے کی سہولت دیتی ہیں؟

17 / 18

Command prompt or terminal is also known as:

کمانڈ پرامپٹ یا ٹرمینل کو اِن ناموں سے بھی جانا جاتا ہے

18 / 18

The Lower layer of OS works with?

آپریٹنگ سسٹم کی نچلی سطح کس کے ساتھ کام کرتی ہے؟

Your score is

The average score is 44%

0%

1.2 Architecture of an Operating System

The architecture of an operating system is the way how its parts are organized and how they work together. Each part has a special role, and together they make the computer work smoothly just like a school has different departments that perform specific duties but work together for the smooth working of the school.

1.2.1 Kernel vs Shell

I. Kernel: The kernel is the core part of the operating system. That directly controls the computer’s system software and hardware such as the CPU, memory, and devices, as shown in Figure 1.1. It decides how and when different programs can use these resources.

Example: When you open a file, the kernel manages the process of reading it from the hard drive and sending it to the screen. Like Engine of a car work is kernel and accessories like steering wheel, dashboard is shell.

II. Shell: The shell is the outer part of the OS that interacts with the user, also depicted in Figure 1.1. It receives commands from the user and passes them to the kernel. Shells can be:

Graphical shells (like Windows desktop) where you click icons and use menus.

Command-line shells (like the Command Prompt or Terminal) are where you type instructions.

1.2.2 OS Layers and Modular Design

In operating systems, the design is divided into layers, where each layer has a specific job:

1. Lower layer work directly with hardware devices like the CPU, RAM, and storage, Hard disk.

2. Middle layer manage these resources and make sure programs can use them when needed.

3. Upper layer run applications and provide the interface that the user views on the screen.

Each layer depends on the one below it. This design makes the operating system easier to manage, repair, and improve without changing the whole system. Example: A school system can be used as an example to understand the layered architecture of an operating system:

The support staff (like guards and cleaners) work at the base, keeping the school ready (like the lower layers working with hardware).

The administration manages resources, schedules, and rules (like the middle layers managing memory and storage).

The teachers and students use these arrangements to teach and learn (like the upper layers running applications and interacting with users).

1.2.3 System Libraries and Device Drivers

System libraries are collections of ready-made instructions that programs can use to perform common tasks, such as opening files or showing text on the screen.

Example: When a photo editing app needs to open an image, it uses the operating system’s library to read the file. This way, the app does not have to create its own method to open pictures.

Device drivers are special programs that allow the operating system to communicate with hardware devices such as printers, keyboards, and graphics cards.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button
error: Content is protected !!