Computer
Computer MCQs With Answers
596 Computer MCQs for CSS, PPSC, FPSC, NTS and entry-test preparation. Take a scored quiz instead →
← All Main Subjects
Computer (596)
Current Affairs (1549)
English (793)
Everyday Science (650)
General Knowledge (1134)
Islamic Studies (576)
Mathematics (50)
Pakistan Studies (942)
Which programming language paradigm uses mathematical functions and avoids changing state or mutable data?
AImperative Programming
BFunctional Programming
CProcedural Programming
DObject-Oriented Programming
What topology connects every network device to a central hub or switch using individual cables?
ABus Topology
BRing Topology
CStar Topology
DMesh Topology
Which error-checking code uses extra parity bits inserted at specific positions to detect and correct single-bit memory errors?
ACyclic Redundancy Check (CRC)
BChecksum
CHamming Code
DLRC (Longitudinal Redundancy Check)
Which condition occurs in an Operating System when two or more processes are blocked indefinitely, each waiting for a resource held by the other?
AThrashing
BDeadlock
CStarvation
DPaging
What CPU scheduling algorithm allocates time slices (quanta) to each process in a cyclic order without priority?
AFirst-Come, First-Served (FCFS)
BShortest Job First (SJF)
CRound Robin (RR)
DPriority Scheduling
In memory management, what is the term for the memory management technique that allows execution of processes that are not completely loaded in physical RAM?
AVirtual Memory
BStatic Partitioning
CCompaction
DSegmentation
