Recent questions tagged number-representation

25 votes
2 answers
331
The number $(123456)_8$ is equivalent to$\text{(A72E)}_{16}$ and $(22130232)_4$$\text{(A72E)}_{16}$ and $(22131122)_4$$\text{(A73E)}_{16}$ and $(22130232)_4$$\text{(A62E)...
26 votes
4 answers
332
Using a $4-bit$ $2's$ complement arithmetic, which of the following additions will result in an overflow?$1100 + 1100$$0011 + 0111$$1111 + 0111$i onlyii onlyiii onlyi and...
24 votes
3 answers
333
The addition of $4-bit$, two's complement, binary numbers $1101$ and $0100$ results in$0001$ and an overflow$1001$ and no overflow$0001$ and no overflow$1001$ and an over...
31 votes
2 answers
334
31 votes
6 answers
339
21 votes
2 answers
340
Consider $n$-bit (including sign bit) $2's$ complement representation of integer numbers. The range of integer values, $N$, that can be represented is ______ $\leq N \leq...
20 votes
3 answers
341
Convert the following numbers in the given bases into their equivalents in the desired bases:$(110.101)_{2} = (x)_{10} $$(1118)_{10} = (y)_{H}$
27 votes
2 answers
342
53 votes
3 answers
343
$P$ is a $16$-bit signed integer. The $2$'s complement representation of $P$ is $(F87B)_{16}$. The $2$'s complement representation of $8\times P$ is$(C3D8)_{16}$$(187B)_{...
33 votes
3 answers
345
34 votes
3 answers
348
31 votes
2 answers
350
The octal representation of an integer is $(342)_8$. If this were to be treated as an eight-bit integer in an $8085$ based computer, its decimal equivalent is$226$$-98$$7...
22 votes
2 answers
351
29 votes
4 answers
352
21 votes
2 answers
353
The smallest integer that can be represented by an $8\text{-bit}$ number in $2's$ complement form is$-256$$-128$ $-127$$0$
20 votes
2 answers
355
The hexadecimal representation of (657)8 is:$\text{1AF}$$\text{D78}$$\text{D71}$$\text{32F}$
25 votes
6 answers
357
27 votes
5 answers
358
Let $A = 1111 1010$ and $B = 0000 1010$ be two $8-bit$ $2’s$ complement numbers. Their product in $2’s$ complement is$1100 0100$$1001 1100$$1010 0101$$1101 0101$
19 votes
2 answers
360
If $73_x$ (in base-x number system) is equal to $54_y$ (in base $y$-number system), the possible values of $x$ and $y$ are$8, 16$$10, 12$$9, 13$$8, 11$