Time Left - 15:00 mins

NIELIT STQC 2021 Quiz-76

Attempt now to get your rank among 140 students!

Question 1

What is the Cardinality of the Power set of the set {0, 1, 2}?

Question 2

Condition for monoid is __________.

Question 3

Which of the following is/are property/properties of a dynamic programming problem?

Question 4

Consider the following two sequences :

X = < B, C, D, C, A, B, C >, and

Y = < C, A, D, B, C, B >

The length of longest common subsequence of X and Y is :

Question 5

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 6

Which of the following methodology is used for Error detection at data link layer

Question 7

Given message M = 1010001101 . The CRC for this given message using the divisor polynomial x5 + x4 + x2 + 1 is ________.

Question 8

SIMD represents an organization that ______________.

Question 9

What will be the output of the following C code?

#include<stdio.h>

int main()

{

int x = 2, y = 0;

int z = (y++) ? y == 1 && x : 0;

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

return 0;

}

Question 10

Which of the following is not true about No SQL:
  • 140 attempts
  • 0 upvotes
  • 1 comment
Sep 28GATE & PSU CS