May 17, 2024

Question 6136 – Compiler-Design

Assembler program is : Correct Answer: C Question 286 Explanation:  → Assembler program is dependent on the hardware. → An assembler program creates object code by […]
May 17, 2024

Question 11608 – Compiler-Design

Which of the following implementations of three address codes occupy less space? Correct Answer: C Question 331 Explanation:  Indirect triples occupy the least space as they […]
May 17, 2024

Question 11609 – Compiler-Design

Macro-expansion type parameter passing is called as Correct Answer: C Question 332 Explanation:  For C, “call-by-macro-expansion” doesn’t exist. Instead, for macros the preprocessor does a glorified […]
May 17, 2024

Question 11654 – Compiler-Design

Uniform symbol table Correct Answer: C Question 336 Explanation:  Uniform Symbols Table consists of a full or partial list of the token’s as they appear in […]
May 17, 2024

Question 8001 – Theory-of-Computation

Let δ denote the transition function and denote the extended transition function of the ε-NFA whose transition table is given below: Then  is Correct Answer: C […]
May 18, 2024

Question 909 – Fork

The process executes the following code and after execution ____ number of child process get created. fork(); fork(); fork(); fork(); Correct Answer: C Question 1 Explanation:  […]
May 18, 2024

HCU PHD CS MAY 2015

Question 5 The maximum number of items in a B-tree of order m and height h is A mh -1 B mh-1 + I C mh+1 […]
May 19, 2024

Question 10798 – Disk-Scheduling

The head of a hard disk serves requests following the shortest seek time first (SSTF) policy. The head is initially positioned at track number 180. What […]
May 19, 2024

Question 9604 – Virtual Memory

In a system with 32 bit virtual addresses and 1 KB page size, use of one-level page tables for virtual to physical address translation is not […]
May 19, 2024

UGC NET CS 2015 Jun- paper-2

Question 2 Consider an experiment of tossing two fair dice, one black and one red. What is the probability that the number on the black die […]
May 20, 2024

NTA UGC NET Dec 2023 Paper-2

Question 70 Which of the following are tautology? (A) (P→(PɅQ))→(P→Q) (B) ((P→Q)→Q)→(PVQ) (C) ((PV ¬P)→Q)→((PV ¬P)→R) (D) (Q→(PɅ ¬P))→(R→(P^¬P)) Choose the correct answer from the options […]