#19781
161
views
0 answers
0 votes
https://gateoverflow.in/80571/gate1987-1-xxviA CAN BE ALSO ANSWER?
#19782
2.1k
views
0 answers
1 votes
What is the time complexity for infinite loopsQuestion 1 what is T(n) for this caseWhile(1){a=a+b;} Question 2 for this caseif(1){for i to na=a+b} ... else case is never executed hence in worst case do we have to consider the else part.
#19783
3.9k
views
3 answers
0 votes
is conservative 2PL is recoverable schedule ?
#19784
505
views
1 answers
0 votes
In the question given below:-https://gateoverflow.in/1413/gate2013-4If i consider first bit as sign bit.. we can store my number in rest 7 bits. so in that case 127 is the largest number that can be stored. so why -127 isnt the answer?
#19785
741
views
1 answers
0 votes
Consider the following IEEE single precision formatA fractional number X is stored as (80700000)16. The decimal equivalent of X is ______.
#19786
1.5k
views
2 answers
0 votes
Why option A is wrong ?It is contiguous allocation policy hence suffers fragmentation.
#19787
634
views
1 answers
0 votes
L1=ab*L2=a(aa)*b(bb)*Are the languages equal if not what relation do they satisfy?
#19788
411
views
1 answers
0 votes
Only "Second chance" is mentioned then how can I know whether it is "FIFO 2nd chance" or "LRU 2nd chance" algorithm ?
#19789
3.2k
views
1 answers
1 votes
What is the number of states for the above DFA,please draw NFA,DFA and minimised DFA for the same.Also won't the language not accept epsilon?
#19790
261
views
0 answers
0 votes
https://gateoverflow.in/80201/gate1987-1-viiNOT GETTING ITS ANSWER .......
#19791
290
views
1 answers
0 votes
Can shortest path contains positive weight cycle???Please explain with examples.
#19792
4.6k
views
0 answers
0 votes
Suppose a binary tree has only three nodes A, B and C and you are given that the post-order traversal for the tree is B-A-C. The exact preorder ... -BA-B-CC-B-AA definite pre-order traversal cannot be determined from the information given
#19793
478
views
0 answers
0 votes
In this question, https://gateoverflow.in/69709/pipelining Kapil Sir had commented that we can do split phase access between memory access(MA) stage and ... forwardingCan we use split phase access between MA and EX stage in this case?
#19794
3.0k
views
1 answers
2 votes
https://gateoverflow.in/13170/application-of-pigeonhole-principleWHY 14 IS ADDED ..hOW TWO SEQUENCES ARE RELATED FOR THIS ANSWER??
#19795
297
views
0 answers
0 votes
Best book for probability in gate point of view.variety of question should be in this book.and the question should be gate type.please reply fast.thank you
#19796
1.5k
views
1 answers
0 votes
What are some reliable and good test-series for GATE CSE 19'?Also, how many of them should I join considering that I spend the last two months of my preparation on them?
#19797
2.6k
views
2 answers
0 votes
can any one explain double hashing example
#19798
463
views
0 answers
0 votes
please help me to solve this
#19799
1.5k
views
1 answers
1 votes
Dispatch latency is(a) Time taken to swap a process.(b) The time taken to the submission and completion of the process.(c) The time taken to stop a process and start another process.(d) Time taken to switch from one thread to another.
#19800
129
views
0 answers
0 votes
What is inbound and outbound packets? And How they are linked with Stateless and Statefull firewall..?