Time Left - 15:00 mins

NIELIT STQC 2021 Quiz-29

Attempt now to get your rank among 145 students!

Question 1

How many relations on a set with 3 elements are neither reflexive nor irreflexive _________?

Question 2

What is the total number of reflexive relations on a set containing 3 elements.

Question 3

Possibility of Ajay clearing an exam or failing in that exam are equal. Find the probability that Ajay will clear this exam at most once in 6 trials.

Question 4

If 20% of the nuts manufactured in a plant are found to be not acceptable as per QC norms, calculate the probability that out of the 4 nuts selected at random, less than 2 will be defective.

Question 5

Which of the following does the given Mealy machine represent?

Question 6

Consider this Context-Free Grammar:

S aSa | bSb | aSb | bSa | ԑ

The language L generated by grammar is?

Question 7

The fastest data access is provided using _______

Question 8

Volatile memory refers to __________

Question 9

Consider the following tuple relational calculus:

{t | Ǝ s ε instructor (t[name] = s[name] Ǝ u ε department (u[dept_name] = s[dept_name]

u[building] = “Taylor”))}

What does the given expression perform?

Question 10

The value of j at the end of the execution of the following C program.

int incr (int i)

{

static int count = 0;

count = count + i;

return (count);

}

main ()

{

int i,j;

for (i = 0; i <=4; i++)

j = incr(i);

}

  • 145 attempts
  • 0 upvotes
  • 3 comments
Sep 20GATE & PSU CS