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 […]