Time Left - 15:00 mins

NIELIT STQC 2021 Quiz-36

Attempt now to get your rank among 102 students!

Question 1

After implementing the function

using , which of the following is correct?

Question 2

Consider the following relational schema;

Class (class_ID, class_name, class_Dept)

Student (stud_ID, stud_Name, stud_RepID, grade)

stud_RepID is a foreign key referring to class ID of the Class relation. Assume that each class has atleast 1 student whose report is generated.

What does the following query return?

Select class_name

From class C

where not exists (select stud_ID

From Student S

Where S.stud_Rep ID = C.class_ID

and C . grade = 'A');

Question 3

Identify which application layer protocol is stateless protocol?

Question 4

The simplification of the expression F = [P + Q] [P’(Q’ + R’)]’ + P’Q’ + P’R’ will be ____________.

Question 5

A computer instruction set contains 100 instructions. Each instruction takes 4 cycles to complete the execution. Computer uses vertical microprogrammed control unit design. The size of control address register (in bits) is ________.

Question 6

The circuit shown in the given figure is

Here A, B are inputs & P, Q, R are outputs

Question 7

The solution of the recurrence elation is

Question 8

If a 2 -regular graph G has a perfect matching, then which of the following is not true?

Question 9

Let X and Y be two independent random Poisson variables with parameters . The distribution of

Question 10

Bag A contains 2 white and 4 black balls while Bag B contains 5 white and 7 black balls. A ball is transferred from Bag A to Bag B and then a ball is drawn from the bag B. The probability that the ball drawn is white is:
  • 102 attempts
  • 0 upvotes
  • 1 comment
Mar 29GATE & PSU CS