1 votes
2
Out of 50 rare books, 3 of which are especially valuable, 5 are stolen at random by a thief.?What is the probability that a) none of the 3 is included b) 2 of the 3 are i...
0 votes
4
main(){int a=2;if(a==2){a=~a+2<<1;printf("%d",a);}else{break;}a)-3b)-2c)1d)compile error
1 votes
5
What would be the bias value fora. A base-2 exponent in a 6-bit field?b. A base-8 exponent in a 7-bit field?
0 votes
6
0 votes
7
A fully associative cache memory unit with a capacity of 64KB is built using a block size of 32 words.The size of the physical address is 30 bits. The size of the tag com...
1 votes
8
Someone please help me in guiding how to upload snap of questions by phone.
0 votes
10
Any decision tree that sorts n elements has height ____$\Omega (\lg \: n)$$\Omega (n)$$\Omega (n \: \lg \: n)$$\Omega (n^2)$
0 votes
11
1 votes
12
0 votes
13
6 votes
15
What is the difference between Base addressing and Index addressing?And finally how does based indexed addressing works?
5 votes
16
Plz explain the answer of ques no. 4a) 2NFb) 3NF
3 votes
19
Construct the DFA for all string with at least one a and exactly two b
0 votes
22
WHat is the union of the following wo languagesL=0*1+0+1* ∪ 10*1L=001 U 0*1*
0 votes
23
0 votes
25
Is L(G) finite, for a given CFG G.Is decidable or undecidable?
0 votes
26
build an fa that accepts language of all strings of length 4 or more such that next to last (second last) letter is equal to the second letter of input string
2 votes
27