index

Class 10 Computer Chapter 1 OS 1.6 System Calls | New course 2026

Preparing for the Class 10 Computer Science & Entrepreneurship 2026 Punjab Board exams? These Chapter 1 – Operating System (1.6 System Calls) MCQs are taken directly from the PECTAA Class 10 Computer Science textbook based on the 2026 New Syllabus.

These important multiple-choice questions help students understand system calls, improve conceptual knowledge, and practice board-style questions for exams. Solve these topic-wise MCQs to boost your confidence and achieve better marks in the annual board examination.

/7
3
Created by admin

Class 10th Computer Chapter 1 Operating System (1.6 System Calls) 2026

1 / 7

The act as a bridge between user and the kernel:

یہ صارف اور کرنل کے درمیان ایک پل کا کام کرتے ہیں

2 / 7

How many types of system calls?

سسٹم کالز کی کتنی اقسام ہیں؟

3 / 7

Which system call is used to create a new process?

نیا عمل تخلیق کرنے کے لیے کون سی سسٹم کال استعمال کی جاتی ہے؟

4 / 7

Without system hardware directly control by program?

کیا پروگرام کے ذریعے سسٹم ہارڈویئر کو براہِ راست کنٹرول کیے بغیر؟

5 / 7

Which of the following is a system call?

درج ذیل میں سے کون سا سسٹم کال ہے؟

6 / 7

System call act as a bridge between:

سسٹم کال ان کے درمیان ایک پل کا کام کرتی ہے

7 / 7

Without system calls, programs would be:

سسٹم کالز کے بغیر، پروگرامز ایسے ہوتے

Your score is

The average score is 43%

0%

A system call is a request made by a program to the operating system to perform a specific task that the program cannot do directly. They act as a bridge between user programs and the kernel, allowing applications to access hardware and core OS functions safely. Without system calls, programs that directly control hardware can be unsafe and complex.

1.6.1 Types of System Calls

The main types of system calls include:

  1. read Retrieves data from a file or input device. Example: Reading text from a document.
  2. write Sends data to a file or output device. Example: Saving an image to the computer.
  3. fork Creates a new process by duplicating an existing one. Example: Opening a new browser tab, where the OS may use fork to create another process.

Linux and macOS have a few hundred system calls, while Windows uses nearly 2,000. These calls handle everything from opening files to running apps and showing graphics in the background while you work.

Complete 10th Class Chapter 1 OS New Syllabus 2026 MCQs with Answers

1.1 Introduction to Operating System

1.2 Architecture of Operating System

1.3 Process Management in Operating System

1.4 Memory

1.5 Process vs Threads

1.6 System Calls

1.7 File System Structure and Management

1.8 Types of Operating System

First Half Chapter Test

Second Half Chapter Test

Full Chapter Test

Related Articles

Leave a Reply

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

Back to top button
error: Content is protected !!