0 votes
1
is it ok to mark both and at least option in the case of MSQ, on my view in this question first option will always be true so marking the second is correct?
0 votes
2
Consider the slow start phase for a congestion control in a TCP connection. Initially, the window size is 4 MSS and the threshold is 36 MSS. After which transmission wind...
0 votes
6
how many topological sort possible for above graph?directions like this question https://gateoverflow.in/39669/gate-cse-2016-set-1-question-11
2 votes
10
Since Dealock No Progressthen Does Progess No Deadlockbcoz contrapositive should be true.
1 votes
11
3 votes
12
How to do this Boolean multiplication? And which Boolean law is applicable here ?( P' + Q ) ( Q' + P )
2 votes
16
Why“This statement is true” is proposition while “This statement is false” is liar paradox?Aren’t both statements supposed to be liar paradox ?
2 votes
18
Given two max heap, one of size n and other m. Calculate the time complexity of merging them to get a max heap.
1 votes
19
Please solve and explain this question, like explaining to a 2nd-grade student. Answer is 128 KB, for verification.
1 votes
20
Consider the following statementS: $\left \{ a^{n}b^{n+k}|n\geq 0,k\geq 1 \right \} \cup \left \{a^{n+k}b^{n}|n\geq 0,k\geq 3 \right \}$ is DCFLThe above statement is:TRU...
0 votes
23
When the event for which a thread is blocked occurs, the thread will no longer be blocked and will be moved to the ready queue. why?
0 votes
26
Write a regular expression for all strings of 0’s and 1’s in which the total number of zeros to the right of each 1 is even.
0 votes
27
Write a regular expression for all strings of 0’s and 1’s in which there is an even number of 0’s between any two 1’s.