Time Left - 15:00 mins

NIELIT STQC 2021 Quiz-65

Attempt now to get your rank among 121 students!

Question 1

The number of tokens in the following C statement is

int i = 10;

float b = 12.0;

printf("x = %i, y = %f", i++, ++b);

Question 2

In a ripple counter using edge-triggered JK flip-flops, the pulse input is applied to

Question 3

Which of the following methods is the most effective for picking the pivot element?

Question 4

Given relations R(w,x) and S(y,z),the result of SELECT DISTINCT w,x from R,S is guaranteed to be same as R, provided.

Question 5

The post order traversal of a binary search tree is-
7, 12, 11, 15, 14, 13, 20, 22, 25, 24, 21, 17
Then the preorder traversal of this tree is:

Question 6

Which level of RAID refers to disk mirroring with block striping?

Question 7

Assuming that the input is scanned in left to right order, while parsing an input string the top-down parser use

Question 8

The result of the subtraction FD16 – 8816 is:

Question 9

For a database relation R(a, b, c, d) where the domains of a, b, c and d include only atomic values, only the following functional dependence and those that can be inferred from the hold.

a -> c

b -> d

The relation is in

Question 10

Consider the four matrices with their dimension A5× 10, B10×3, C3×12’ D12 × 5 minimum number of scalar multiplication required by matrix chain multiplication algorithm ________.
  • 121 attempts
  • 0 upvotes
  • 2 comments
Apr 27GATE & PSU CS