May 17, 2024

Question 3925 – Compiler-Design

Code optimization is responsibility of : Correct Answer: B Question 231 Explanation:  Code optimization is responsibility of system programmer. A Application programmer B System programmer C […]
May 17, 2024

Question 5771 – Compiler-Design

Macro-processors are ______. Correct Answer: B Question 275 Explanation:  → A macro processor is a program that copies a stream of text from one place to […]
May 17, 2024

Question 6204 – Compiler-Design

A single instruction in an assembly language program contains : Correct Answer: B Question 291 Explanation:  A single instruction in an assembly language program contains one […]
May 17, 2024

Question 7102 – Compiler-Design

On translating the expression given below into quadruple representation, how many operations are required? (i*j)+(e+f)*(a*b+c) Correct Answer: B Question 302 Explanation:  T1 = (i*j) T2=(e+f) T3=(a*b) […]
May 17, 2024

Question 8483 – Compiler-Design

Which of the following statements is TRUE for the grammar given below? S->(L)/a L->L.S/S Correct Answer: B Question 305 Explanation:  → The given grammar can be […]
May 17, 2024

Database-Management-System

Question 517 Match the following :   A (a)-1, (b)-5, (c)-4, (d)-2, (e)-3 B (a)-1, (b)-5, (c)-2, (d)-3, (e)-4 C (a)-5, (b)-1, (c)-2, (d)-3, (e)-4 D […]
May 19, 2024

Question 10797 – Disk-Scheduling

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

Question 11768 – Memory-Management

Which of the following possibilities for saving the return address of a sub – routine, support sub – routine recursion? Correct Answer: B Question 24 Explanation:  […]