PPSC Computer Science Past Paper 2025 Solved MCQs with Answers

PPSC Computer Science Past Paper 2025 Solved MCQs with Answers

Solved Computer Science MCQs from the PPSC 2025 past paper, each with the correct answer and a clear explanation. Ideal practice for PPSC, FPSC, NTS, CSS and PMS. All questions are extracted from the actual 2025 paper and verified before publication.

Start Quiz
PPSC CS 2025 Past Paper
Score: 0 / 89
Question 1 of 89Not answered

For connecting wireless keyboard and mice, which technology is commonly used?

Explanation

Bluetooth is the short range radio standard used for wireless keyboards, mice and headsets, because it draws very little power.

Question 2 of 89Not answered

What is the time a computer takes to perform a task called?

Explanation

Execution time is the time the processor actually spends carrying out a task. Access time is the time taken to fetch data from memory.

Question 3 of 89Not answered

What is the method of communication called in which transmission takes place in both directions, but only one at a time?

Explanation

In half duplex both ends can send and receive, but only one at a time, as with a walkie talkie. Full duplex allows both at once.

Question 4 of 89Not answered

Which of the following programs is typically not classified as a Utility Software?

Explanation

A web browser is application software. Utilities such as antivirus, defragmenters and compressors maintain the system rather than do the user's work.

Question 5 of 89Not answered

Which protocol downloads emails to your device and typically deletes them from the server?

Explanation

POP3 downloads mail to one device and by default removes it from the server. IMAP keeps mail on the server so several devices stay in step.

Question 6 of 89Not answered

In older versions of Windows (e.g., Windows 3.x/9x), system settings were often recorded in which file?

Explanation

WIN.INI held Windows environment and application settings in the 3.x and 9x era, before the registry took over that role.

Question 7 of 89Not answered

Compared to a soft real-time operating system, a hard real-time operating system has ______ tolerance for missing deadlines.

Explanation

A hard real time system must never miss a deadline, so its tolerance is less than that of a soft real time system, where a late result is merely degraded.

Question 8 of 89Not answered

What is the Excel term for combining text from different cells into a single cell?

Explanation

Joining text from several cells into one is concatenation, done with the CONCAT function or the ampersand operator. Merging cells only combines the cells themselves.

Question 9 of 89Not answered

Antivirus software is a type of what?

Explanation

Antivirus software is utility software, since it maintains and protects the system rather than performing a user task.

Question 10 of 89Not answered

Who is a person primarily responsible for analyzing and interpreting data?

Explanation

A data analyst collects, cleans and interprets data to draw conclusions that support decisions.

Question 11 of 89Not answered

Which of the following is an example of secondary memory?

Explanation

A hard disk drive is secondary storage: large, non-volatile and outside the direct reach of the processor. RAM, ROM and cache are primary memory.

Question 12 of 89Not answered

Cache memory is generally considered to be:

Explanation

Cache memory is volatile, built from SRAM, so its contents are lost the moment power is removed.

Question 13 of 89Not answered

What does WWW stand for?

Explanation

WWW stands for World Wide Web, the system of linked hypertext documents that runs over the internet.

Question 14 of 89Not answered

Which shortcut key is used to insert a hyperlink?

Explanation

Ctrl + K opens the Insert Hyperlink dialog in Word, Excel and PowerPoint.

Question 15 of 89Not answered

Which function key is typically used to check spelling and grammar?

Explanation

F7 runs the spelling and grammar check in the Microsoft Office applications.

Question 16 of 89Not answered

Which shortcut key is used to start a Slide Show in PowerPoint?

Explanation

F5 starts the slide show from the first slide. Shift + F5 starts from the current slide.

Question 17 of 89Not answered

Which shortcut key is used for Print Preview in MS Word?

Explanation

Ctrl + F2 opens Print Preview in MS Word. Ctrl + P opens the Print dialog.

Question 18 of 89Not answered

What is the standard file extension for a PowerPoint presentation?

Explanation

PowerPoint presentations are saved with the .pptx extension in the Office Open XML format.

Question 19 of 89Not answered

In Excel, the VLOOKUP function is used to do what?

Explanation

VLOOKUP searches vertically down the leftmost column of a table and returns a value from a column to its right. HLOOKUP is the horizontal equivalent.

Question 20 of 89Not answered

What are Landscape and Portrait?

Explanation

Landscape and portrait are the two page orientations, landscape being wider than it is tall.

Question 21 of 89Not answered

To see a document as it would appear when printed, which view do we use?

Explanation

Print Layout view shows the page exactly as it will print, with margins, headers and footers in place.

Question 22 of 89Not answered

Animations in PowerPoint are typically applied to what?

Explanation

Animations are applied to objects on a slide, such as text boxes, pictures or charts. Transitions apply to whole slides.

Question 23 of 89Not answered

Rows are indicated by what in MS Excel?

Explanation

Rows in Excel are numbered, while columns are lettered, which is why a cell reference such as B7 has a letter then a number.

Question 24 of 89Not answered

What does “IOT” stand for?

Explanation

IOT stands for the Internet of Things, the network of everyday devices that collect and exchange data over the internet.

Question 25 of 89Not answered

In power point, what is the purpose of slide master?

Explanation

The slide master holds the formatting, fonts, colours and layouts inherited by every slide, so one change updates the whole presentation.

Question 26 of 89Not answered

In MS-Word, where are set of design elements and layouts given?

Explanation

A theme is the coordinated set of colours, fonts and effects applied to a document. A template is a whole starter file.

Question 27 of 89Not answered

“Default chart” in MS-Excel is a?

Explanation

The default chart type in Excel is the clustered column chart, produced by Alt + F1 or F11.

Question 28 of 89Not answered

Which one displays the name of the application or open file?

Explanation

The title bar at the top of a window displays the name of the application and of the open file.

Question 29 of 89Not answered

What does SSD stand for?

Explanation

SSD stands for solid state drive, which stores data in flash memory and so has no moving parts.

Question 30 of 89Not answered

Which device converts the digital signal to an analog signal?

Explanation

A modem modulates a digital signal into analog form for transmission and demodulates it at the other end, which is where its name comes from.

Question 31 of 89Not answered

Which short cut key is used for decreasing font size?

Explanation

Ctrl + Shift + < decreases the font size. Ctrl + Shift + > increases it.

Question 32 of 89Not answered

Conditional formatting is used for what in MS Excel?

Explanation

Conditional formatting applies a format, such as a fill colour or a data bar, only to cells that satisfy a rule you set.

Question 33 of 89Not answered

The function of “plug and play” is what?

Explanation

Plug and play lets the operating system detect a newly connected device and configure it automatically, without the user installing a driver by hand.

Question 34 of 89Not answered

In which application is Track Changes available?

Explanation

Track Changes records insertions, deletions and formatting changes for review, and is a feature of MS Word.

Question 35 of 89Not answered

Transitions are applied on what in PowerPoint?

Explanation

Transitions control how one slide gives way to the next, so they apply to slides. Animations apply to objects on a slide.

Question 36 of 89Not answered

16 Bits are equal to what?

Explanation

One byte is 8 bits, so 16 bits make 2 bytes.

Question 37 of 89Not answered

In MS Word, which shortcut key is used to open the Font dialog box?

Explanation

Ctrl + D opens the Font dialog box in MS Word.

Question 38 of 89Not answered

In a file, what is the “.exe” extension used for?

Explanation

The .exe extension marks an executable file, a program the operating system can run directly.

Question 39 of 89Not answered

Which link provides the facility to go to another website page?

Explanation

A hyperlink is the clickable link that takes the reader to another page or website.

Question 40 of 89Not answered

Which printer produces the worst quality of graphics in reproduction?

Explanation

The dot matrix printer gives the poorest graphics quality, since it forms images from a coarse grid of pin strikes.

Question 41 of 89Not answered

In MS Excel, what does AVERAGE(B1:B10)show?

Explanation

AVERAGE(B1:B10) returns the arithmetic mean of the values in cells B1 through B10, ignoring empty cells.

Question 42 of 89Not answered

DVD stands for what?

Explanation

DVD stands for Digital Versatile Disc, so named because it carries video, audio and data alike.

Question 43 of 89Not answered

“ICT” stands for what?

Explanation

ICT stands for Information and Communication Technology.

Question 44 of 89Not answered

In email, “BCC” stands for what?

Explanation

BCC stands for blind carbon copy. Recipients in this field receive the message, but the other recipients cannot see their addresses.

Question 45 of 89Not answered

What happens when you click Insert >> Picture >> Clip Art?

Explanation

Insert, Picture, Clip Art opens the Clip Art task pane, from which you search the gallery and insert an image.

Question 46 of 89Not answered

What is the shortcut key for inserting a “New Slide” in PowerPoint?

Explanation

Ctrl + M inserts a new slide in PowerPoint.

Question 47 of 89Not answered

Which of these is an example of Application Software?

Explanation

Microsoft Word is application software, written to perform a task for the user. The operating system, drivers and BIOS are system software.

Question 48 of 89Not answered

The “Print” option is located in which menu?

Explanation

Print is on the File menu, which in the ribbon versions of Office is the Backstage view.

Question 49 of 89Not answered

What is the device called that is most commonly recognized as both an input and output device?

Explanation

A touch screen is both an input and an output device, since it displays the interface and accepts the user's touch on it.

Question 50 of 89Not answered

Which feature automatically saves a document?

Explanation

AutoSave saves the document automatically as you work, in Office when the file is stored in OneDrive or SharePoint.

Question 51 of 89Not answered

Which of the following is not a font style?

Explanation

Superscript is a font effect, not a font style. Bold, italic and regular are the font styles.

Question 52 of 89Not answered

Which sign is used to expand the content and increase the zoom size?

Explanation

The plus sign increases the zoom level and so expands the view. The minus sign reduces it.

Question 53 of 89Not answered

In computing, what is the primary purpose of ‘Blockchain’ technology?

Explanation

Blockchain keeps a decentralised record, a ledger copied across many nodes rather than held by one central authority, which is what makes tampering impractical.

Question 54 of 89Not answered

The sum of rows and columns is calculated using which function?

Explanation

SUM adds the values in a range, whether the range runs across a row or down a column.

Question 55 of 89Not answered

Of the following, which one is not a type of page margin?

Explanation

Margins are set at the top, bottom, left and right of the page. There is no centre margin.

Question 56 of 89Not answered

For what is Notepad used?

Explanation

Notepad is a plain text editor, which is why it is used for configuration files and code snippets that must carry no formatting.

Question 57 of 89Not answered

In PowerPoint, what does Ctrl + O do?

Explanation

Ctrl + O opens an existing presentation in PowerPoint, as it does in the other Office applications.

Question 58 of 89Not answered

Raw facts converted into meaningful form are called ___?

Explanation

Raw facts are data. Once processed into a meaningful, usable form they become information.

Question 59 of 89Not answered

What does Bit stand for?

Explanation

Bit is short for binary digit, a single 0 or 1, the smallest unit of data a computer holds.

Question 60 of 89Not answered

The file is saved with Ctrl+S?

Explanation

Ctrl + S saves the file under its current name and location. Use Save As to give it a new name.

Question 61 of 89Not answered

What is a diagram showing the program flow?

Explanation

A flowchart is the diagram that sets out the steps and decisions in a program's flow.

Question 62 of 89Not answered

What is the “SUMIF” function in Excel?

Explanation

SUMIF adds only those cells in a range that meet the condition you specify.

Question 63 of 89Not answered

A webcam is an?

Explanation

A webcam is an input device, since it captures images and sends them into the computer.

Question 64 of 89Not answered

What type of software is MS Access?

Explanation

MS Access is database management software, used to store data in related tables and query it.

Question 65 of 89Not answered

Which key deletes the character from the left of the cursor?

Explanation

Backspace deletes the character to the left of the cursor. The Delete key removes the character to its right.

Question 66 of 89Not answered

What shortcut key is used to change font case?

Explanation

Shift + F3 cycles the selected text through lower case, sentence case and upper case in MS Word.

Question 67 of 89Not answered

For what is shortcut key F1 used?

Explanation

F1 opens help in Windows and in the Office applications.

Question 68 of 89Not answered

What is a fault called that prevents a computer program from running smoothly?

Explanation

A fault in a program that stops it running correctly is called a bug. A virus is malicious code, which is a different thing.

Question 69 of 89Not answered

The quality of a screen depends upon what?

Explanation

Screen quality is measured chiefly by resolution, the number of pixels the display can show.

Question 70 of 89Not answered

In MS Word, what is indicated by a red wavy line?

Explanation

A red wavy underline marks a suspected spelling mistake in MS Word. A blue or green wavy line marks a grammar issue.

Question 71 of 89Not answered

What is it called to set a register or counter to the all-zero state?

Explanation

Setting a register or counter to all zeros is called a reset.

Question 72 of 89Not answered

In a computer lab, which type of computers are used?

Explanation

Computer labs use microcomputers, that is personal computers, one for each user.

Question 73 of 89Not answered

What does USB stand for?

Explanation

USB stands for Universal Serial Bus, the standard connection for peripherals and external storage.

Question 74 of 89Not answered

Why is the incognito or private feature used?

Explanation

Incognito or private browsing stops the browser saving history, cookies and search entries on that device. It does not hide the traffic from the network or the websites visited.

Question 75 of 89Not answered

Basically, what are AND, NAND, and OR?

Explanation

AND, NAND and OR are logic gates, the building blocks of digital circuits.

Question 76 of 89Not answered

Under which tab is the conditional formatting option present in MS Excel?

Explanation

Conditional Formatting is on the Home tab of the Excel ribbon, in the Styles group.

Question 77 of 89Not answered

In MS Word, which tab is used to insert a footnote?

Explanation

Footnotes and endnotes are inserted from the References tab in MS Word.

Question 78 of 89Not answered

In MS Excel, which of the following is the maximum zoom percentage?

Explanation

The maximum zoom in MS Excel is 400 per cent, and the minimum is 10 per cent.

Question 79 of 89Not answered

What is the process called of removing the unwanted part of an image?

Explanation

Removing unwanted parts from the edges of an image is called cropping. Resizing changes the whole image instead.

Question 80 of 89Not answered

In a URL, what does the .org extension indicate?

Explanation

The .org top level domain indicates an organisation, and was intended for non-commercial bodies.

Question 81 of 89Not answered

What is the correct format of an email address?

Explanation

A valid email address takes the form user@domain.com, the local part, the @ sign, then the domain.

Question 82 of 89Not answered

In MS Word, what is used to put an item a little below the normal text as subscript?

Explanation

Ctrl + = applies subscript, placing text slightly below the baseline. Ctrl + Shift + = applies superscript.

Question 83 of 89Not answered

In MS Word, an endnote is placed at the __ of the document?

Explanation

An endnote is placed at the end of the document or section. A footnote sits at the foot of the page.

Question 84 of 89Not answered

To locate a device over the network, __ is used?

Explanation

A device is located across a network by its IP address, which is why routers forward packets on that basis.

Question 85 of 89Not answered

On ___ are processor and memory located?

Explanation

The processor and memory are mounted on the motherboard, the main circuit board that connects every component.

Question 86 of 89Not answered

Which one is not wireless?

Explanation

Coaxial cable is a wired medium. Bluetooth, Wi-Fi and infrared all carry data without wires.

Question 87 of 89Not answered

Shortcut key for Find and Replace?

Explanation

Ctrl + H opens Find and Replace. Ctrl + F opens Find on its own.

Question 88 of 89Not answered

What shows the contents of the active cell?

Explanation

The formula bar shows the actual contents of the active cell, that is the formula rather than the displayed result.

Question 89 of 89Not answered

Which shortcut key is used to switch to the next window?

Explanation

Alt + Tab switches to the next open window in Windows.

About the PPSC Computer Science Past Paper 2025

Every MCQ above is taken from the Punjab Public Service Commission (PPSC) Computer Science papers held in 2025, with the correct answer and a written explanation for each. Past-paper practice is the most dependable way to prepare for PPSC, FPSC, NTS, CSS and PMS, because these papers repeat their themes, and often the questions themselves, from one year to the next.

Questions were checked against reliable sources before publication. Where a circulating source sheet carried a factual or wording error, we corrected it rather than reproducing the mistake. For chapter-wise preparation, work through our Computer Science MCQs hub, which also lists every other year’s paper. Further reading: Pakistan Movement and the PPSC official website.

How to Use This Paper

Attempt the full quiz before looking at any answer, then read the explanation for every question you got wrong, including those you guessed correctly. A past paper is only useful if you close the gaps it exposes. Pro members can download the complete paper as a PDF with all answers and explanations for offline revision.

Practice More MCQs on Related Topics

Written by
Mubashir

Digital marketer and content writer at QuizWing. Mubashir researches and writes solved MCQ sets and preparation content for ISSB, NTS and other…

More articles by Mubashir →

Leave a Comment