January 28, 2024

Question 15142 – DSSSB TGT 2021

In the following question below are given some statements followed by some conclusions based on those statements. Taking the given statements to be true even if […]
January 30, 2024

NTA UGC NET JUNE 2023 Paper-1

Question 8 A passenger train running at the speed of 75 km/hr leaves the railway station 9 hours after a goods train leaves and over takes […]
January 30, 2024

Question 6671 – Closure-Property

Given the following statements : (A) A class of languages that is closed under union and complementation has to be closed under intersection. (B) A class […]
January 31, 2024

Operating-Systems

Question 14 The address sequence generated by tracing a particular program executing in a pure demand paging system with 100 records per page with 1 free […]
February 2, 2024

Programming

Question 13 Assume that X and Y are non-zero positive integers. What does the following Pascal program segment do? while X <>Y do if X > […]
February 4, 2024

Question 8698 – Compiler-Design

One of the purposes of using intermediate code in compilers is to Correct Answer: C Question 36 Explanation:  Intermediate code is generated after semantic analysis. The […]
February 4, 2024

Operating-Systems

Question 17 Which of the following page replacement algorithms suffers from Belady’s anamoly? A Optimal replacement B LRU C FIFO D Both (A) and (C) Operating-SystemsPage-Replacement-AlgorithmGATE 1995 […]
February 5, 2024

File system-I/O-protection

Question 2 Which of the file directory structures support effective sharing of files? A Two-level directories B Three-structured directories C acyclic graph directories D single –level […]
February 5, 2024

ISRO CS-2023

Question 15 A standard Java API for monitoring and managing applications is A JVM B JVN C JMX D JMY Correct Answer: C