March 29, 2024

Question 14161 – Data-Structures

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 […]
March 29, 2024

2011 June UGC NET Paper 1

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 […]
March 30, 2024

Database-Management-System

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 […]
March 30, 2024

Duality

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 […]
March 31, 2024

Question 3119 – Environment

‘Lahar’ is a natural disaster involving Correct Answer: A A eruption of large amount of material B strong winds C strong water waves D strong wind […]
March 31, 2024

Question 2873 – Environment

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 […]
April 1, 2024

Data-Structures

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 […]
April 2, 2024

Question 10497 – Programming

(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]) […]