Recent questions tagged number-representation

0 votes
1 answer
181
The number of 1’s present in binary representation of 3 * 4096 – 4 + 6 * 512 is ______
4 votes
2 answers
182
Which of the following decimal numbers can be exactly represented in binary notation with a finite number of bits ?$0.1$$0.2$$0.4$$0.5$All the above
0 votes
1 answer
183
P is a 16-bit signed integer. The 2’s complement representation of P is $(E77B)_{16}$. The 2's complement representation of 8×P is?
1 votes
1 answer
185
The hexadecimal representation of $(632)_8$ is$19A$$198$$29A$$291$
0 votes
0 answers
186
0 votes
0 answers
188
decimal number 0.239x2^13 has the following hexadecimal representation without normalization and rounding off?a)OD24b)OD4Dc)4D0Dd)4D3D
1 votes
0 answers
189
0 votes
1 answer
191
0 votes
0 answers
192
0 votes
1 answer
193
$\text{How we can represent a number like 234.4437 using 2's complement representation?}$$\text{Or we are supposed to represent it using floating point representation? Pl...
0 votes
0 answers
195
How to convert a floating point number from Number system X to Number system Y? Ex: Given a number .75, I need to convert to base 9, say. Please help.
1 votes
2 answers
196
$(70\,\,\,34\,\,\, 3\,)_{81} = (?)_3$Any trick to solve this type of questions?
0 votes
3 answers
198
Perform the following operation for the binary equivalent of the decimal numbers $(-14)_{10}+(-15)_{10}$. The solution in 8 bit representation is1110001100011101100111011...
0 votes
1 answer
199
A signed number in $2′s$ compliment notation with $16−$bit register $P=DFA0$What is the value of $P∗4$?I have tried $P∗4=0111111010000000$ but sign bit changed fr...
4 votes
3 answers
201
Given $\sqrt{224_{r}}$= $13$$_{r}$ the value of radix $r$ is$10$$8$$6$$5$
4 votes
3 answers
202
A computer uses ternary system instead of the traditional systen, An $n$ bit string in the binary system will occupy$3+n$ ternary digits$2n/3$ ternary digits$n$$\log_{2}3...
0 votes
1 answer
204
if we have $n$ consecutive $1s$ in binary then its magnitude is $2^n -1$similarly ,do we have any short cut like ,if we have $n$ consecutive $1s$ after a decimal point...
5 votes
0 answers
207
10's complement of $5690$10's complement of $(5690)_8$8's complement of $(6250)_8$8's complement of $(6250)_{16}$
3 votes
0 answers
208
0 votes
2 answers
209
How can we convert a signed number to it's equivalent unsigned number?Let's say I have signed number as -2 now what would be it's equivalent unsigned representation. Than...