1 answer
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...
1 answer
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?
1 answer
6
main(){int a=2;if(a==2){a=~a+2<<1;printf("%d",a);}else{break;}a)-3b)-2c)1d)compile error
2 answers
7
1 answer
8
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 answer
9
Someone please help me in guiding how to upload snap of questions by phone.
7 answers
11
Any decision tree that sorts n elements has height ____$\Omega (\lg \: n)$$\Omega (n)$$\Omega (n \: \lg \: n)$$\Omega (n^2)$
4 answers
12
5 answers
13
1 answer
15
What is the difference between Base addressing and Index addressing?And finally how does based indexed addressing works?
1 answer
18
Plz explain the answer of ques no. 4a) 2NFb) 3NF
2 answers
19
IF a relation R(A,B,C,D,E) whereAB is the key andADE->Cso is this in 2NF or not?Do Partial dependency exist??? because C is derived from ADE (A is part of key AB)
5 answers
20
3 answers
21
Which network protocol allows hosts to dynamically get a unique IP number on each bootupDHCPBOOTPRARPARP
5 answers
22
0 answers
23
2 answers
24
If a graph requires $k$ different colours for its proper colouring, then the chromatic number of the graph is$1$$k$$k-1$$k/2$
3 answers
25
Virtual memory isPart of Main Memory only used for swappingA technique to allow a program, of size more than the size of main memory, to runPart of secondary storage used...
2 answers
26
An Ethernet hubfunctions as a repeaterconnects to a digital PBXconnects to a token-ring networkfunctions as a gateway
2 answers
27
What is the name of the technique in which the operating system of a computer executes several programs concurrently by switching back and forth between them?Partitioning...
2 answers
28
A task in a blocked stateis executableis runningmust still be placed in the run queuesis waiting for some temporarily unavailable resources
4 answers
29
Which of the following programming language(s) provides garbage collection automaticallyLispC++FortanC
3 answers
30
The time taken by binary search algorithm to search a key in a sorted array of $n$ elements is$O\: (\log_2 \: n)$$O \: (n)$$O \: (n \: \log_2 \: n)$$O \: (n^2)$