Time Left - 15:00 mins

NIELIT STQC 2021 Quiz-32

Attempt now to get your rank among 121 students!

Question 1

In the following question, select the odd number from the given alternatives.

Question 2

Ravish is 7 years older than Vikas. Akash is 3 years younger than Ravish. Mohit is 5 years younger than Akash. Who is the youngest among all the four?

Question 3

In the following question, which one set of letters when sequentially placed at the gaps in the given letter series shall complete it?
S_RTR_ST_T_S

Question 4

The modal class of the following data is

Question 5

Consider the relational schema R(A B C D) with following functional dependency set F = {A BC, C D}; The relation R is in ______.

Question 6

Which of the following is a measure of interconnection among modules in a software structure?

Question 7

Which of the following scenarios may lead to an irrecoverable error in a database system?

Question 8

Which of the following statements is not correct?

Question 9

Given an empty AVL tree, how would you construct AVL tree when a set of numbers are given without performing any rotations?

Question 10

Choose the correct option for the given C code-

void main()

{

int i = 0, j = 0;

for (i = 0; i < 5; i++)

{

for (j = 0; j < 1;)

{

break;

}

printf("Gradeup \n");

}

}

  • 121 attempts
  • 1 upvote
  • 1 comment
Mar 25GATE & PSU CS