Time Left - 15:00 mins

NIELIT STQC 2021 Quiz-70

Attempt now to get your rank among 97 students!

Question 1

The function at is :

Question 2

If u=f(y-z, z-x,x-y) then  +  is equal to :

Question 3

Given a hash table T with load factor 80 that stores 2000 elements, the number of slots is _________

Question 4

Total running time of Huffman coding is (Hint: Consider using Minheap)

Question 5

The number of tokens in the following C statement is

printf("i = %d, &i = %x", i, &i);

Question 6

In which of the following Sliding Window protocols the sender window size is equal to the receiver window size.


Question 7

The situation wherein the data of operands are not available is called ______

Question 8

Which of the following is FALSE about abstract classes in JAVA?

Question 9

Given a schema student (name, roll_no, year, branch) What does the following query do?

Select * from student where branch = ‘CS’ or branch= ‘EC’;

Question 10

The Combinational logic circuit shown is the given figure has an output Q which is

  • 97 attempts
  • 1 upvote
  • 1 comment
May 2GATE & PSU CS