0 answers
1
1 answer
2
I have graduated from Electrical engineering in 2018. Am I eligible for Bits HD exam for admission in MTech (CS)??
0 answers
4
0 answers
6
0 answers
8
1) A two way set associative cache memory uses a block size of 4 words . The cache canaccommodate a total of 2048 words from main memory. The main memory size is128kx32.a...
0 answers
11
1 answer
12
Please explain the solution to this question
0 answers
13
https://gateoverflow.in/1997/gate2014-2-38for n inputs merge procedure takes n comparisons...how n-1 is used in this question...please explain!
0 answers
14
Could anyone explain Why the space complexity of heapsort is O(1)??
4 answers
16
A 20 Kbps Satellite link has a propagation delay of 400 ms. The transmitter employs the "go back n ARQ" scheme with n set to 10. Assuming that each frame is 100 bytes lon...
1 answer
17
How many ways can we distribute at most 10 identical balls to 3 boxes?
1 answer
18
we know that router is a 3 layer device (upto network layer)....then how it runs RIP,OSPF protocol for routing protocol ????i mean routing protocol runs on transport laye...
2 answers
19
what is the difference between*(ptr)++ and ptr++ where char *ptr="gateoverflow"
3 answers
20
In a circular linked list organization, insertion of a record involves modification ofOne pointer.Two pointers.Multiple pointers.No pointer.