0 answers
1
The number spanning trees for the graphI think the answer should be 3.But answer given is 2
0 answers
2
https://gateoverflow.in/8098/gate2015-2-19How is register allocation and graph colouring related
1 answer
3
A two- word instruction is stored in a location A. The operand part of instruction holds B. If the addressing mode is relative , the operand is available in location :A. ...
0 answers
4
0 answers
5
2 problems A and B both are known to be NP-COMPLETE ? Is it possible that we can reduce A to B ??
0 answers
6
https://gateoverflow.in/?qa=blob&qa_blobid=17252928676307264993how to solve these type of question someone please help?
1 answer
7
1)S1 is regular but not S22)S2 is regular but not S13)S1 and S2 are not regular4)S1 and S2 are regular
0 answers
9
Minimum number of swaps required is in insertion or selection sort
0 answers
10
2 answers
11
The minimum number of elements (keys) that need to be inserted into a B+ tree with the order of internal node 3 [maximum child pointers per node] and leaf node 2 [maximum...
1 answer
13
when the interrupt occurs ,thena: process switching may be thereb: context saving must be therec: both a and bd.None of these
0 answers
14
2 answers
15
Consider the following code:Which of the following represents the number of additions performed by above code?
0 answers
16
0 answers
17
I read that latch are level triggered and flip flop are egde triggered .Doubts1. can a latch be synchronous? Is gated latch synchronous??2. Is flip flop always synchron...
0 answers
18
Let G be a non-abelian group, order of G can be ?(A) 24 (B) 44 (C) 54 (D) 34
0 answers
19
is recursive enumerable and recursive set both are infinitely countable set???????explain if yes or why not.
1 answer
20
a direct-mapped cache of the size of 4 blocks. The main memory block access sequences are 0,1,2,3,4,1,2,3,0,4,0 No. of compulsory misses, conflict misses and capacity mis...
1 answer
21
what is the difference between basic , conservative , strict and rigorous lock ?
1 answer
22
how does a 2 phase locking protocol cause deadlock ?and why is it conflict serializable
0 answers
23
2 answers
24
What will be output if you will compile and execute the following c code? #include<stdio.h>int main(){char c=125;c=c+10;printf("%d",c); return 0;}(A) 135(B) 115(C) -121(D...
1 answer
25
J1: R1 = 100J2: R1 = R2 + R4J3: R2 = R4 + 25J4: R4 = R1 + R3J5: R1 = R1 + 30Give the no of RAW, WAR and WAW hazards
1 answer
26
Which of the above is(are) CFL(s)?A. L1 and L2B. Only L1C. Only L2D. None
0 answers
28
what is cache hit time and what is cache hit latency ? are they both same ?
0 answers
29
Consider the following relations:The number of records resulted by the following relational algebra expression are _________?
1 answer
30