1 votes
4
In class C network 3 bits are 3 bits are borrowed for subnetting host id parts.Total possible number of subnet masks are ______ ?
1 votes
5
Intersection of languages produced by two DCFG is a DCFL . Decidable or not ? Please give reference for your answer.
2 votes
6
Which activity is included in the first pass of two pass assemblers?Build the symbol tableConstruct the intermediate codeSeparate mnemonic opcode and operand fieldsNone o...
1 votes
7
due to contiguous allocation we always suffer from external fragmentation // is it right to use word always here ,
0 votes
8
difference between circuit switching and virtual circuit switching ?do we have icmp in syllabus ?
2 votes
10
Can MAC address ne used as logical address at Network layer ?and can IP address be used as Physical address at DLL ?
1 votes
11
A) L : {a2n ; n>=0} regular or not?B) Let G1 and G2 are CFG's .... L(G1) intersection L(G2) = $\phi$ is decidable or not
1 votes
12
Response time either increases or remains same if time quantum increases but never decreases.True or false?
1 votes
13
Can Someone exlain this"In level triggering circuit the output may change several times in a single clock whereas in a edge triggering circuit the output will change only...
0 votes
15
Consider a stack is implemented using an array. What is worst case time complexity of push operation?give explanation
3 votes
16
S - AB | BABA - SA | baB - a | $\epsilon$What are the follow of S, A, B?
0 votes
17
If PEN – MEN = 87, then BOY – CAN = ?(A) 256(B) 169(C) 345(D) 318
0 votes
18
16 votes
19
1 votes
20
Consider $\sum_{i=0}^n{}$ i3 =x.what can be X1.theta(n4)2.theta(n5)3.O(n5)4.$\Omega$(n3)
1 votes
21
How to check in the grammar that which parsing method works more efficient for it?For eg in the following grammar -S- Aa/bS->aOptions -a) Top - Downb) Bottom - upc) Bothd...
0 votes
22
Graph G has atleast 1 edge then which are truea) G has a hamiltonian circuitb) Every cycle of G is of even length
0 votes
23
what is the probability of overflow occurring in addition of two 3-bit signed 2's complement number?