Time Left - 15:00 mins

NIELIT Score Booster Quiz-9

Attempt now to get your rank among 133 students!

Question 1

Patronize : Stoop :: Veracity : ?

Question 2

In a family there are eight members. A is mother of B, who is brother of C. C and Q are siblings. Y is daughter of P. Z is brother in law of B, who is son of D. A has only one son. There are only two married couples in the family. P is married to B.

How is C related with Y?

Question 3

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

Question 4

Select the set in which the numbers are related in the same way as are the numbers of the following set.
(4, 152, 6)

Question 5

What will be the output of following C-code?

int main()

{

int a=0;

a=a++ + a++ - a++ + ++a;

printf("%d\n", a);

return 0;

}

Question 6

Which of the following options contain the correct feature of an insertion sort algorithm?

Question 7

Which 'N' bit counter counts from 2𝑁 – 1 to 0?

Question 8

XML uses _________ principle to formally describe the data.

Question 9

A programmer, by mistakes writes a program to multiply two numbers instead of dividing them, how can this error be detected?

Question 10

A sorting technique is called stable if?
  • 133 attempts
  • 0 upvotes
  • 0 comments
Nov 14GATE & PSU CS