Recent posts tagged gate2021

1
A player in the Powerball lottery picks five different integers between 1 and 59, inclusive, and a sixth integer between 1 and 39, which may duplicate one of the earlier ...
2
Lets follow our checklist one by one to see what property this algebraic structure follows.Closure -yes ($m*n=\max(m,n)$) Output is either $m$ or $n$ whichever is maximum...
3
Show that in a group of five people (where any two people are either friends or enemies), there are not necessarily three mutual friends or three mutual enemies.
4
(∀x∀yP(x,y))→(∀x∀yP(y,x)) Here the LHS will be true only if P(x,y) is true for every possible x and y. Since both x and y are coming fro...
5
You should know the precedence rule. $\to$ has higher precedence than quantification.
6
For empty string as language, q0 as final states gives 16 DFAs. But when both q0 and q1 are final states we must ensure none of the transitions go to q1 from q0. This red...
7
All 3 test() are inside "PAR BEGIN, PAR END" so they execute concurrently..
8
I doubt the correctness of this solution, the diagram below; in Red Rectangle shows what this solution is suggesting, on the other hand the image in the Green Rectangle s...
10
11
SIR ACCORDING TO UR WIKIPEDIA its answer should be inner join because in question it is mentioned that we r selecting table1.column & table2.column so only same column pr...
12
answer of of 4.12 is c) 10 as in DVR the routers rely completely on their neighbour Routers .So N2 , N4 will send their distance vector to N3 and N3 will find out that i...
13
Thank you sir...and as the signals are getting lost their corresponding iterations will be missed out in Process Y. Am I correct?
14
ohk arjun sir
15
it means we have not to consider busy row of process..
18
Yes. You are correct. But not just the "max element" cause problem. All the elements in the last level can cause this problem. So, only binary search tree is the answer h...
To see more, click for the full list of questions or popular tags.