Result SummaryDetailed Review
Operating SystemsNot attempted

Q1. Which condition is NOT necessary for a deadlock to occur in an operating system?

⚪ Status: You Skipped this question
Correct Answer: Option C (Preemption)
A
Mutual Exclusion
B
Hold and Wait
C
Preemption
Correct Answer
D
Circular Wait

Why: The 4 Coffman conditions for deadlock are: Mutual Exclusion, Hold and Wait, No Preemption, and Circular Wait. Preemption actually prevents deadlocks!

Computer NetworksNot attempted

Q2. In the IPv4 header, which field is used to prevent datagrams from circulating indefinitely in a routing loop?

⚪ Status: You Skipped this question
Correct Answer: Option B (Time to Live (TTL))
A
Header Checksum
B
Time to Live (TTL)
Correct Answer
C
Identification
D
Type of Service

Why: Every router decrements the TTL field by 1. When TTL drops to 0, the router discards the packet and sends an ICMP Time Exceeded message.

Operating SystemsNot attempted

Q3. Belady's Anomaly occurs in which page replacement algorithm?

⚪ Status: You Skipped this question
Correct Answer: Option B (FIFO (First-In, First-Out))
A
LRU (Least Recently Used)
B
FIFO (First-In, First-Out)
Correct Answer
C
Optimal Page Replacement
D
MRU (Most Recently Used)

Why: Belady's Anomaly is the phenomenon where increasing the number of page frames results in an INCREASE in page faults. It occurs in FIFO page replacement.

Computer NetworksNot attempted

Q4. What is the size of an IPv6 IP address?

⚪ Status: You Skipped this question
Correct Answer: Option C (128 bits)
A
32 bits
B
64 bits
C
128 bits
Correct Answer
D
256 bits

Why: IPv4 addresses are 32 bits long, whereas IPv6 addresses are 128 bits long (represented in hexadecimal notation).

Operating SystemsNot attempted

Q5. Which component of the OS transforms a virtual memory address to a physical memory address?

⚪ Status: You Skipped this question
Correct Answer: Option B (MMU (Memory Management Unit))
A
DMA Controller
B
MMU (Memory Management Unit)
Correct Answer
C
ALU (Arithmetic Logic Unit)
D
Interrupt Controller

Why: The MMU (Memory Management Unit) is hardware on the CPU chip that translates virtual addresses generated by CPU to physical RAM addresses.

Computer NetworksNot attempted

Q6. Which protocol operates at the Transport Layer of the OSI Model to provide reliable, connection-oriented data transfer?

⚪ Status: You Skipped this question
Correct Answer: Option B (TCP)
A
UDP
B
TCP
Correct Answer
C
IP
D
ICMP

Why: TCP (Transmission Control Protocol) provides reliable, ordered, error-checked data delivery over connection-oriented sessions at Layer 4.

Operating SystemsNot attempted

Q7. Thrashing in an operating system occurs when:

⚪ Status: You Skipped this question
Correct Answer: Option A (Processes spend more time paging than executing)
A
Processes spend more time paging than executing
Correct Answer
B
RAM size is greater than hard disk size
C
CPU utilization reaches 100%
D
Deadlock is detected

Why: Thrashing occurs when the system spends more time swapping pages in and out of memory than executing actual process code, leading to severe CPU performance degradation.

Computer NetworksNot attempted

Q8. What is the standard port number used for HTTPS secure web traffic?

⚪ Status: You Skipped this question
Correct Answer: Option C (443)
A
80
B
21
C
443
Correct Answer
D
8080

Why: Port 80 is HTTP (unencrypted), Port 443 is HTTPS (TLS/SSL encrypted), Port 21 is FTP, and Port 8080 is an alternative HTTP proxy port.

Operating SystemsNot attempted

Q9. Which of the following disk scheduling algorithms services I/O requests like an elevator?

⚪ Status: You Skipped this question
Correct Answer: Option C (SCAN)
A
FCFS
B
SSTF
C
SCAN
Correct Answer
D
CSCAN

Why: The SCAN algorithm is also called the Elevator Algorithm because the disk arm starts at one end of the disk and moves toward the other end, servicing requests along the way.

Computer NetworksNot attempted

Q10. Which MAC layer mechanism is used in Wi-Fi (IEEE 802.11) wireless networks for collision management?

⚪ Status: You Skipped this question
Correct Answer: Option B (CSMA/CA)
A
CSMA/CD
B
CSMA/CA
Correct Answer
C
ALOHA
D
Token Ring

Why: Wi-Fi networks use CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance) because wireless transceivers cannot detect collisions while transmitting.

UPPSC Polytechnic Computer Lecturer Verified PYQ Mock Test | LastDayPrep