Q: 1 Which of the following is NOT an Artificial Intelligence (AI) personal digital assistant?
Siri
Google Chrome
Cortana
Alexa
[ Option B ]
Artificial Intelligence (AI) personal digital assistants are software agents that can perform tasks, answer questions, and interact with users using voice commands or text.
| AI PERSONAL ASSISTANT | COMPANY |
|---|---|
| Siri | Apple |
| Google Assistant | |
| Cortana | Microsoft |
| Alexa | Amazon |
| ChatGPT | OpenAI |
| Gemini | |
| Copilot | Microsoft |
| Grok | X |
| Bixby | Samsung |
| Perplexity | Perplexity AI, Inc |
Q: 2 Development tools like text editors, code libraries, compilers, and testing platforms are available in a _________________ framework of IDE.
Multiple
Different
Single
None of these
[ Option C ]
An IDE (Integrated Development Environment) provides all the necessary development tools such as text editors, compilers, debuggers, code libraries, and testing platforms within a Single integrated framework.
Q: 3 Which of the following is not a system software?
Programming Language Translators
Utility Programs
Database Software
Operating System
[ Option C ]
System Software is the type of software that manages computer hardware and provides a platform for running application software. Common examples of system software include the Operating System (OS), utility programs, and language translators such as compilers, interpreters, and assemblers.
Application Software is designed to help users perform specific tasks or solve particular problems. It runs on top of system software and allows users to do activities like creating documents, managing databases, browsing the internet, or editing images. Examples include word processors, spreadsheet software, Database Management Systems (DBMS) software, and web browsers.
Utility Programs are System Software tools that help maintain, manage, and protect a computer. Examples include Antivirus Software for security, Disk Cleanup tools for removing unnecessary files, file compression software like WinRAR (Windows Roshal ARchive) or 7-Zip for reducing file size, backup software for data safety, and disk defragmenters for improving storage performance.
Q: 4 IDE suite consolidates basic tools require to write and ______________ software.
Play
Test
Design
Delete
[ Option B ]
An Integrated Development Environment (IDE) suite consolidates the basic tools required to write, test, and debug software. IDEs provide a comprehensive environment combining code editors, compilers or interpreters, debuggers, and testing tools, all accessible from one interface.
Q: 5 A typical Central Processing Unit (CPU) does not have which one of the following components?
Memory Registers
Visual Display Unit (VDU)
Arithmetic Logic Unit (ALU)
Control Unit (CU)
[ Option B ]
The CPU (Central Processing Unit) is often called the "BRAIN" of the computer. Its main job is fetch, decode, and execute instructions. The main components of the CPU are:
Visual Display Unit (VDU): The VDU is an output device used for displaying processed data, not a part of CPU internal architecture.
| Term | Category | Role |
|---|---|---|
| ALU | Part of CPU. | Performs Arithmetic & Logic operations. |
| CU | Part of CPU. | Directs operations, manages instruction cycle. |
| Registers | Part of CPU. | Small, fast memory inside CPU. |
| VDU | Output Device. | Displays output to monitor. |
Q: 6 Without an IDE, a developer has to select, deploy, integrate and manage all of them ___________.
Virtually
Graphically
Separately
None of these
[ Option C ]
An IDE (Integrated Development Environment) provides a single platform where developers can write, compile, debug, and manage code. Without an IDE, a developer must handle each tool Separately:
Q: 7 All the different components which make up the processor have to be condensed to fit in the smart phone. It is known as ___________.
Touch on a chip
Memory on a chip
Processor on a chip
System on a chip
[ Option D ]
System on a Chip (SoC) is a highly integrated microchip that contains all the essential components of a computer or smartphone including processor cores (CPU), memory (RAM and ROM), Graphics Processing Unit (GPU), input/output controllers, modems, and other peripherals on a single chip.
SoCs are designed to fit into compact devices like smartphones, enabling them to run efficiently with reduced space, power consumption, and heat dissipation.
Unlike a processor on a chip, which only contains the CPU, an SoC includes multiple functional units to handle computing, graphics, and communication.
Q: 8 In contrast to the GPL, proprietary (स्वामित्व) licenses:
Allow commercial distribution and copying.
Permit copying for personal use only.
Allow only free distribution.
Prohibit (प्रतिबन्धित) copying based on copyright law.
[ Option D ]
Software licenses determine how software can be used, modified, and distributed. There are two types of software licenses: GPL (General Public License) or Open-Source Licenses, and Proprietary Licenses.
Examples of GPL software include Linux, LibreOffice, Mozilla Firefox, WordPress and GIMP, while proprietary software includes Microsoft Windows, Adobe Photoshop, Adobe Dreamweaver, and Microsoft Office.
Q: 9 Match the following :
| Description | Register |
|---|---|
| 1. Keeps track of the next instruction to be executed. | i. Accumulator (ACC) |
| 2. Holds instructions to be decoded by the control unit. | ii. Memory Address Register (MAR) |
| 3. Points to the memory location to be accessed by the CPU. | iii. Program Counter (PC) |
| 4. Used for storing variables, temporary results and results from the ALU | iv. Instruction Register (IR) |
Choose the most appropriate option from below :
1 – ii, 2 – i, 3 – iv, 4 – iii
1 – iii, 2 – iv, 3 – ii, 4 – i
1 – i, 2 – iii, 3 – iv, 4 – ii
1 – iv, 2 – iii, 3 – i, 4 – ii
[ Option B ]
A Register is a small and very fast storage location inside the CPU (Central Processing Unit) used to temporarily hold data, instructions, or addresses that the CPU needs immediately during processing.
| REGISTER TYPE | DESCRIPTION |
|---|---|
| Program Counter (PC) | Keeps the address of the next instruction the CPU will execute. |
| Instruction Register (IR) | Holds the current instruction that the CPU is decoding and executing. |
| Memory Address Register (MAR) | Stores the address of the memory location that the CPU wants to read or write. |
| Accumulator (ACC) | Temporarily holds data and the results of computations done by the CPU. |
| Stack Pointer (SP) | Points to the top of the stack in memory, used for function calls and local variables. |
Q: 10 IDE is basically an environment of tools like _____________.
Text Editor
Debugger
Compiler
All of these
[ Option D ]
IDEs is a software application that provides comprehensive facilities to computer programmers for software development, combining essential tools like code editors, compilers, debuggers, and build automation into a single interface.
Q: 11 Which of the following is not an operating system?
Mac OS
Linux
Microsoft Windows
MS Word
[ Option D ]
An Operating System (OS) is system software that manages computer hardware and software resources and provides common services for computer programs.
The key functions of an OS includes, process management, memory management, file management, device management, user interface etc.
| OPERATING SYSTEM | PROVIDER | DESCRIPTION |
|---|---|---|
| Android | Most popular OS globally, dominant on smartphones and tablets. | |
| Windows | Microsoft | Leading desktop OS, widely used in business and personal PCs. |
| iOS | Apple | Popular mobile OS on iPhones and iPads. |
| MacOS | Apple | Desktop OS for Apple computers. |
| Linux | Open Source | Open-source OS popular among developers and for servers. |
| Chrome OS | Lightweight OS mostly used in education sector on Chromebooks. |
Q: 12 Which of the following is not a function of the control unit?
Direct Operation
Guides data flow through the computer memory
Controls Sequential Instruction Execution
Interprets Instruction
[ Option A ]
Q: 13 What is the main function of Central Processing Unit (CPU) in computers?
To process data
To display data
To transmit data
To store data
[ Option A ]
The main function of the Central Processing Unit (CPU) in computers is to process data. It acts as the brain of the computer. The CPU performs three major tasks:
Q: 14 Web based IDE’s are used to develop interactive websites. _______________ is an example of web based IDE.
Microsoft Visual Studio Code
Ruby
Python
HTML
[ Option A ]
Web-based IDEs are online development environments that allow developers to write, run, and debug code through a web browser without installing heavy software locally.
Microsoft Visual Studio Code (VS Code) is a popular IDE that supports web development, including HTML, CSS, JavaScript, and backend languages. It also has extensions for collaborative web-based development.
Q: 15 Data are transferred between different components of a computer system using physical wires called:
CPU
Flowchart
Bus
WAN
[ Option C ]
Inside a computer, different parts like CPU, memory, input-output devices need to communicate with each other. For example, CPU takes instructions from memory, memory sends data to CPU, CPU sends results to output devices. For this communication, data must move from one component to another.
A bus in a computer system is a collection of physical wires that carries data, addresses, and control signals between different parts of the computer. The bus makes sure all parts of the computer can share and exchange data quickly and smoothly, so the system works together as one unit. There are mainly three types of buses:
| BUS TYPE | DESCRIPTION | DIRECTION |
|---|---|---|
| Data Bus | Transfers actual data (information or instructions) between CPU, memory, and I/O devices. | Bi-directional |
| Control Bus | Carries control signals (like Read, Write, Clock, Interrupt) to manage operations. | Bi-directional |
| Address Bus | Carries the address/location of memory or I/O device where data is to be read or written. | Uni-directional |
Q: 16 Which of the following best describes the function of control unit?
Control the operation of memory, processor, and input/output devices.
Perform the logical operations.
Convert the external data to form understood by computer.
Perform the arithmetic operations.
[ Option A ]
The Control Unit (CU) is a crucial part of the CPU (Central Processing Unit) responsible for managing and coordinating the execution of instructions. Its main functions include:
Q: 17 _________ is a collection of programs written to service other programs.
System software
Application software
Both System software & Application software
Neither System software Nor Application software
[ Option A ]
System Software is a collection of programs designed to manage and support the operation of a computer system and to service other programs. It acts as a interface between the hardware and application software.
Examples of system software include the Operating System like Windows, Linux, macOS, Device Drivers, Utility Programs, and Language Translator like compiler, assembler, and interpreter.
Q: 18 Which of the following is the electronic brain of the Computer?
CPU (Central Processing Unit)
Control Unit
ALU (Arithmetic Logic Unit)
Memory
[ Option A ]
The CPU (Central Processing Unit) is called the “electronic brain or brain” of computer because it controls all operations and processes data.
Q: 19 Which of the following is a system software?
Operating System
System Utilities
Device Drivers
All of these
[ Option D ]
System Software is a type of software that helps manage and control computer hardware and provides a platform for running application software. It is essential for the functioning of a computer. The examples of system software included, Operating System (OS), System Utilities, Device Drivers, Language Translator etc.
| SYSTEM SOFTWARE TYPES | PURPOSE | EXAMPLE |
|---|---|---|
| Operating System | Manages hardware and software resources. | Windows, Linux, Mac OS |
| System Utilities | Maintains and optimizes system performance. | Disk Cleanup, Antivirus, Backup tools |
| Device Drivers | Facilitates communication between OS and hardware. | Printer Driver, Graphics Driver |
| Language Translators | Converts high-level programming code into machine code for execution. | Compiler, Interpreter, Assembler |
Q: 20 Which of the following is not a component of Central Processing Unit (CPU)?
Control Unit (CU)
Visual Display Unit (VDU)
Arithmetic Logic Unit (ALU)
Memory Registers
[ Option B ]
The CPU (Central Processing Unit) is often called the "BRAIN" of the computer. Its main job is fetch, decode, and execute instructions. The main components of the CPU are:
Visual Display Unit (VDU): The VDU is an output device used for displaying processed data, not a part of CPU internal architecture.
| Term | Category | Role |
|---|---|---|
| ALU | Part of CPU. | Performs Arithmetic & Logic operations. |
| CU | Part of CPU. | Directs operations, manages instruction cycle. |
| Registers | Part of CPU. | Small, fast memory inside CPU. |
| VDU | Output Device. | Displays output to monitor. |
Q: 21 IDE stands for Integrated Development _______________.
Enterprises
Environment
Evolution
Educational
[ Option B ]
IDE stands for Integrated Development Environment. It is a software application that provides comprehensive facilities to computer programmers for software development, combining essential tools like code editors, compilers, debuggers, and build automation into a single interface.
Common examples of IDEs are Visual Studio Code, Eclipse, PyCharm, NetBeans etc.
Q: 22 Linux is a family of ___________ operating system.
Multi Source
Time Sharing
Open Source
Closed Source
[ Option C ]
Linux is a family of open-source operating systems based on the Unix architecture. It was created by Linus Torvalds in 1991 and is widely used due to its flexibility, security, and the fact that its source code is freely available for anyone to view, modify, and distribute.
Q: 23 Which of the following does not give instant messaging?
Google Hangout
Yahoo Messenger
Facebook Messenger
Google Chrome
[ Option D ]
Instant Messaging (IM) is a service that allows users to send and receive messages in real time over the internet. Google Hangout, Yahoo Messenger, and Facebook Messenger are instant messaging platforms that allow real-time text communication.
A browser like Google Chrome is only a platform to access web services. It does not directly provide instant messaging.
Q: 24 Which of the following does not correspond to an audio files valid extension?
.mid
.wav
.rar
.mp3
[ Option C ]
A file extension is the suffix at the end of a filename, after the dot. It tells the operating system what type of file it is and which software can open it.
| CATEGORY | EXTENSION | DESCRIPTION |
|---|---|---|
| Audio | .mp3 | MPEG (Moving Picture Experts Group) Audio Layer-3 file. |
| .wav | Uncompressed Waveform audio file. | |
| .mid | MIDI (Musical Instrument Digital Interface) for instrument/music instructions file. | |
| Video | .mp4 | MPEG-4 video file. |
| .avi | Audio Video Interleave video file. | |
| .mov | QuickTime video file. | |
| .flv | Flash Video file format, widely used for streaming video. | |
| Image | .jpg, .jpeg | Compressed photographic image (Joint Photographic Experts Group). |
| .png | Portable Network Graphics (PNG), lossless image format. | |
| .gif | Graphics Interchange Format (GIF), supports animation. | |
| .bmp | Bitmap uncompressed image format. | |
| Document | Portable Document Format (PDF), preserves layout. | |
| .doc, .docx | Microsoft Word document. | |
| .ppt, .pptx | Microsoft PowerPoint presentation. | |
| .xls, .xlsx | Microsoft Excel spreadsheet. | |
| .txt | Plain text file. | |
| Archive | .zip | ZIP compressed archive. |
| .rar | RAR compressed archive. | |
| .7z | 7-Zip compressed archive. | |
| .tar | TAR tape archive file. |
Q: 25 Which of the following unit of the processor monitors and gives proper instructions to all parts of the computer?
Memory Unit
Control Unit
Input Unit
Arithmetic and Logic Unit
[ Option B ]
The Central Processing Unit (CPU) is the brain of the computer. The CPU is divided into three primary units:
Q: 26 The primary role of the address bus in a computer system is to – (Choose the most appropriate option from below)
Transfer data between CPU and Main Memory.
Communicate control signals between components.
Transfer addresses between CPU and Main Memory.
Manage the flow of data into and out of the Memory.
[ Option C ]
A bus in a computer is a communication system that transfers data, addresses, and control signals between components like the CPU, memory, and I/O devices.
| BUS TYPE | DESCRIPTION | DIRECTION |
|---|---|---|
| Data Bus | Transfers actual data (information or instructions) between CPU, memory, and I/O devices. | Bi-directional |
| Control Bus | Carries control signals (like Read, Write, Clock, Interrupt) to manage operations. | Bi-directional |
| Address Bus | Carries the address/location of memory or I/O device where data is to be read or written. | Uni-directional |
Q: 27 What is the name of the software used to perform specific tasks on computer by user?
Operating System
Utility Software
Artificial Intelligence
Application Software
[ Option D ]
Software can be broadly classified into two main categories:
System Software is the type of software that manages computer hardware and provides a platform for running application software. Common examples of system software include the Operating System (OS), utility programs, and language translators such as compilers, interpreters, and assemblers.
Application Software is designed to help users perform specific tasks or solve particular problems. It runs on top of system software and allows users to do activities like creating documents, managing databases, browsing the internet, or editing images. Examples include word processors, spreadsheet software, Database Management Systems (DBMS) software, and web browsers.
| System Software | Application Software |
|---|---|
| Manages computer hardware and provides a platform for running applications. Can run independently. | Helps users perform specific tasks like typing, calculating, or presenting. Cannot run independently, needs system software. |
| Examples: Linux, Windows, macOS, Unix, Device Drivers, Language Translator. | Examples: MS Word, Excel, PowerPoint, Photoshop, Chrome, VLC Media Player. |
Q: 28 Which of the following is a system software?
Excel
Powerpoint
MS Word
Linux
[ Option D ]
System Software is the type of software that manages computer hardware and provides a platform for running application software. Common examples of system software include the Operating System (OS), utility programs, and language translators such as compilers, interpreters, and assemblers.
Linux is an operating system, which is a prime example of system software. It manages the hardware resources of a computer and provides services for application software to run.
Application Software is designed to help users perform specific tasks or solve particular problems. It runs on top of system software and allows users to do activities like creating documents, managing databases, browsing the internet, or editing images. Examples include word processors, spreadsheet software, Database Management Systems (DBMS) software, and web browsers.
| System Software | Application Software |
|---|---|
| Manages computer hardware and provides a platform for running applications. Can run independently. | Helps users perform specific tasks like typing, calculating, or presenting. Cannot run independently, needs system software. |
| Examples: Linux, Windows, macOS, Unix, Device Drivers, Language Translator. | Examples: MS Word, Excel, PowerPoint, Photoshop, Chrome, VLC Media Player. |
Q: 29 What does “BCC” in an email message stand for?
Blind Communication Carbon
Blind Common Copy
Base Carbon Copy
Blind Carbon Copy
[ Option D ]
In email terminology, BCC stands for "Blind Carbon Copy". When we send an email, we usually have three main fields for recipients, To, CC (Carbon Copy) and BCC (Blind Carbon Copy).
| FIELD | VISIBILITY | PURPOSE |
|---|---|---|
| To | Visible to all. | Main recipient(s) of the email. Everyone in the email can see who is in the "To" field. |
| CC | Visible to all. | Sends a copy to additional recipients. Everyone can see who has been included in the "CC" field. |
| BCC | Hidden from all. | “Blind” means HIDDEN. People in the BCC field receive the email, but other recipients cannot see their email addresses. |
Q: 30 Source code is available to view, modify and redistribute in
Open Source
Licensed
Proprietary
More than one of the above
[ Option A ]
Open source software is allow user to view, modify, and redistribute the source code, along with the compiled software. This openness promotes collaboration, transparency, and customization.
In licensed or proprietary software where source code access is restricted, and licensed software which may allow use but not necessarily modification or redistribution of source.
Q: 31 Smartphone are:
Those phones with highest speed.
Those phones where only calculations can be performed.
Small sized phones.
Which can access internet and send e-mails and faxes in addition to other basic phone functions.
[ Option D ]
A Smartphone is defined as a mobile device that combines traditional phone functions with advanced computing capabilities. It can access the internet, send emails and faxes, and perform many other functions beyond basic phone operations like calls and text messages.
Q: 32 Medical and mapping software falls under the category of _________ software.
Process Management
Control and Analysis
Simulation
Automation
[ Option B ]
Medical and mapping software are specialized programs used for monitoring, analyzing, and controlling complex data and processes, hence they fall under Control and Analysis software category.
Thank you so much for taking the time to read my Computer Science MCQs section carefully. Your support and interest mean a lot, and I truly appreciate you being part of this journey. Stay connected for more insights and updates! If you'd like to explore more tutorials and insights, check out my YouTube channel.
Don’t forget to subscribe and stay connected for future updates.