in Digital Logic edited by
6,780 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$
in Digital Logic edited by
by
6.8k views

1 comment

answer is d
1
1

7 Answers

28 votes
28 votes
Best answer

Given: $\textsf{(BCA9)}_{16}$

$1011\quad 1100\quad 1010\quad 1001$

For octal number system: grouping of three- three bits from right to left

$\begin{array}{c c c c c c } 1 & 011 & 110 & 010 & 101 & 001 \\ 1 & 3 & 6 & 2 & 5 & 1 \end{array}$

Answer: option D) $(1 3 6  2 5 1)_{8}$

edited by
5 votes
5 votes
BCA9 can be written as 1011 1100 1010 1001 .

Now keep taking 3 bits from lsb and convert to decimal. thus answer would be option D.
3 votes
3 votes
D should be the answer.

just convert hexadecimal into binary , it will be 1011 1100 1010 1001 now make group of 3 from LSB .

u need to add 2 zeros. and then write it in octal form. D will come out to be answer.
edited by

1 comment

not from lhs from lsb dude
0
0
1 vote
1 vote
B          C     A      9 - Hex form

1011  1100 1010 1001 - Hex representation

 001 011 110 010 101 001 - group into three's for octal

136251

Answer is D
by
Answer:

Related questions