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
31

What is a macro in MS Office?

  • ADatabase
  • BAutomated task sequence
  • CChart type
  • DNetwork protocol
Permalink
Correct Answer: Option B β€” Automated task sequence
Explanation: A macro automates repetitive tasks by storing commands and actions that can be replayed later.
Submitted by: PaperMCQs
32

Which Excel reference remains fixed when copied?

  • ARelative Reference
  • BMixed Reference
  • CAbsolute Reference
  • DDynamic Reference
Permalink
Correct Answer: Option C β€” Absolute Reference
Explanation: Absolute references use dollar signs and do not change when formulas are copied to other cells.
Submitted by: PaperMCQs
33

What does VLOOKUP do in Excel?

  • ACreates charts
  • BSearches values vertically
  • CDeletes rows
  • DSorts data
Permalink
Correct Answer: Option B β€” Searches values vertically
Explanation: VLOOKUP searches for a value in the first column of a table and returns related information from another column.
Submitted by: PaperMCQs
34

Which software development model follows a sequential approach?

  • AAgile
  • BScrum
  • CWaterfall
  • DDevOps
Permalink
Correct Answer: Option C β€” Waterfall
Explanation: The Waterfall model progresses through defined phases in sequence and is suitable for stable requirements.
Submitted by: PaperMCQs
35

Which normal form eliminates transitive dependencies?

  • AFirst Normal Form
  • BSecond Normal Form
  • CThird Normal Form
  • DBoyce-Codd Normal Form
Permalink
Correct Answer: Option C β€” Third Normal Form
Explanation: Third Normal Form removes transitive dependencies and improves database consistency.
Submitted by: PaperMCQs
36

Which programming paradigm focuses on functions and immutability?

  • AProcedural Programming
  • BObject-Oriented Programming
  • CFunctional Programming
  • DAssembly Programming
Permalink
Correct Answer: Option C β€” Functional Programming
Explanation: Functional programming emphasizes pure functions, immutability, and declarative problem solving.
Submitted by: PaperMCQs
37

What is the purpose of a foreign key?

  • AStore passwords
  • BIdentify duplicate records
  • CCreate relationships between tables
  • DEncrypt database contents
Permalink
Correct Answer: Option C β€” Create relationships between tables
Explanation: Foreign keys enforce relationships between tables and maintain referential integrity.
Submitted by: PaperMCQs
38

Which of the following is a NoSQL database?

  • AOracle
  • BMySQL
  • CMongoDB
  • DPostgreSQL
Permalink
Correct Answer: Option C β€” MongoDB
Explanation: MongoDB is a document-oriented NoSQL database designed for flexible and scalable data storage.
Submitted by: PaperMCQs
39

What is a deadlock in an operating system?

  • AA memory leak
  • BA security attack
  • CA situation where processes wait indefinitely for resources
  • DA file corruption error
Permalink
Correct Answer: Option C β€” A situation where processes wait indefinitely for resources
Explanation: Deadlock occurs when processes are permanently blocked waiting for resources held by one another.
Submitted by: PaperMCQs
40

What is the purpose of an index in a database?

  • AReduce security
  • BImprove query performance
  • CStore backups
  • DEncrypt records
Permalink
Correct Answer: Option B β€” Improve query performance
Explanation: Indexes improve retrieval speed by allowing databases to locate records efficiently.
Submitted by: PaperMCQs