Join WhatsApp ChannelDaily MCQs & Exam Updates

PPSC MCQs

Punjab Public Service Commission β€” Complete MCQ Bank

46 Questions
Exam Preparation Guide

How to prepare for PPSC

PPSC examinations recruit candidates for Punjab government departments and commonly test general knowledge, current affairs, English and post-related subjects.

Punjab AffairsGeneral KnowledgeCurrent AffairsEnglish
Give special attention to Punjab geography, history and administration alongside the advertised post’s specialist syllabus.
PPSC preparation illustration
11

Which bus is primarily responsible for transferring data between the CPU and memory?

  • AAddress Bus
  • BExpansion Bus
  • CControl Bus
  • DData Bus
Permalink
Correct Answer: Option D β€” Data Bus
Explanation: The Data Bus is used to transfer actual data between the CPU, memory, and other hardware components. It carries information in both directions, allowing the processor to read data from memory and write data back to it. The width of the data bus affects how much data can be transferred at one time, influencing overall system performance and speed.
Submitted by: Chandi
12

Which sorting algorithm generally provides the best average-case performance for large datasets?

  • AQuick Sort
  • BMerge Sort
  • CBubble Sort
  • DSelection Sort
Permalink
Correct Answer: Option A β€” Quick Sort
Explanation: Quick Sort is often considered the fastest sorting algorithm in the average case because it has an average time complexity of O(n log n) and requires relatively low memory. It works by selecting a pivot element and partitioning the array into smaller subarrays. Although its worst-case complexity is O(nΒ²), careful pivot selection usually results in very efficient performance in real-world applications.
Submitted by: Chandi
13

Which memory type is most commonly used to store firmware in embedded systems?

  • ARAM
  • BVirtual Memory
  • CCache Memory
  • DROM
Permalink
Correct Answer: Option D β€” ROM
Explanation: ROM (Read-Only Memory) is commonly used to store firmware in embedded systems because it retains data even when power is turned off. Firmware contains essential instructions required for hardware initialization and operation. Unlike RAM, ROM provides non-volatile storage, making it reliable for permanent system software and device control programs.
Submitted by: Chandi
14

Who co-invented the World Wide Web (WWW) alongside Robert Cailliau?

  • ATom Berners
  • BMark Zuckerberg
  • CTim Berners-Lee
  • DBill Gates
Permalink
Correct Answer: Option C β€” Tim Berners-Lee
Explanation: Tim Berners-Lee, together with Robert Cailliau, played a key role in developing the World Wide Web at CERN in 1989. Berners-Lee created fundamental web technologies such as HTML, HTTP, and the first web browser. Their work transformed the internet into a user-friendly system for sharing and accessing information worldwide.
Submitted by: Chandi
15

Who is widely regarded as the father of Computer Science?

  • AJohn von Neumann
  • BAlan Turing
  • CCharles Babbage
  • DBill Gates
Permalink
Correct Answer: Option B β€” Alan Turing
Explanation: Alan Turing is widely known as the father of Computer Science because he developed the theoretical foundation of modern computing. In 1936, he introduced the concept of the Turing Machine, which demonstrated how computers can process information and solve problems through algorithms. His work also played a major role in the development of artificial intelligence and computer theory, making him one of the most influential figures in computing history.
Submitted by: Chandi
16

What is the default port number for HTTPS?

  • A21
  • B25
  • C80
  • D443
Permalink
Correct Answer: Option D β€” 443
Explanation: HTTPS (HyperText Transfer Protocol Secure) uses port 443 by default to provide secure communication over the Internet. It encrypts data using SSL/TLS protocols, protecting sensitive information such as passwords, banking details, and personal data from attackers
Submitted by: PaperMCQs
17

Which Excel feature is used to display only records matching specific criteria?

  • ASort
  • BFilter
  • CFreeze Panes
  • DConditional Formatting
Permalink
Correct Answer: Option B β€” Filter
Explanation: Filtering allows users to display only rows that meet specified conditions while temporarily hiding other records, making analysis easier.
Submitted by: PaperMCQs
18

What does BIOS stand for?

  • ABasic Input Output System
  • BBinary Input Operating System
  • CBasic Integrated Operating Software
  • DBuilt-In Output System
Permalink
Correct Answer: Option A β€” Basic Input Output System
Explanation: BIOS is firmware stored on a motherboard that initializes hardware during startup and loads the operating system. It performs essential checks and configuration tasks before handing control to the operating system.
Submitted by: PaperMCQs
19

Which search engine was founded by Larry Page and Sergey Brin?

  • AYahoo
  • BBing
  • CGoogle
  • DDuckDuckGo
Permalink
Correct Answer: Option C β€” Google
Explanation: Google was founded by Larry Page and Sergey Brin and became the world's leading search engine.
Submitted by: PaperMCQs
20

Which software is used to create spreadsheets?

  • APowerPoint
  • BExcel
  • CAccess
  • DOutlook
Permalink
Correct Answer: Option B β€” Excel
Explanation: Microsoft Excel is a spreadsheet application used for calculations and data analysis.
Submitted by: PaperMCQs