Time Left - 15:00 mins

NIELIT STQC 2021 Quiz-22

Attempt now to get your rank among 121 students!

Question 1

Find the wrong term in the given sequence: 23, 29, 43, 49, 97 ?

Question 2

Cajole : Deceive :: Notorious : ?

Question 3

Two statements are given followed by four conclusions I, II, III and IV. You have to consider the statements to be true even if they seem to be at variance from commonly known facts. You are to decide which of the given conclusions, if any, follow from the given statements. Indicate your answer.

Statements :
1. All Blue is Black and some Black is red.
2. All red is Green but not Yellow. 
Conclusions :
I. Some Green is Black.
II. No Black is Yellow.
III. Some Black is not Yellow.
IV. No Black is Green.

Question 4

A sequence -7, -3, 1,… was obtained upon addition of 2 in each term of an A.P

Question 5

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

Question 6

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");

}

}

Question 7

Which of the following contains complete record of all activity that affected the contents of a database during a certain period of time?

Question 8

Which of the following is false regarding the evaluation of computer programming languages ?

Question 9

Which of the following is correct about self-relocating program?

Question 10

Hashed message is signed by a sender using
  • 121 attempts
  • 1 upvote
  • 1 comment
Mar 15GATE & PSU CS