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 […]
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 […]
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 […]
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) […]
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 […]
Wireless LANs do not use CSMA/CD because Correct Answer: B A CSMA/CD is not efficient B CSMA/CD requires duplex operation C Wireless networks have a high […]
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 […]
Which of the following possibilities for saving the return address of a sub – routine, support sub – routine recursion? Correct Answer: B Question 24 Explanation: […]