Time Left - 12:00 mins

GATE 2022 Toppers Quiz 29

Attempt now to get your rank among 91 students!

Question 1

Packets of the same session may be routed through different paths in:

Question 2

A _____ is a property of the entire relation, rather than of the individual tuples in which each tuple is unique.

Question 3

A mod-n binary counter is designed using a synchronous up-counter as shown in the figure below. The value of n is ________.

Question 4

An eigen vector corresponding to one of eigen values is given by for the matrix . The product of rest of the eigen values is ________.

Question 5

Consider an array ‘A’ of n distinct elements where value of elements lies from 1 to n. Array ‘A’ contains permutation of n elements. If we apply an operation B [A[i]] = i for all, which of the following is correct? (Assume both array of same size)

Question 6Multiple Correct Options

Consider the following function :

int mystery ( int number )

{

if ( number <= 1 )

return 1;

else

return number * mystery( number - 1  );

}

Which of the following is/are true ?

Question 7

Consider the following grammar:
S Aa | bAc | dc | bda
A
e
Which of the following is correct about above grammar?

Question 8

Suppose that cache costs $20 per MB for an access time of 7 ns, main memory costs $3 per MB with an access time of 50 ns and disk space costs $15 per GB with an access time of 1200 ns. If the hit rate of cache is 60% and of main memory hierarchy is 70 percent, the average memory access time is _____________ (in ns).
  • 91 attempts
  • 0 upvotes
  • 0 comments
Jul 15GATE & PSU CS