Assembler program is : Correct Answer: C Question 286 Explanation: → Assembler program is dependent on the hardware. → An assembler program creates object code by […]
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 […]
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 […]
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 […]
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 […]
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: […]
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 […]
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 […]