Join WhatsApp ChannelDaily MCQs & Exam Updates

PPSC MCQs

Punjab Public Service Commission β€” Complete MCQ Bank

1,262 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
591
English Medium

Which of the following is the best antonym of "Heal"?

  • ARecover
  • BWound
  • CInjure
  • DRepair
Permalink
Correct Answer: Option C β€” Injure
Explanation: The word "Heal" means to restore health, cure an injury, or make someone or something healthy again. The opposite of heal is injure, which means to cause physical harm or damage. Although "wound" can also function as an opposite in some contexts, "injure" is the more direct and commonly accepted antonym in English vocabulary and competitive examinations.
Submitted by: Chandi
592
English Medium

Choose the correct preposition to complete the proverb: "Charity begins _____ home."

  • AAt
  • BWith
  • CIn
  • DFrom
Permalink
Correct Answer: Option A β€” At
Explanation: The correct English proverb is "Charity begins at home." It means that a person should first fulfill responsibilities toward their own family and close community before helping others. The preposition "at" is the standard and grammatically correct choice in this well-known expression, making the sentence both idiomatic and accurate
Submitted by: Chandi
593

Which data structure is primarily used by the Depth-First Search (DFS) algorithm?

  • AQueue
  • BHash Table
  • CStack
  • DHeap
Permalink
Correct Answer: Option C β€” Stack
Explanation: Depth-First Search (DFS) uses a stack to keep track of nodes during traversal. The algorithm explores one branch of a graph or tree as deeply as possible before backtracking to explore other branches. DFS can use an explicit stack or the system's call stack through recursion. This approach is useful for pathfinding, graph traversal, cycle detection, and topological sorting.
Submitted by: Chandi
594

What does "GPT" stand for in ChatGPT?

  • AGlobal Prediction Technique
  • BGenerative Pre-trained Transforme
  • CGeneral Processing Tool
  • DGraphical Pattern Tracke
Permalink
Correct Answer: Option B β€” Generative Pre-trained Transforme
Explanation: GPT stands for Generative Pre-trained Transformer. It is a family of artificial intelligence language models developed by OpenAI. These models are pre-trained on large amounts of text to learn language patterns and can then generate human-like responses, answer questions, summarize information, translate text, assist with coding, and perform many other natural language processing tasks.
Submitted by: Chandi
595

In Machine Learning, what is a hyperparameter?

  • AA configuration set before training
  • BA learned weight
  • CAn output label
  • DA type of dataset
Permalink
Correct Answer: Option A β€” A configuration set before training
Explanation: A hyperparameter is a setting or configuration chosen before training a machine learning model. Unlike model parameters, which are learned from data during training, hyperparameters are predefined by the user. Examples include the learning rate, batch size, number of epochs, and the number of hidden layers. Proper hyperparameter selection can significantly improve a model's accuracy and performance.
Submitted by: Chandi
596

What is the full form of "NLP" in Artificial Intelligence and Computer Science?

  • ANumeric Learning Program
  • BNetwork Layer Protocol
  • CNeural Logic Processing
  • DNatural Language Processing
Permalink
Correct Answer: Option D β€” Natural Language Processing
Explanation: Natural Language Processing (NLP) is a branch of Artificial Intelligence (AI) that enables computers to understand, interpret, generate, and respond to human language. NLP is used in applications such as chatbots, language translation, speech recognition, sentiment analysis, voice assistants, and text summarization, allowing machines to communicate more naturally with people
Submitted by: Chandi
597

Which search algorithm explores all nodes one level at a time before moving to the next level?

  • AA* Search
  • BDepth-First Search (DFS)
  • CBreadth-First Search (BFS)
  • DGreedy Search
Permalink
Correct Answer: Option C β€” Breadth-First Search (BFS)
Explanation: Breadth-First Search (BFS) explores a graph or tree level by level, visiting all nodes at the current depth before moving to the next level. It uses a queue (FIFO) data structure to manage nodes. BFS is particularly useful for finding the shortest path in an unweighted graph because it guarantees the minimum number of edges from the starting node to the destination.
Submitted by: Chandi
598

Who founded the Pakistan National Movement?

  • AAllama Iqbal
  • BSir Agha Khan
  • CChoudhry Rahmat Ali
  • DLiaquat Ali Khan
Permalink
Correct Answer: Option C β€” Choudhry Rahmat Ali
Explanation: Choudhry Rahmat Ali founded the Pakistan National Movement in the early 1930s while studying at the University of Cambridge. He is best known for coining the name "Pakistan" in his famous pamphlet Now or Never (1933). The movement advocated the creation of a separate homeland for Muslims in the northwestern regions of British India, contributing to the ideological development of the Pakistan Movement.
Submitted by: Chandi
599

Which is the largest earth-filled dam in the world?

  • AMangla Dam
  • BDiamer-Bhasha Dam
  • CTarbela Dam
  • DHoover Dam
Permalink
Correct Answer: Option C β€” Tarbela Dam
Explanation: Tarbela Dam, located on the Indus River in Pakistan, is widely recognized as one of the world's largest earth-filled dams. Completed in 1976, it plays a crucial role in hydroelectric power generation, irrigation, and flood control. The dam has significantly contributed to Pakistan's agriculture and energy sectors by providing water storage and renewable electricity.
Submitted by: Chandi
600

What is the present-day name of East Pakistan?

  • AIndia
  • BChina
  • CEurape
  • DBangladesh
Permalink
Correct Answer: Option D β€” Bangladesh
Explanation: East Pakistan became the independent country of Bangladesh in 1971 after the Bangladesh Liberation War. Before independence, Pakistan consisted of two geographically separated regions: West Pakistan and East Pakistan. Following independence, East Pakistan adopted the name Bangladesh, which means β€œLand of Bengal,” and became a sovereign nation recognized by the international community.
Submitted by: Chandi