• Register
  • Login
Logo
  • Home
  • CCC Mock Test
    • Introduction To Computer
    • Operating System
    • Libre Office Writer
    • Libre Office Calc
    • Libre Office Impress
    • Introduction To Internet
    • Email Social Networking and E Governance Services
    • Digital Financial Tools and Applications
    • Overview of Future Skills and Cyber Security
  • Old Papers
  • Syllabus
  • Study Material
    • CCC Tutorial
    • CCC One Linear Question
    • CCC Video Lectures
    • CCC Abbreviations

CCC One Linear Answers Practice !

Operating System

1) What is the main purpose of an operating system?
ऑपरेटिंग सिस्टम का मुख्य उद्देश्य क्या है?
Ans:- To act as an interface between user and computer hardware.
2) What is the core component of an operating system?
ऑपरेटिंग सिस्टम का मुख्य घटक क्या है?
Ans:- Kernel.
3) What does GUI stand for?
GUI का क्या मतलब है?
Ans:- Graphical User Interface.
4) What is a GUI?
जीयूआई क्या है?
Ans:- A user interface that allows interaction using icons and graphics.
5) What is a CLI?
सीएलआई (CLI) क्या है?
Ans:- Command Line Interface.
6) What is multiprocessing?
मल्टीप्रोसेसिंग क्या है?
Ans:- Using two or more CPUs in one computer system.
7) What is multi-user operating system?
मल्टी - यूज़र ऑपरेटिंग सिस्टम क्या है?
Ans:- An OS that allows multiple users to use the same computer simultaneously.
8) What is a single-user operating system?
सिंगल - यूज़र ऑपरेटिंग सिस्टम क्या है?
Ans:- An OS that supports one user at a time.
9) Give an example of a single-user operating system?
एकल - उपयोगकर्ता ऑपरेटिंग सिस्टम का एक उदाहरण दें?
Ans:- MS-DOS.
10) Give an example of a multi-user operating system?
बहु - उपयोगकर्ता ऑपरेटिंग सिस्टम का एक उदाहरण दें?
Ans:- UNIX.
11) What is time-sharing in operating systems?
ऑपरेटिंग सिस्टम में टाइम - शेयरिंग क्या है?
Ans:- Allowing multiple users to share system resources simultaneously
12) What is real-time operating system (RTOS)?
रीयल - टाइम ऑपरेटिंग सिस्टम (RTOs) क्या है?
Ans:- An OS that processes data instantly without delay
13) Give an example of real-time OS?
रीयल - टाइम OS का एक उदाहरण दें?
Ans:- VxWorks.
14) What is batch processing?
बैच प्रोसेसिंग क्या है?
Ans:- Executing a group of jobs without user interaction.
15) What is the function of an OS?
OS का कार्य क्या है?
Ans:- Managing memory, processor, files, and devices.
16) What is process management?
प्रक्रिया प्रबंधन क्या है?
Ans:- Handling creation, scheduling, and termination of processes.
17) What is memory management?
मेमोरी मैनेजमेंट क्या है?
Ans:- Allocating and deallocating memory space to processes.
18) What is file management?
फ़ाइल प्रबंधन क्या है?
Ans:- Organizing, storing, and retrieving data on disks.
19) What is device management?
डिवाइस मैनेजमेंट क्या है?
Ans:- Controlling and coordinating input/output devices.
20) What is a system call?
सिस्टम कॉल क्या है?
Ans:- A request from a program to the OS for a service.
21) What is a booting process?
बूटिंग प्रक्रिया क्या है?
Ans:- The process of starting or restarting a computer.
22) What are the two types of booting?
बूटिंग के दो प्रकार क्या हैं?
Ans:- Cold booting and Warm booting.
23) What is a kernel?
कर्नेल क्या है?
Ans:- The central part of the OS controlling all operations.
24) What is a shell?
शेल क्या होता है?
Ans:- Interface between the user and the OS kernel.
25) What is command interpreter?
कमांड इंटरप्रेटर क्या होता है?
Ans:- The part of the OS that reads and executes commands.
26) What is a file system?
फ़ाइल सिस्टम क्या है?
Ans:- The structure used by an OS to manage files on storage devices.
27) Name one popular file system used in Windows?
Windows में उपयोग किए जाने वाले एक लोकप्रिय फ़ाइल सिस्टम का नाम बताएँ?
Ans:- NTFS (New Technology File System).
28) What is FAT?
FAT क्या है?
Ans:- File Allocation Table.
29) What is process scheduling?
प्रक्रिया शेड्यूलिंग क्या है?
Ans:- Deciding the order in which processes are executed.
30) What is a scheduler?
शेड्यूलर क्या है?
Ans:- The OS component that manages process scheduling.
31) What is CPU scheduling?
CPU शेड्यूलिंग क्या है?
Ans:- Allocating CPU time to various processes
32) What is a process?
प्रक्रिया क्या है?
Ans:- A program in execution.
33) What is a thread?
थ्रेड क्या होता है?
Ans:- The smallest unit of a process.
34) What is deadlock?
गतिरोध क्या है?
Ans:- A situation where two or more processes wait for each other indefinitely.
35) What is a semaphore?
सेमाफोर क्या है?
Ans:- A synchronization tool to manage concurrent processes.
36) What is paging?
पेजिंग क्या है?
Ans:- A memory management scheme that eliminates the need for contiguous allocation.
37) What is virtual memory?
वर्चुअल मेमोरी क्या है?
Ans:- Using a portion of hard disk as main memory.
38) What is swapping?
स्वैपिंग क्या है?
Ans:- Moving processes between main memory and disk.
39) What is fragmentation?
fragmentation क्या है?
Ans:- Unused memory spaces between allocated areas.
40) What is the purpose of a device driver?
डिवाइस ड्राइवर का उद्देश्य क्या है?
Ans:- To control and operate a specific hardware device.
41) What is system software?
सिस्टम सॉफ़्टवेयर क्या है?
Ans:- Software designed to operate computer hardware.
42) What is application software?
Application Software क्या है?
Ans:- Programs designed to perform user tasks.
43) What is an example of an OS developed by Microsoft?
Microsoft द्वारा विकसित OS का एक उदाहरण क्या है?
Ans:- Windows 10.
44) What is Linux?
Linux क्या है?
Ans:- An open-source Unix-like operating system.
45) What is macOS?
MacOS क्या है?
Ans:- The operating system used in Apple computers.
46) What is Android?
Android क्या है?
Ans:- A mobile operating system developed by Google.
47) What is iOS?
IOS क्या है?
Ans:- The operating system used in Apple iPhones.
48) What is open-source OS?
ओपन - सोर्स OS क्या है?
Ans:- An OS whose source code is freely available.
49) What is proprietary OS?
मालिकाना ओएस क्या है?
Ans:- An OS owned and licensed by a company.
50) What is the full form of UNIX?
यूनिक्स का पूर्ण रूप क्या है?
Ans:- It doesn’t have a full form; it’s just a name.
51) Who developed UNIX?
यूनिक्स किसने विकसित किया?
Ans:- Ken Thompson and Dennis Ritchie.
52) What is BIOS?
BIOS क्या है?
Ans:- Basic Input Output System that starts up the OS.
53) What is a boot loader?
बूट लोडर क्या होता है?
Ans:- A program that loads the OS into memory.
54) What is command prompt?
कमांड प्रॉम्प्ट क्या होता है?
Ans:- A CLI used to execute commands in Windows.
55) What is Windows Explorer?
Windows Explorer क्या है?
Ans:- The file management utility in Windows.
56) What is Control Panel?
कंट्रोल पैनल क्या है?
Ans:- A Windows feature for configuring system settings.
57) What is Task Manager?
टास्क मैनेजर क्या होता है?
Ans:- A tool to monitor processes and system performance.
58) What is Windows Registry?
Windows रजिस्ट्री क्या है?
Ans:- A database storing OS configuration settings.
59) What is Start Menu?
स्टार्ट मेन्यू क्या है?
Ans:- The main navigation hub in Windows OS.
60) What is desktop?
डेस्कटॉप क्या है?
Ans:- The main screen area where icons and shortcuts appear.
61) What is a shortcut?
शॉर्टकट क्या है?
Ans:- A link that provides quick access to files or programs.
62) What is a recycle bin?
रीसायकल बिन क्या होता है?
Ans:- A folder where deleted files are temporarily stored.
63) What is hibernation mode?
hibernation mode क्या है?
Ans:- A power-saving state that saves all data to disk.
64) What is sleep mode?
स्लीप मोड क्या है?
Ans:- A low-power state that pauses the system temporarily.
65) What is a taskbar?
टास्कबार क्या है?
Ans:- The bar that shows running programs and system notifications.
66) What is file extension?
फ़ाइल एक्सटेंशन क्या है?
Ans:- The suffix at the end of a filename that defines its type.
67) What is .exe file?
.exe फ़ाइल क्या है?
Ans:- An executable file that runs a program.
68) What is .bat file?
.bat फ़ाइल क्या है?
Ans:- A batch file containing a list of commands.
69) What is safe mode?
सुरक्षित मोड क्या है?
Ans:- A diagnostic startup mode in Windows.
70) What is disk management?
डिस्क प्रबंधन क्या है?
Ans:- A utility to manage disk drives and partitions.
71) What is defragmentation?
डीफ्रैगमेंटेशन क्या है?
Ans:- The process of rearranging fragmented data for efficiency.
72) What is Windows Update?
Windows Update क्या है?
Ans:- A service for installing software updates in Windows OS.
73) What is system restore?
सिस्टम पुनर्स्थापना क्या है?
Ans:- A feature that restores system files to a previous state.
74) What is task scheduling?
टास्क शेड्यूलिंग क्या है?
Ans:- Setting programs or tasks to run automatically at specific times.
75) What is DOS?
DOS क्या है?
Ans:- Disk Operating System.
76) What command in DOS displays directory contents?
DOS में कौन सा कमांड निर्देशिका सामग्री प्रदर्शित करता है?
Ans:- DIR.
77) What command in DOS changes directory?
DOS में क्या कमांड निर्देशिका बदलता है?
Ans:- CD
78) What command in DOS clears the screen?
DOS में कौन सा कमांड स्क्रीन को साफ़ करता है?
Ans:- CLS.
79) What command in DOS copies files?
DOS में क्या कमांड फ़ाइलों की प्रतिलिपि बनाता है?
Ans:- COPY.
80) What command in DOS deletes files?
DOS में कौन सा कमांड फ़ाइलों को हटाता है?
Ans:- DEL.
81) What is command.com?
Command.com क्या है?
Ans:- The command interpreter for MS-DOS.
82) What is UNIX command for listing files?
फ़ाइलों को लिस्ट करने के लिए यूनिक्स कमांड क्या है?
Ans:- ls.
83) What UNIX command changes directory?
कौन सा यूनिक्स कमांड निर्देशिका बदलता है?
Ans:- cd.
84) What UNIX command removes files?
कौन सा यूनिक्स कमांड फ़ाइलों को हटाता है?
Ans:- rm.
85) What UNIX command prints working directory?
कौन सा यूनिक्स कमांड वर्किंग डायरेक्टरी प्रिंट करता है?
Ans:- pwd.
86) What UNIX command displays file contents?
कौन सा यूनिक्स कमांड फ़ाइल सामग्री प्रदर्शित करता है?
Ans:- cat.
87) What is the full form of OS?
OS का पूर्ण रूप क्या है?
Ans:- Operating System.
88) What is system security?
सिस्टम सुरक्षा क्या है?
Ans:- Protection of OS resources from unauthorized access.
89) What is a user account?
यूज़र अकाउंट क्या है?
Ans:- A profile that allows access to an OS with specific permissions.
90) What is administrator account?
एडमिन अकाउंट क्या है?
Ans:- An account with full control over system settings.
91) What is guest account?
guest अकाउंट क्या है?
Ans:- A limited access account for temporary users.
92) What is file permission?
फ़ाइल की अनुमति क्या है?
Ans:- Rules that define who can read, write, or execute a file.
93) What is taskbar notification area?
टास्कबार अधिसूचना क्षेत्र क्या है?
Ans:- The area showing time, volume, and network icons.
94) What is system performance?
सिस्टम प्रदर्शन क्या है?
Ans:- The efficiency with which an OS utilizes resources.
95) What is command history?
कमांड इतिहास क्या है?
Ans:- A record of previously entered commands.
96) What is a system crash?
सिस्टम क्रैश क्या होता है?
Ans:- A state where the OS stops working due to an error.

CCC One Liener Answer!

  • Introduction To Computer
  • Operating System
  • Libre Office Writer
  • Libre Office Calc
  • Libre Office Impress
  • Introduction To Internet
  • Email Social Networking and E Governance Services
  • Digital Financial Tools and Applications
  • Overview of Future Skills and Cyber Security

Study Materials

  • Introduction To Computer
  • Operating System
  • Libre Office Writer
  • Libre Office Calc
  • Libre Office Impress
  • Introduction To Internet
  • Email Social Networking and E Governance Services
  • Digital Financial Tools and Applications
  • Overview of Future Skills and Cyber Security

tags

  • CCC Online Exam
  • Education
  • CCC NIELIT 2025
  • CCC Practice Test
  • CCC Test in Hindi
  • CCC Exam Questions
  • CCC Certification Guide
  • CCC Exam Result

About

Master O Level Exams with Expert Guidance, Practice Tests, and Success Strategies!

  • Email info@cccexam.com

Categories

  • Home
  • Syllabus
  • FAQ

Govt. Courses

  • O Level Exam
  • A Level Exam
  • CCC Exam

Popular Courses

  • MCA
  • MBA
  • BCA
  • MSc

Institute Courses

  • DCA
  • ADCA
  • DFA
  • DIGITAL MARKETING

© Copyright 2025. All Rights Reserved by Webskynet IT Solution

  • Terms of user
  • License
  • Support