Question 1 Team teaching has the potential to develop : A Competitive spirit B Cooperation C The habit of supplementing the teaching of each other D […]
Question 8 What is the value of X printed by the following program? program COMPUTE (input, output); var X:integer; procedure FIND (X:real); begin X:=sqrt(X); end; begin […]
Question 42 Consider the following logic program P A(x) <- B(x, y), C(y) <- B(x,x) Which of the following first order sentences is equivalent to P? […]
Which of the following is application of Breadth First Search on the graph? Correct Answer: C Question 8 Explanation: Breadth-first search can be used to solve […]
Question 14 Which of the following is a dense index? A Primary index B Clusters index C Secondary index D secondary non-key index Database-Management-SystemB-and-B+-TreesVideo-Explanation Question 14 […]
Which of the following requirement specifications can be validated? (S1) If the system fails during any operation, there should not be any loss of data (S2) […]