10 answers
1
0 answers
6
what is cache hit time and what is cache hit latency ? are they both same ?
5 answers
7
2 answers
12
Which of the following requires a device driver?RegisterCacheMain memoryDisk
0 answers
13
Is there any relation between independent events and mutually exclusive events?
2 answers
14
A ROM is used to store the table for multiplication of two $8$-bit unsigned integers. The size of ROM required is$256 \times 16$$64 K \times 8$$4 K \times 16$$64 K \times...
3 answers
15
Convert the following numbers in the given bases into their equivalents in the desired bases:$(110.101)_{2} = (x)_{10} $$(1118)_{10} = (y)_{H}$
4 answers
16
3 answers
23
Consider the binary tree in the figure below:Give different steps for deleting the node with key $5$ so that the structure is preserved.
2 answers
24
What does the following fragment of C program print?char c[] = "GATE2011"; char *p = c; printf("%s", p + p[3] - p );$\text{GATE2011}$$\text{E2011}$$2011$$011$
4 answers
26
Assume that you are flipping a fair coin, i.e. probability of heads or tails is equal. Then the expected number of coin flips required to obtain two consecutive heads for...
3 answers
28
The rank of the matrix $\begin{bmatrix} 1 & 1 \\ 0 & 0 \end{bmatrix}$ is$4$$2$$1$$0$
8 answers
29
The product of the non-zero eigenvalues of the matrix is ____$\begin{pmatrix} 1 & 0 & 0 & 0 & 1 \\ 0 & 1 & 1 & 1 & 0 \\ 0 & 1 & 1 & 1 & 0 \\ 0 & 1 & 1 & 1 & 0 \\ 1 & 0 & ...