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.
For connecting wireless keyboard and mice, which technology is commonly used?
Bluetooth is the short range radio standard used for wireless keyboards, mice and headsets, because it draws very little power.
What is the time a computer takes to perform a task called?
Execution time is the time the processor actually spends carrying out a task. Access time is the time taken to fetch data from memory.
What is the method of communication called in which transmission takes place in both directions, but only one at a time?
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.
Which of the following programs is typically not classified as a Utility Software?
A web browser is application software. Utilities such as antivirus, defragmenters and compressors maintain the system rather than do the user's work.
Which protocol downloads emails to your device and typically deletes them from the server?
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.
In older versions of Windows (e.g., Windows 3.x/9x), system settings were often recorded in which file?
WIN.INI held Windows environment and application settings in the 3.x and 9x era, before the registry took over that role.
Compared to a soft real-time operating system, a hard real-time operating system has ______ tolerance for missing deadlines.
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.
What is the Excel term for combining text from different cells into a single cell?
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.
Antivirus software is a type of what?
Antivirus software is utility software, since it maintains and protects the system rather than performing a user task.
Who is a person primarily responsible for analyzing and interpreting data?
A data analyst collects, cleans and interprets data to draw conclusions that support decisions.
Which of the following is an example of secondary memory?
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.
Cache memory is generally considered to be:
Cache memory is volatile, built from SRAM, so its contents are lost the moment power is removed.
What does WWW stand for?
WWW stands for World Wide Web, the system of linked hypertext documents that runs over the internet.
Which shortcut key is used to insert a hyperlink?
Ctrl + K opens the Insert Hyperlink dialog in Word, Excel and PowerPoint.
Which function key is typically used to check spelling and grammar?
F7 runs the spelling and grammar check in the Microsoft Office applications.
Which shortcut key is used to start a Slide Show in PowerPoint?
F5 starts the slide show from the first slide. Shift + F5 starts from the current slide.
Which shortcut key is used for Print Preview in MS Word?
Ctrl + F2 opens Print Preview in MS Word. Ctrl + P opens the Print dialog.
What is the standard file extension for a PowerPoint presentation?
PowerPoint presentations are saved with the .pptx extension in the Office Open XML format.
In Excel, the VLOOKUP function is used to do what?
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.
What are Landscape and Portrait?
Landscape and portrait are the two page orientations, landscape being wider than it is tall.
To see a document as it would appear when printed, which view do we use?
Print Layout view shows the page exactly as it will print, with margins, headers and footers in place.
Animations in PowerPoint are typically applied to what?
Animations are applied to objects on a slide, such as text boxes, pictures or charts. Transitions apply to whole slides.
Rows are indicated by what in MS Excel?
Rows in Excel are numbered, while columns are lettered, which is why a cell reference such as B7 has a letter then a number.
What does “IOT” stand for?
IOT stands for the Internet of Things, the network of everyday devices that collect and exchange data over the internet.
In power point, what is the purpose of slide master?
The slide master holds the formatting, fonts, colours and layouts inherited by every slide, so one change updates the whole presentation.
In MS-Word, where are set of design elements and layouts given?
A theme is the coordinated set of colours, fonts and effects applied to a document. A template is a whole starter file.
“Default chart” in MS-Excel is a?
The default chart type in Excel is the clustered column chart, produced by Alt + F1 or F11.
Which one displays the name of the application or open file?
The title bar at the top of a window displays the name of the application and of the open file.
What does SSD stand for?
SSD stands for solid state drive, which stores data in flash memory and so has no moving parts.
Which device converts the digital signal to an analog signal?
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.
Which short cut key is used for decreasing font size?
Ctrl + Shift + < decreases the font size. Ctrl + Shift + > increases it.
Conditional formatting is used for what in MS Excel?
Conditional formatting applies a format, such as a fill colour or a data bar, only to cells that satisfy a rule you set.
The function of “plug and play” is what?
Plug and play lets the operating system detect a newly connected device and configure it automatically, without the user installing a driver by hand.
In which application is Track Changes available?
Track Changes records insertions, deletions and formatting changes for review, and is a feature of MS Word.
Transitions are applied on what in PowerPoint?
Transitions control how one slide gives way to the next, so they apply to slides. Animations apply to objects on a slide.
16 Bits are equal to what?
One byte is 8 bits, so 16 bits make 2 bytes.
In MS Word, which shortcut key is used to open the Font dialog box?
Ctrl + D opens the Font dialog box in MS Word.
In a file, what is the “.exe” extension used for?
The .exe extension marks an executable file, a program the operating system can run directly.
Which link provides the facility to go to another website page?
A hyperlink is the clickable link that takes the reader to another page or website.
Which printer produces the worst quality of graphics in reproduction?
The dot matrix printer gives the poorest graphics quality, since it forms images from a coarse grid of pin strikes.
In MS Excel, what does AVERAGE(B1:B10)show?
AVERAGE(B1:B10) returns the arithmetic mean of the values in cells B1 through B10, ignoring empty cells.
DVD stands for what?
DVD stands for Digital Versatile Disc, so named because it carries video, audio and data alike.
“ICT” stands for what?
ICT stands for Information and Communication Technology.
In email, “BCC” stands for what?
BCC stands for blind carbon copy. Recipients in this field receive the message, but the other recipients cannot see their addresses.
What happens when you click Insert >> Picture >> Clip Art?
Insert, Picture, Clip Art opens the Clip Art task pane, from which you search the gallery and insert an image.
What is the shortcut key for inserting a “New Slide” in PowerPoint?
Ctrl + M inserts a new slide in PowerPoint.
Which of these is an example of Application Software?
Microsoft Word is application software, written to perform a task for the user. The operating system, drivers and BIOS are system software.
The “Print” option is located in which menu?
Print is on the File menu, which in the ribbon versions of Office is the Backstage view.
What is the device called that is most commonly recognized as both an input and output device?
A touch screen is both an input and an output device, since it displays the interface and accepts the user's touch on it.
Which feature automatically saves a document?
AutoSave saves the document automatically as you work, in Office when the file is stored in OneDrive or SharePoint.
Which of the following is not a font style?
Superscript is a font effect, not a font style. Bold, italic and regular are the font styles.
Which sign is used to expand the content and increase the zoom size?
The plus sign increases the zoom level and so expands the view. The minus sign reduces it.
In computing, what is the primary purpose of ‘Blockchain’ technology?
Blockchain keeps a decentralised record, a ledger copied across many nodes rather than held by one central authority, which is what makes tampering impractical.
The sum of rows and columns is calculated using which function?
SUM adds the values in a range, whether the range runs across a row or down a column.
Of the following, which one is not a type of page margin?
Margins are set at the top, bottom, left and right of the page. There is no centre margin.
For what is Notepad used?
Notepad is a plain text editor, which is why it is used for configuration files and code snippets that must carry no formatting.
In PowerPoint, what does Ctrl + O do?
Ctrl + O opens an existing presentation in PowerPoint, as it does in the other Office applications.
Raw facts converted into meaningful form are called ___?
Raw facts are data. Once processed into a meaningful, usable form they become information.
What does Bit stand for?
Bit is short for binary digit, a single 0 or 1, the smallest unit of data a computer holds.
The file is saved with Ctrl+S?
Ctrl + S saves the file under its current name and location. Use Save As to give it a new name.
What is a diagram showing the program flow?
A flowchart is the diagram that sets out the steps and decisions in a program's flow.
What is the “SUMIF” function in Excel?
SUMIF adds only those cells in a range that meet the condition you specify.
A webcam is an?
A webcam is an input device, since it captures images and sends them into the computer.
What type of software is MS Access?
MS Access is database management software, used to store data in related tables and query it.
Which key deletes the character from the left of the cursor?
Backspace deletes the character to the left of the cursor. The Delete key removes the character to its right.
What shortcut key is used to change font case?
Shift + F3 cycles the selected text through lower case, sentence case and upper case in MS Word.
For what is shortcut key F1 used?
F1 opens help in Windows and in the Office applications.
What is a fault called that prevents a computer program from running smoothly?
A fault in a program that stops it running correctly is called a bug. A virus is malicious code, which is a different thing.
The quality of a screen depends upon what?
Screen quality is measured chiefly by resolution, the number of pixels the display can show.
In MS Word, what is indicated by a red wavy line?
A red wavy underline marks a suspected spelling mistake in MS Word. A blue or green wavy line marks a grammar issue.
What is it called to set a register or counter to the all-zero state?
Setting a register or counter to all zeros is called a reset.
In a computer lab, which type of computers are used?
Computer labs use microcomputers, that is personal computers, one for each user.
What does USB stand for?
USB stands for Universal Serial Bus, the standard connection for peripherals and external storage.
Why is the incognito or private feature used?
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.
Basically, what are AND, NAND, and OR?
AND, NAND and OR are logic gates, the building blocks of digital circuits.
Under which tab is the conditional formatting option present in MS Excel?
Conditional Formatting is on the Home tab of the Excel ribbon, in the Styles group.
In MS Word, which tab is used to insert a footnote?
Footnotes and endnotes are inserted from the References tab in MS Word.
In MS Excel, which of the following is the maximum zoom percentage?
The maximum zoom in MS Excel is 400 per cent, and the minimum is 10 per cent.
What is the process called of removing the unwanted part of an image?
Removing unwanted parts from the edges of an image is called cropping. Resizing changes the whole image instead.
In a URL, what does the .org extension indicate?
The .org top level domain indicates an organisation, and was intended for non-commercial bodies.
What is the correct format of an email address?
A valid email address takes the form user@domain.com, the local part, the @ sign, then the domain.
In MS Word, what is used to put an item a little below the normal text as subscript?
Ctrl + = applies subscript, placing text slightly below the baseline. Ctrl + Shift + = applies superscript.
In MS Word, an endnote is placed at the __ of the document?
An endnote is placed at the end of the document or section. A footnote sits at the foot of the page.
To locate a device over the network, __ is used?
A device is located across a network by its IP address, which is why routers forward packets on that basis.
On ___ are processor and memory located?
The processor and memory are mounted on the motherboard, the main circuit board that connects every component.
Which one is not wireless?
Coaxial cable is a wired medium. Bluetooth, Wi-Fi and infrared all carry data without wires.
Shortcut key for Find and Replace?
Ctrl + H opens Find and Replace. Ctrl + F opens Find on its own.
What shows the contents of the active cell?
The formula bar shows the actual contents of the active cell, that is the formula rather than the displayed result.
Which shortcut key is used to switch to the next window?
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.