A recursive problem like tower of hanoi can be rewritten without recursion using: Correct Answer: A Question 674 Explanation: A recursive problem like tower of hanoi […]
Question 12 Transforming thoughts, ideas and messages into verbal and non-verbal signs is referred to as A channelisation B mediation C encoding D decoding CommunicationChannelisation Correct […]
Consider the statements: A. There does not exist a polynomial time algorithm to solve integer linear programming problem. B. Main focus of PERT is ‘minimizing time’. […]
Question 19 Consider the following relations A, B, C. How many tuples does the result of the following relational algebra expression contain? Assume that the schema […]
Question 3 Consider the primal problem: Maximize z=5×1+12×2+4×3 Subject to x1+2×2+x3=10 2×1-x2+3×3=8 x1,x2,x3>=0 its dual problem is Minimize w=10y1+8y2 Subject to y1+2y2>=5 2y1-y2>=12 y1+3y2>=4 Which of […]
Which of the following is a source of emissions leading to the eventual formation of surface ozone as a pollutant? Correct Answer: A A Transport sector […]
Question 21 Suppose a circular queue of capacity (n – 1) elements is implemented with an array of n elements. Assume that the insertion and deletion […]
(a) What type of parameter passing mechanism (call-by-value, call-by-reference, call-by-name, or-by-value result) is the following sequence of actions truing to implement for a procedure call P(A[i]) […]