edited by
6,849 views
24 votes
24 votes

The representation of the value of a $16\text{-bit}$ unsigned integer $X$ in hexadecimal number system is $\textsf{BCA9}$. The representation of the value of $X$ in octal number system is

  1. $571244$
  2. $736251$
  3. $571247$
  4. $136251$
edited by

7 Answers

1 votes
1 votes
HEX(BCA9) = BINARY(1011 1100 1010 1001)

BINARY(1 011 110 010 101 001) = OCTA(136251)

Ans D
0 votes
0 votes
16 bit hexadecimal representation of BCA9 in binary is 1011 1100 1010 1001

now group combination of 3 bit LSB for converting it to octal no as 001 011 110 010 101 001 equivalent ot 136251

so option D is correct ans
Answer:

Related questions

29 votes
29 votes
6 answers
2
Arjun asked Feb 14, 2017
11,617 views
$X$ is a $30$ digit number starting with the digit $4$ followed by the digit $7$. Then the number $X^3$ will have$90$ digits$91$ digits$92$ digits$93$ digits
32 votes
32 votes
4 answers
3
khushtak asked Feb 14, 2017
11,165 views
The next state table of a $2-$bit saturating up-counter is given below.$\begin{array}{cc|cc} Q_1 & Q_0 & Q_1^+ & Q_0^+ \\ \hline 0 & 0 & 0 & 1 \\ 0 & 1 & 1 & 0 \\ 1 & 0...
39 votes
39 votes
4 answers
4