โ† Back to Past Papers

PPSC ยท Other ยท 2026

PPSC Computer Operator Past Paper 2026 Solved Solved MCQs

Comprehensive solved PPSC Computer Operator (BS-15) past paper from February 2026. Features 100 high-quality MCQs with accurate answers and factual explanations.

Generate Mock Test

Paper Snapshot

Questions

100

Time

100

Minutes

Subjects

1

Topics

28

Read mode shows correct answers. Attempt mode hides answers, starts timer, and shows your result after submission.

Paper Controls

PPSC Computer Operator Past Paper 2026 Solved

Read mode 100 MCQs ยท 100 minutes

Subject 1

Computer Science

100 MCQs
1

Topic Section

Operating Systems

10 solved MCQs shown directly below

No Dropdown
Q 1 Computer Science Operating Systems

Android OS was primarily developed by:

A

Apple

B

Samsung

C

Microsoft

D

Google

View answer & explanation Ans: Google

Correct Answer: Google

Google acquired Android Inc. in 2005 and has since developed and maintained the Android mobile operating system.

Q 17 Computer Science Operating Systems

Which of these is an open-source operating system?

A

Windows

B

Mac OS

C

iOS

D

Linux

View answer & explanation Ans: Linux

Correct Answer: Linux

Linux is a family of open-source Unix-like operating systems, contrasting with proprietary systems like Windows and macOS.

Q 25 Computer Science Operating Systems

A computer cannot boot without:

A

Compiler

B

Loader

C

Operating system

D

Assembler

View answer & explanation Ans: Operating system

Correct Answer: Operating system

An operating system is essential for hardware management and for loading other programs into memory upon startup.

Q 50 Computer Science Operating Systems

How are files primarily recognized by the operating system?

A

Size

B

Name

C

File extension

D

Location

View answer & explanation Ans: File extension

Correct Answer: File extension

Operating systems use file extensions to identify the file format and determine which application should open the file.

Q 58 Computer Science Operating Systems

Which part of an OS controls the hardware?

A

Shell

B

Kernel

C

Drivers

D

File system

View answer & explanation Ans: Kernel

Correct Answer: Kernel

The kernel is the central component of an operating system that manages hardware resources and interfaces directly with the hardware.

Q 59 Computer Science Operating Systems

In Unix, which command is used to create a new process?

A

Exec

B

Fork

C

Wait

D

Kill

View answer & explanation Ans: Fork

Correct Answer: Fork

The fork() system call in Unix/Linux is used to create a new process by duplicating the existing (parent) process.

Q 66 Computer Science Operating Systems

When does a deadlock occur?

A

Memory insufficient

B

CPU overloaded

C

Process terminated

D

Processes wait indefinitely

View answer & explanation Ans: Processes wait indefinitely

Correct Answer: Processes wait indefinitely

A deadlock occurs when two or more processes are waiting for each other to release resources, resulting in a state where none can proceed.

Q 67 Computer Science Operating Systems

Which is a common backup option in Windows 10?

A

USB drive

B

Cloud storage

C

Network drive

D

All of these

View answer & explanation Ans: All of these

Correct Answer: All of these

Windows 10 allows users to back up data to various locations including external USB drives, cloud services like OneDrive, or network locations.

Q 76 Computer Science Operating Systems

What is Mac?

A

Operating system

B

Multimedia

C

Utility program

D

Windows

View answer & explanation Ans: Operating system

Correct Answer: Operating system

macOS is the proprietary operating system developed by Apple for its Mac line of computers.

Q 94 Computer Science Operating Systems

In an OS, checkpoints are primarily used for:

A

Security

B

Recovery

C

Monitoring

D

Authentication

View answer & explanation Ans: Recovery

Correct Answer: Recovery

Checkpoints allow an operating system or database to restore state and continue from a known good configuration after a failure.

2

Topic Section

Deadlocks

1 solved MCQs shown directly below

No Dropdown
Q 2 Computer Science Deadlocks

Which of the following is a necessary condition for a deadlock to occur?

A

Mutual exclusion

B

No preemption

C

Hold and wait

D

Circular wait

View answer & explanation Ans: Circular wait

Correct Answer: Circular wait

While mutual exclusion, hold and wait, and no preemption are conditions for deadlock, circular wait is the final condition that completes the deadlock scenario.

3

Topic Section

Memory Management

1 solved MCQs shown directly below

No Dropdown
Q 3 Computer Science Memory Management

Where is virtual memory stored?

A

Cache

B

Hard disk

C

RAM

D

ROM

View answer & explanation Ans: Hard disk

Correct Answer: Hard disk

Virtual memory uses a portion of the hard disk drive to act as an extension of the computer's physical RAM.

4

Topic Section

Computer Architecture

4 solved MCQs shown directly below

No Dropdown
Q 4 Computer Science Computer Architecture

Who proposed the stored-program architecture?

A

Alan Turing

B

Charles Babbage

C

John von Neumann

D

Blaise Pascal

View answer & explanation Ans: John von Neumann

Correct Answer: John von Neumann

John von Neumann described the stored-program computer architecture in a 1945 paper, which is now the basis for modern computer design.

Q 5 Computer Science Computer Architecture

Which of the following is NOT a component of the classic Von Neumann architecture?

A

Memory unit

B

ALU

C

CPU

D

I/O interface

View answer & explanation Ans: I/O interface

Correct Answer: I/O interface

The classic Von Neumann architecture consists of the Arithmetic Logic Unit (ALU), Control Unit, Memory, and Input/Output mechanisms, though modern textbooks often distinguish I/O as external to the core architectural model.

Q 65 Computer Science Computer Architecture

What does the ALU perform?

A

Storage

B

Arithmetic and logical operations

C

Control operations

D

Input/output

View answer & explanation Ans: Arithmetic and logical operations

Correct Answer: Arithmetic and logical operations

The Arithmetic Logic Unit (ALU) is the part of the CPU responsible for performing mathematical calculations and logical comparisons.

Q 78 Computer Science Computer Architecture

Which architecture represents one instruction, one data stream?

A

SIMD

B

MISD

C

SISD

D

MIMD

View answer & explanation Ans: SISD

Correct Answer: SISD

SISD (Single Instruction, Single Data) is the traditional von Neumann architecture model where one instruction acts on one piece of data at a time.

5

Topic Section

Memory Hierarchy

1 solved MCQs shown directly below

No Dropdown
Q 6 Computer Science Memory Hierarchy

Which memory type is the fastest in the hierarchy?

A

SRAM

B

Cache

C

DRAM

D

Registers

View answer & explanation Ans: Registers

Correct Answer: Registers

CPU registers are the smallest and fastest type of memory located directly inside the processor.

6

Topic Section

Networking

15 solved MCQs shown directly below

No Dropdown
Q 7 Computer Science Networking

The Internet is which type of network?

A

LAN

B

MAN

C

WAN

D

PAN

View answer & explanation Ans: WAN

Correct Answer: WAN

The Internet is a Wide Area Network (WAN) that connects devices across large geographical distances.

Q 34 Computer Science Networking

Which network protocol is used for sending emails?

A

FTP

B

SSH

C

POP3

D

SMTP

View answer & explanation Ans: SMTP

Correct Answer: SMTP

Simple Mail Transfer Protocol (SMTP) is the standard protocol used for sending emails across the internet.

Q 35 Computer Science Networking

Which device is used to connect different networks?

A

Router

B

Switch

C

Topology

D

Primary network

View answer & explanation Ans: Router

Correct Answer: Router

A router is a networking device that connects multiple networks and directs data traffic between them.

Q 43 Computer Science Networking

IPv6 addresses are based on:

A

48 bits

B

128 bits

C

36 bits

D

None of these

View answer & explanation Ans: 128 bits

Correct Answer: 128 bits

An IPv6 address is 128 bits long, providing a significantly larger address space than IPv4.

Q 55 Computer Science Networking

What are satellite repeaters called?

A

Detector

B

Modulator

C

Transponders

D

Stations

View answer & explanation Ans: Transponders

Correct Answer: Transponders

A transponder is a component of a satellite that receives signals, changes their frequency, and retransmits them to Earth.

Q 80 Computer Science Networking

What is the standard port for HTTP?

A

21

B

25

C

443

D

80

View answer & explanation Ans: 80

Correct Answer: 80

Port 80 is the standard port used for unencrypted HTTP web traffic.

Q 81 Computer Science Networking

What establishes the rules for communication between computers?

A

Hardware

B

Software

C

Operating System

D

Protocol

View answer & explanation Ans: Protocol

Correct Answer: Protocol

A network protocol is a set of established rules that govern how data is transmitted and received between devices.

Q 82 Computer Science Networking

Which of the following is NOT a routing protocol?

A

ICMP

B

RIP

C

BGP

D

OSPF

View answer & explanation Ans: ICMP

Correct Answer: ICMP

ICMP (Internet Control Message Protocol) is used for diagnostic and error messaging, not for routing data traffic like RIP, BGP, or OSPF.

Q 83 Computer Science Networking

Which service is used for remote login?

A

FTP

B

UDP

C

RARP

D

Telnet

View answer & explanation Ans: Telnet

Correct Answer: Telnet

Telnet is a network protocol used for providing a bidirectional interactive text-oriented communication facility for remote login.

Q 84 Computer Science Networking

Which of these is NOT an OSI model layer?

A

Physical

B

Transport

C

Network

D

Process

View answer & explanation Ans: Process

Correct Answer: Process

The layers of the OSI model are Physical, Data Link, Network, Transport, Session, Presentation, and Application. 'Process' is not one of them.

Q 86 Computer Science Networking

Which network topology is most affected by a central node failure?

A

Mesh

B

Bus

C

Star

D

Ring

View answer & explanation Ans: Star

Correct Answer: Star

In a star topology, all devices are connected to a central hub; if that hub fails, the entire network goes down.

Q 87 Computer Science Networking

Which OSI layer is responsible for end-to-end communication?

A

Network

B

Session

C

Transport

D

Data link

View answer & explanation Ans: Transport

Correct Answer: Transport

The Transport layer is responsible for end-to-end communication, error recovery, and flow control.

Q 88 Computer Science Networking

What does MTU refer to?

A

Minimum transmission unit

B

Maximum throughput unit

C

Maximum transfer unit

D

Maximum size of packet

View answer & explanation Ans: Maximum transfer unit

Correct Answer: Maximum transfer unit

MTU stands for Maximum Transfer Unit, which is the largest size of a data packet that can be transmitted over a network protocol.

Q 89 Computer Science Networking

What does bandwidth refer to?

A

Signal frequency

B

Distance traveled

C

Cable length

D

Data transfer rate

View answer & explanation Ans: Data transfer rate

Correct Answer: Data transfer rate

Bandwidth is the maximum capacity of a wired or wireless communications link to transmit data over a network in a given amount of time.

Q 91 Computer Science Networking

What causes signal strength decrease in fiber optic cables?

A

Reflection

B

Refraction

C

Dispersion

D

Attenuation

View answer & explanation Ans: Attenuation

Correct Answer: Attenuation

Attenuation is the reduction in signal strength as it travels through a transmission medium like optical fiber.

7

Topic Section

Storage Devices

1 solved MCQs shown directly below

No Dropdown
Q 8 Computer Science Storage Devices

What is the standard capacity of a CD-ROM?

A

1.44 MB

B

700 MB

C

4.7 GB

D

8.5 GB

View answer & explanation Ans: 700 MB

Correct Answer: 700 MB

A standard CD-ROM typically holds 700 MB of data, whereas 4.7 GB is the standard capacity for a single-layer DVD.

8

Topic Section

MS Office

1 solved MCQs shown directly below

No Dropdown
Q 9 Computer Science MS Office

What is the file extension for a PowerPoint presentation?

A

docx

B

pdf

C

xlsx

D

pptx

View answer & explanation Ans: pptx

Correct Answer: pptx

.pptx is the default file extension for Microsoft PowerPoint presentations created in modern versions of the software.

9

Topic Section

MS Excel

14 solved MCQs shown directly below

No Dropdown
Q 10 Computer Science MS Excel

Which shortcut key is used to repeat the last action in Excel?

A

F2

B

F3

C

F4

D

F5

View answer & explanation Ans: F4

Correct Answer: F4

In Microsoft Excel, pressing F4 repeats the last command or action performed.

Q 20 Computer Science MS Excel

Which function in Excel is used to transpose rows and columns?

A

Pivot

B

Filter

C

Sort

D

Transpose

View answer & explanation Ans: Transpose

Correct Answer: Transpose

The Transpose function in Excel allows you to switch the orientation of data from rows to columns or vice versa.

Q 33 Computer Science MS Excel

What is the function of the IF statement in Excel?

A

Format data

B

Logical test and return value

C

Sum values

D

Range selection

View answer & explanation Ans: Logical test and return value

Correct Answer: Logical test and return value

The IF function checks a condition and returns one value if the condition is TRUE and another if it is FALSE.

Q 39 Computer Science MS Excel

What is the basic unit in an Excel worksheet?

A

Column

B

Row

C

Cell

D

Range

View answer & explanation Ans: Cell

Correct Answer: Cell

A cell, formed by the intersection of a row and a column, is the fundamental unit of data entry in an Excel worksheet.

Q 40 Computer Science MS Excel

Which key is used to edit a selected cell in Excel?

A

F3

B

Edit

C

F1

D

F2

View answer & explanation Ans: F2

Correct Answer: F2

Pressing the F2 key allows a user to enter edit mode for the currently selected cell.

Q 41 Computer Science MS Excel

Which shortcut moves to the next sheet in Excel?

A

Ctrl+End

B

Ctrl+Home

C

Ctrl+Page Down

D

Ctrl+Page Up

View answer & explanation Ans: Ctrl+Page Down

Correct Answer: Ctrl+Page Down

In Excel, Ctrl+Page Down moves to the next worksheet, while Ctrl+Page Up moves to the previous one.

Q 42 Computer Science MS Excel

Which tab allows you to insert a table in Excel?

A

Home

B

Data

C

Insert

D

Formulas

View answer & explanation Ans: Insert

Correct Answer: Insert

The Insert tab on the Excel ribbon contains the Table command used to create tables.

Q 61 Computer Science MS Excel

What does the VLOOKUP function do in Excel?

A

Format data

B

Perform horizontal lookup

C

Perform vertical lookup and return value

D

Perform calculation

View answer & explanation Ans: Perform vertical lookup and return value

Correct Answer: Perform vertical lookup and return value

VLOOKUP stands for 'Vertical Lookup' and is used to search for data in a column and return a corresponding value from the same row.

Q 62 Computer Science MS Excel

Which Excel function finds the highest value in a range?

A

MIN()

B

MAX()

C

COUNT()

D

AVERAGE()

View answer & explanation Ans: MAX()

Correct Answer: MAX()

The MAX() function returns the largest numeric value in a given set or range of cells.

Q 63 Computer Science MS Excel

Which function is used for total sum in Excel?

A

AVERAGE()

B

COUNT()

C

MIN()

D

SUM()

View answer & explanation Ans: SUM()

Correct Answer: SUM()

The SUM() function is used to add all numbers in a selected range of cells.

Q 64 Computer Science MS Excel

An Excel workbook is a collection of:

A

Workbook

B

Worksheet

C

Chart

D

Record

View answer & explanation Ans: Worksheet

Correct Answer: Worksheet

An Excel workbook is essentially a container file that holds one or more worksheets (or charts).

Q 75 Computer Science MS Excel

Which Excel function returns the remainder of a division?

A

ROUND()

B

DIV()

C

MOD()

D

QUOTIENT()

View answer & explanation Ans: MOD()

Correct Answer: MOD()

The MOD() function returns the remainder after a number is divided by a divisor.

Q 79 Computer Science MS Excel

Which of the following is NOT a valid Excel file format?

A

.csv

B

.xlsx

C

.xls

D

.pdf

View answer & explanation Ans: .pdf

Correct Answer: .pdf

.pdf is a document format, not a native Excel workbook format used for storing worksheet data.

Q 93 Computer Science MS Excel

Which of these is an invalid Excel formula?

A

=SUM(A1:A10)

B

AVERAGE(B1:B5)

C

=SUM(sales)/(10-5)

D

MAX(C1:C8)

View answer & explanation Ans: =SUM(A1:A10)

Correct Answer: =SUM(A1:A10)

Wait, the original text had a typo prefix. Assuming standard syntax: '=SUM(A1:A10)' is valid. Based on typical exam questions, a formula like '$.=SUM(sales)/(10-5)' is invalid due to characters like '$' being placed incorrectly at the start.

10

Topic Section

Keyboard Shortcuts

1 solved MCQs shown directly below

No Dropdown
Q 11 Computer Science Keyboard Shortcuts

Which shortcut key is used to undo the last action?

A

Ctrl+Z

B

Ctrl+A

C

Ctrl+C

D

Ctrl+V

View answer & explanation Ans: Ctrl+Z

Correct Answer: Ctrl+Z

Ctrl+Z is the universal keyboard shortcut for the undo function in most software applications.

11

Topic Section

MS Word

8 solved MCQs shown directly below

No Dropdown
Q 12 Computer Science MS Word

In which view are headers and footers visible in MS Word?

A

Draft view

B

Web layout

C

Print layout

D

Outline

View answer & explanation Ans: Print layout

Correct Answer: Print layout

Print Layout view shows the document as it would appear on a printed page, including headers, footers, and margins.

Q 13 Computer Science MS Word

From which menu can you insert a header or footer in MS Word?

A

Home menu

B

Insert menu

C

Design menu

D

View menu

View answer & explanation Ans: Insert menu

Correct Answer: Insert menu

The Header and Footer tools are located under the Insert tab in the ribbon of Microsoft Word.

Q 26 Computer Science MS Word

What is the correct path to select all items in Microsoft Word?

A

View > Select All

B

File > Select All

C

Insert > Select All

D

Home > Editing > Select > Select All

View answer & explanation Ans: Home > Editing > Select > Select All

Correct Answer: Home > Editing > Select > Select All

In the modern Office ribbon interface, the 'Select All' function is located under the Editing group within the Home tab.

Q 32 Computer Science MS Word

What language is used for macros in MS Word?

A

Python

B

Java

C

C++

D

Visual Basic

View answer & explanation Ans: Visual Basic

Correct Answer: Visual Basic

Microsoft Office applications use Visual Basic for Applications (VBA) to automate tasks via macros.

Q 37 Computer Science MS Word

What is the default paragraph alignment in MS Word?

A

Right

B

Justify

C

Center

D

Left

View answer & explanation Ans: Left

Correct Answer: Left

Left alignment is the default paragraph setting in Microsoft Word for left-to-right languages.

Q 47 Computer Science MS Word

What is the default font size in MS Word?

A

11

B

12

C

13

D

10

View answer & explanation Ans: 11

Correct Answer: 11

In most modern versions of Microsoft Word (like 2013 and later), the default font size is 11 points.

Q 73 Computer Science MS Word

In which tab is the Table of Contents feature located in MS Word?

A

Layout

B

Home

C

Design

D

References

View answer & explanation Ans: References

Correct Answer: References

The References tab contains tools for creating tables of contents, citations, and indexes.

Q 74 Computer Science MS Word

What tool creates artistic text effects in MS Word?

A

SmartArt

B

WordArt

C

Drawing tools

D

Picture tools

View answer & explanation Ans: WordArt

Correct Answer: WordArt

WordArt is the specific feature in Microsoft Word used to create stylized text with various artistic effects.

12

Topic Section

MS PowerPoint

6 solved MCQs shown directly below

No Dropdown
Q 14 Computer Science MS PowerPoint

Which shortcut key starts a slideshow from the current slide?

A

F5

B

Ctrl+F5

C

Shift+F5

D

Alt+F5

View answer & explanation Ans: Shift+F5

Correct Answer: Shift+F5

F5 starts the slideshow from the beginning, while Shift+F5 starts the slideshow from the current slide selected.

Q 18 Computer Science MS PowerPoint

What is the shortcut key to insert a new slide in PowerPoint?

A

Ctrl+N

B

Ctrl+S

C

Ctrl+M

D

Ctrl+I

View answer & explanation Ans: Ctrl+M

Correct Answer: Ctrl+M

Ctrl+M is the standard shortcut to add a new slide to a presentation in PowerPoint.

Q 28 Computer Science MS PowerPoint

What command starts the PowerPoint application?

A

Excel

B

Outlook

C

Winword

D

powerpnt.exe

View answer & explanation Ans: powerpnt.exe

Correct Answer: powerpnt.exe

The actual executable command to launch Microsoft PowerPoint is 'powerpnt.exe'.

Q 31 Computer Science MS PowerPoint

Which tab is used to apply a theme in PowerPoint?

A

Insert tab

B

Animations tab

C

Design tab

D

Home tab

View answer & explanation Ans: Design tab

Correct Answer: Design tab

The Design tab in PowerPoint contains themes and variants to change the overall look and feel of your presentation.

Q 38 Computer Science MS PowerPoint

Which key is the shortcut for starting a slideshow in PowerPoint?

A

F1

B

F3

C

F5

D

F7

View answer & explanation Ans: F5

Correct Answer: F5

The F5 key is the standard shortcut to start a presentation slideshow from the beginning.

Q 95 Computer Science MS PowerPoint

A PowerPoint presentation is primarily made up of:

A

Slides

B

Records

C

Fields

D

Cells

View answer & explanation Ans: Slides

Correct Answer: Slides

PowerPoint presentations are composed of individual slides that contain text, images, and other multimedia elements.

13

Topic Section

General Computing

3 solved MCQs shown directly below

No Dropdown
Q 15 Computer Science General Computing

What does GUI stand for?

A

General user interface

B

Graphical unified interface

C

Graphical user interface

D

General unified interface

View answer & explanation Ans: Graphical user interface

Correct Answer: Graphical user interface

GUI stands for Graphical User Interface, a system that allows users to interact with electronic devices through visual icons and indicators.

Q 51 Computer Science General Computing

Google Docs is categorized as a:

A

Spreadsheet

B

Word processor

C

Database

D

Presentation tool

View answer & explanation Ans: Word processor

Correct Answer: Word processor

Google Docs is a cloud-based word processing application similar to Microsoft Word.

Q 97 Computer Science General Computing

What is the wildcard pattern for a 5-letter word starting with 'S'?

A

S????

B

S?

C

S#

D

S*

View answer & explanation Ans: S????

Correct Answer: S????

In many command-line and search utilities, '?' is the wildcard character for a single character, so 'S????' represents a 5-letter word starting with S.

14

Topic Section

Data Representation

1 solved MCQs shown directly below

No Dropdown
Q 16 Computer Science Data Representation

What does ASCII stand for?

A

Advanced standard code

B

American standard code for information interchange

C

American system code

D

None of these

View answer & explanation Ans: American standard code for information interchange

Correct Answer: American standard code for information interchange

ASCII is a character encoding standard for electronic communication representing text in computers.

15

Topic Section

Software Engineering

3 solved MCQs shown directly below

No Dropdown
Q 19 Computer Science Software Engineering

Git is used as a:

A

Centralized version control

B

File sharing tool

C

Distributed version control system (DVCS)

D

Project management tool

View answer & explanation Ans: Distributed version control system (DVCS)

Correct Answer: Distributed version control system (DVCS)

Git is a widely used distributed version control system for tracking changes in source code during software development.

Q 52 Computer Science Software Engineering

Which of these is a linear sequential software development model?

A

Spiral

B

Agile

C

Iterative

D

Waterfall

View answer & explanation Ans: Waterfall

Correct Answer: Waterfall

The Waterfall model is a linear, sequential approach where each phase must be completed before the next begins.

Q 53 Computer Science Software Engineering

Scrum is a framework of which methodology?

A

DevOps

B

Agile

C

RAD

D

Waterfall

View answer & explanation Ans: Agile

Correct Answer: Agile

Scrum is one of the most popular frameworks used to implement the Agile software development methodology.

16

Topic Section

Utilities

1 solved MCQs shown directly below

No Dropdown
Q 21 Computer Science Utilities

Which software is used for file compression?

A

VLC

B

Adobe Reader

C

WinZip

D

MS Word

View answer & explanation Ans: WinZip

Correct Answer: WinZip

WinZip is a well-known utility software used for file compression and archiving.

17

Topic Section

Hardware

4 solved MCQs shown directly below

No Dropdown
Q 22 Computer Science Hardware

CPU speed is measured in:

A

Bytes

B

Kilobytes

C

Megabytes

D

Gigahertz

View answer & explanation Ans: Gigahertz

Correct Answer: Gigahertz

Clock speed, which indicates how fast a CPU can execute instructions, is measured in Gigahertz (GHz).

Q 60 Computer Science Hardware

What is the primary function of RAID?

A

Improve graphics

B

Improve speed

C

Improve storage performance

D

Improve network

View answer & explanation Ans: Improve storage performance

Correct Answer: Improve storage performance

Redundant Array of Independent Disks (RAID) technology is used to increase data reliability and/or improve performance by combining multiple physical drives.

Q 96 Computer Science Hardware

RAID is used for:

A

Speed processing

B

Graphics

C

Storage performance

D

Security

View answer & explanation Ans: Storage performance

Correct Answer: Storage performance

RAID is used to improve data storage performance and/or provide data redundancy.

Q 98 Computer Science Hardware

An Ethernet card is also called a:

A

WiFi card

B

Bluetooth

C

Fiber optics

D

Network interface card

View answer & explanation Ans: Network interface card

Correct Answer: Network interface card

An Ethernet card is a type of Network Interface Card (NIC) that connects a computer to a wired network.

18

Topic Section

Internet History

1 solved MCQs shown directly below

No Dropdown
Q 23 Computer Science Internet History

What was the first search engine?

A

Yahoo

B

AltaVista

C

Google

D

Archie

View answer & explanation Ans: Archie

Correct Answer: Archie

Archie, created in 1990, is widely considered the first search engine for the internet.

19

Topic Section

Cybersecurity

3 solved MCQs shown directly below

No Dropdown
Q 24 Computer Science Cybersecurity

What is the name of the first computer virus?

A

Melissa

B

Trojan

C

Creeper

D

Brain

View answer & explanation Ans: Creeper

Correct Answer: Creeper

The Creeper virus, created in the early 1970s, is recognized as the first computer virus.

Q 85 Computer Science Cybersecurity

What type of cryptography uses public and private keys?

A

Symmetric

B

Hash

C

Asymmetric

D

Quantum

View answer & explanation Ans: Asymmetric

Correct Answer: Asymmetric

Asymmetric cryptography, or public-key cryptography, uses a pair of keys: a public key for encryption and a private key for decryption.

Q 92 Computer Science Cybersecurity

Which type of malware is known for self-replication?

A

Virus

B

Worm

C

Trojan

D

Spyware

View answer & explanation Ans: Worm

Correct Answer: Worm

A computer worm is a standalone malware program that replicates itself in order to spread to other computers.

20

Topic Section

Computing History

1 solved MCQs shown directly below

No Dropdown
Q 27 Computer Science Computing History

Who were the co-founders of Microsoft?

A

Steve Jobs

B

Bill Gates & Paul Allen

C

Larry Page

D

Elon Musk

View answer & explanation Ans: Bill Gates & Paul Allen

Correct Answer: Bill Gates & Paul Allen

Bill Gates and Paul Allen co-founded Microsoft in 1975.

21

Topic Section

Programming

5 solved MCQs shown directly below

No Dropdown
Q 29 Computer Science Programming

What is the primary purpose of a compiler?

A

Execute programs

B

Manage memory

C

Translate code into machine code

D

Debug errors

View answer & explanation Ans: Translate code into machine code

Correct Answer: Translate code into machine code

A compiler transforms source code written in a high-level programming language into machine code that a computer's processor can execute.

Q 46 Computer Science Programming

Which language is commonly used for AI development?

A

Java

B

Python

C

Lisp

D

Ruby

View answer & explanation Ans: Python

Correct Answer: Python

Python is the most popular language for AI and machine learning due to its extensive libraries and ease of use.

Q 54 Computer Science Programming

What is the process of finding and correcting errors in code called?

A

Testing

B

Compiling

C

Debugging

D

Executing

View answer & explanation Ans: Debugging

Correct Answer: Debugging

Debugging is the systematic process of identifying, analyzing, and removing errors or 'bugs' in software code.

Q 71 Computer Science Programming

Which of these is NOT a valid C++ data type?

A

long double

B

wchar_t

C

long long

D

using float

View answer & explanation Ans: using float

Correct Answer: using float

'using' is a keyword in C++ for namespace or type aliasing, not a data type itself.

Q 77 Computer Science Programming

An expression is a collection of:

A

Constants only

B

Variables only

C

Functions only

D

Operands and operators

View answer & explanation Ans: Operands and operators

Correct Answer: Operands and operators

An expression in programming is a combination of values (operands) and mathematical or logical symbols (operators) that evaluate to a single result.

22

Topic Section

MS Office Macros

1 solved MCQs shown directly below

No Dropdown
Q 30 Computer Science MS Office Macros

What is the second step in macro creation in MS Office?

A

Save macro

B

Name macro

C

Record macro

D

Assign shortcut

View answer & explanation Ans: Name macro

Correct Answer: Name macro

When creating a macro, the process generally involves opening the recorder, naming the macro, assigning a shortcut (optional), and then performing the actions to be recorded.

23

Topic Section

Database

7 solved MCQs shown directly below

No Dropdown
Q 36 Computer Science Database

Which of these is NOT a SQL keyword?

A

Insert

B

Delete

C

Update

D

Submit

View answer & explanation Ans: Submit

Correct Answer: Submit

SQL uses commands like INSERT, DELETE, and UPDATE. 'Submit' is not a standard SQL query language command.

Q 44 Computer Science Database

What is a Primary Key?

A

Unique identifier

B

Cannot repeat

C

Auto number example

D

All of these

View answer & explanation Ans: All of these

Correct Answer: All of these

A primary key is a unique identifier for a record in a table, must contain unique values, and is often implemented as an auto-incrementing number.

Q 45 Computer Science Database

What is a Foreign Key?

A

Column linking a primary key

B

Encryption key

C

Data type tool

D

Status define

View answer & explanation Ans: Column linking a primary key

Correct Answer: Column linking a primary key

A foreign key is a field in one table that links to the primary key of another table to establish a relationship.

Q 48 Computer Science Database

What is the smallest unit in a database?

A

Table

B

Record

C

Field

D

Database

View answer & explanation Ans: Field

Correct Answer: Field

A field is the smallest unit of data in a database, representing a single piece of information, such as a name or age.

Q 69 Computer Science Database

What is an external database often referred to as?

A

DBMS package

B

Excel database

C

External server database

D

Word file

View answer & explanation Ans: External server database

Correct Answer: External server database

An external database typically refers to a database hosted on a separate server or environment from the application accessing it.

Q 70 Computer Science Database

What is a table in a relational database also called?

A

Attribute

B

Relation

C

Tuple

D

Domain

View answer & explanation Ans: Relation

Correct Answer: Relation

In relational database theory, a table is formally referred to as a 'relation'.

Q 100 Computer Science Database

What is the purpose of indexing in a database?

A

Reduce table size

B

Speed up search

C

Both A and B

D

None of these

View answer & explanation Ans: Speed up search

Correct Answer: Speed up search

Database indexing creates a data structure that allows the system to find and retrieve specific records much faster than scanning the entire table.

24

Topic Section

Mathematics

2 solved MCQs shown directly below

No Dropdown
Q 49 Computer Science Mathematics

Binary numbers consist of:

A

1 and 2

B

1 and 5

C

1 and 3

D

0 and 1

View answer & explanation Ans: 0 and 1

Correct Answer: 0 and 1

The binary number system uses only two digits, 0 and 1, to represent all numerical values.

Q 72 Computer Science Mathematics

What number system does a computer use internally?

A

Decimal

B

Hexadecimal

C

Binary

D

Octal

View answer & explanation Ans: Binary

Correct Answer: Binary

Computers operate using the binary number system, based on 0s and 1s, which correspond to electronic 'off' and 'on' states.

25

Topic Section

Data Structures

2 solved MCQs shown directly below

No Dropdown
Q 56 Computer Science Data Structures

A stack data structure works on which principle?

A

FIFO

B

FILO

C

LIFO

D

LILO

View answer & explanation Ans: LIFO

Correct Answer: LIFO

A stack operates on the Last-In, First-Out (LIFO) principle, where the last item added is the first one to be removed.

Q 90 Computer Science Data Structures

What is a graph where all nodes are connected to every other node called?

A

Directed graph

B

Sparse graph

C

Weighted graph

D

Complete graph

View answer & explanation Ans: Complete graph

Correct Answer: Complete graph

A complete graph is a simple undirected graph in which every pair of distinct vertices is connected by a unique edge.

26

Topic Section

Blockchain

1 solved MCQs shown directly below

No Dropdown
Q 57 Computer Science Blockchain

A distributed ledger is best described as:

A

Database

B

Cloud storage

C

Data warehouse

D

Blockchain

View answer & explanation Ans: Blockchain

Correct Answer: Blockchain

Blockchain is the most well-known technology that utilizes a distributed ledger to record transactions securely.

27

Topic Section

Database/OS

1 solved MCQs shown directly below

No Dropdown
Q 68 Computer Science Database/OS

What are checkpoints used for?

A

Security

B

Recovery process

C

Performance

D

Memory

View answer & explanation Ans: Recovery process

Correct Answer: Recovery process

Checkpoints (or save points) are used in databases and OS systems to create a consistent state to return to in case of failure.

28

Topic Section

General Knowledge

1 solved MCQs shown directly below

No Dropdown
Q 99 Computer Science General Knowledge

Complete the analogy: Lock is to Door as Password is to:

A

Gate

B

Computer

C

Verify

D

Wildcard

View answer & explanation Ans: Computer

Correct Answer: Computer

Just as a lock secures a door, a password secures a computer (or account).

Questions

Paper practice FAQs

What is included in PPSC Computer Operator Past Paper 2026 Solved? +

PPSC Computer Operator Past Paper 2026 Solved includes solved MCQs grouped by subject and topic where available. Students can read answers, view explanations and attempt the paper online.

Can I attempt PPSC Computer Operator Past Paper 2026 Solved online? +

Yes. You can use the Attempt Paper mode to solve this past paper online with a timer, submit it, and review your result with correct answers.

Is this paper useful for PPSC and one paper exam preparation? +

Yes. Past papers help students understand exam pattern, repeated topics, question style and difficulty level for PPSC and other one paper exams.

Quiz Builder

Explore GK360

Quick links for exam preparation

Use these important GK360 sections to prepare for PPSC, FPSC, one paper exams, subject-wise MCQs, solved past papers and current affairs.