Join WhatsApp ChannelDaily MCQs & Exam Updates

CSS MCQs

Civil Superior Services — Complete MCQ Bank

53 Questions
Exam Preparation Guide

How to prepare for CSS

CSS is Pakistan’s premier federal competitive examination. Strong preparation requires conceptual clarity, broad general knowledge and consistent practice across compulsory and optional areas.

Pakistan AffairsCurrent AffairsEnglishEveryday Science
Combine daily MCQ practice with analytical reading, vocabulary building and regular revision of national and international affairs.
CSS preparation illustration
51

Which layer of the OSI model is responsible for routing packets?

  • ATransport Layer
  • BNetwork Layer
  • CSession Layer
  • DPresentation Layer
Permalink
Correct Answer: Option B — Network Layer
Explanation: The Network Layer is responsible for logical addressing and routing of packets between networks. Protocols such as IP operate at this layer, enabling data to travel across interconnected networks efficiently.
Submitted by: PaperMCQs
52

Which data structure follows the Last In First Out (LIFO) principle?

  • AQueue
  • BArray
  • CStack
  • DLinked List
Permalink
Correct Answer: Option C — Stack
Explanation: A stack follows the Last In First Out principle, meaning the most recently added element is removed first. Stacks are widely used in function calls, recursion, expression evaluation, and memory management.
Submitted by: PaperMCQs
53

Which programming language is known as the "mother of all languages"?

  • APython
  • BJava
  • CC
  • DFORTRAN
Permalink
Correct Answer: Option C — C
Explanation: C programming language is often called the "mother of all languages" because many modern programming languages like C++, Java, and Python are derived from or influenced by C.
Submitted by: PaperMCQs