Join WhatsApp ChannelDaily MCQs & Exam Updates

PMS MCQs

Provincial Management Service β€” Complete MCQ Bank

271 Questions
Exam Preparation Guide

How to prepare for PMS

The Provincial Management Service examination tests candidates for administrative roles through general knowledge, language and province-focused compulsory papers.

General KnowledgePakistan StudiesEnglishProvincial Affairs
Focus on your province’s history and administration while maintaining strong preparation in current affairs and compulsory subjects.
PMS preparation illustration
51

Which river is commonly recognized as the shortest river in the world?

  • ARoe river
  • BAmazon river
  • CCongo river
  • DNile river
Permalink
Correct Answer: Option A β€” Roe river
Explanation: The Roe River, located in Montana, USA, is widely recognized as one of the shortest rivers in the world. It is approximately 61 meters (201 feet) long and flows from Giant Springs into the Missouri River. Although there has been debate over the title of the world's shortest river, Roe River is the answer most commonly accepted in general knowledge and competitive examinations.
Submitted by: Chandi
52

Who is the current Prime Minister of Iraq as of 2026?

  • ABarham Salih
  • BAli Falih Kadhim
  • CMohammed Shia al-Sudani
  • DMassoudi Halik
Permalink
Correct Answer: Option C β€” Mohammed Shia al-Sudani
Explanation: Mohammed Shia al-Sudani has served as the Prime Minister of Iraq since October 2022. As head of the Iraqi government, he oversees executive functions, economic policies, public administration, and national development programs. He has focused on improving public services, strengthening state institutions, and promoting economic growth and stability in Iraq.
Submitted by: Chandi
53

How many FIFA World Cup hat-tricks has Lionel Messi scored in his career as of June 2026?

  • A0
  • B2
  • C1
  • D3
Permalink
Correct Answer: Option A β€” 0
Explanation: Lionel Messi has not scored a hat-trick in any FIFA World Cup match. Although he has scored many important goals in World Cup tournaments, including during Argentina's 2022 World Cup-winning campaign, none of his World Cup appearances have resulted in a hat-trick. Therefore, the options given in the original question do not have a correct answer
Submitted by: Chandi
54

Why are Headers and Footers added to a document in MS Word?

  • ATo mark the beginning of a page
  • BTo improve the document's appearance
  • CTo display repeating information such as page numbers, dates, and titles on printed pages
  • DTo make a document easier to read
Permalink
Correct Answer: Option C β€” To display repeating information such as page numbers, dates, and titles on printed pages
Explanation: Headers and Footers are used to place information that appears repeatedly on every page of a document, such as page numbers, document titles, dates, author names, or company names. This feature helps maintain consistency, improves document organization, and ensures important information is visible when the document is printed or viewed electronically.
Submitted by: Chandi
55

On which tab in Microsoft Word can you find the Header and Footer commands?

  • AHome
  • BReferences
  • CView
  • DInsert
Permalink
Correct Answer: Option D β€” Insert
Explanation: In Microsoft Word, the Header and Footer options are located on the Insert tab. These features allow users to add information such as page numbers, document titles, dates, author names, and other repetitive content at the top (header) or bottom (footer) of every page. This helps create professional and well-organized documents.
Submitted by: Chandi
56

What type of communication occurs between a computer and a keyboard?

  • AFull-Duplex
  • BSimplex
  • CHalf-Duplex
  • DMultiplex
Permalink
Correct Answer: Option B β€” Simplex
Explanation: Simplex communication is a one-way communication method in which data flows in only one direction. In the case of a keyboard and a computer, the keyboard sends input signals to the computer, but it does not receive data back for communication purposes. Therefore, this interaction is commonly classified as simplex communication in computer networking and data communication concepts.
Submitted by: Chandi
57

Which protocol is commonly used to create a secure and encrypted communication channel over the Internet?

  • AHTTPS (SSL/TLS)
  • BFTP
  • CDHCP
  • DTelnet
Permalink
Correct Answer: Option A β€” HTTPS (SSL/TLS)
Explanation: HTTPS (HyperText Transfer Protocol Secure) uses SSL/TLS encryption to protect data exchanged between a user's browser and a web server. It ensures confidentiality, integrity, and authentication of information, preventing attackers from intercepting or modifying sensitive data such as passwords, payment details, and personal information while it is transmitted over potentially insecure networks.
Submitted by: Chandi
58

What is the main purpose of a Firewall in a computer network?

  • ATo prevent unauthorized access
  • BTo remove all viruses from a computer
  • CTo increase internet speed
  • DTo store network Data
Permalink
Correct Answer: Option A β€” To prevent unauthorized access
Explanation: A Firewall is a network security system that monitors and controls incoming and outgoing traffic based on predefined security rules. Its primary purpose is to prevent unauthorized users, hackers, or malicious programs from accessing a computer or network. While a firewall can help block some threats, it is not a substitute for antivirus software and does not increase network speed.
Submitted by: Chandi
59

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
60

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