4 votes
1
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...
2 votes
3
The $16\text{-bit}\;2's$ complement representation of an integer is $1111 \quad 1111 \quad 1111 \quad 0101;$ its decimal representation is ____________
0 votes
5
Relative to the program translated by a compiler, the same program when interpreted runsFasterSlowerAt the same speedMay be faster or slower
4 votes
7
The network $198.78.41.0$ is aClass A networkClass B networkClass C networkClass D network
1 votes
8
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...
1 votes
9
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...