2 answers
3
In a class B subnet, we know the IP address of one host and the mask as given below:IP address $: 125.134.112.66$Mask $: 255.255.224.0$What is the first address(Network a...
1 answer
5
5 answers
6
How much speed do we gain by using the cache, when cache is used $80$% of the time? Assume cache is faster than main memory.$5.27$$2.00$$4.16$$6.09$
9 answers
7
The $16\text{-bit}\;2's$ complement representation of an integer is $1111 \quad 1111 \quad 1111 \quad 0101;$ its decimal representation is ____________
4 answers
9
Relative to the program translated by a compiler, the same program when interpreted runsFasterSlowerAt the same speedMay be faster or slower
2 answers
12
If $(12x)_3 = (123)_x$, then the value of $x$ is$3$$3$ or $4$$2$None of these
1 answer
13
The logic operations of two combinational circuits in Figure-I and Figure -II areentirely differentidenticalcomplementarydual
4 answers
14
The network $198.78.41.0$ is aClass A networkClass B networkClass C networkClass D network
2 answers
15
Consider the following Assembly language programMVIA30 HACI30 HXRAAPOPHAfter the execution of the above program, the contents of the accumulator will be$\textsf{30 H}$$\t...
3 answers
17
Consider the following pseudo-codex:=1; i:=1; while (x <= 1000) begin x:=2^x; i:=i+1; end;What is the value of i at the end of the pseudo-code?4567
5 answers
18
When two numbers are added in excess-$3$ code and the sum is less than $9$, then in order to get the correct answer it is necessary tosubtract $0011$ from the sumadd $001...