retagged by
3,848 views
1 votes
1 votes

The octal equivalent of hexadecimal $\text{(A.B)}_{16}$ is :

  1. $47.21$
  2. $12.74$
  3. $12.71$ 
  4. $17.21$
retagged by

3 Answers

Best answer
2 votes
2 votes
Hexadecimal number system represents numbers using base $16$, using $0-9$ for decimal numbers $0-9$ and $A-F$ for decimal numbers from $10-15.$

Here,

$(A)_H=(10)_{10}=(1010)_2$

similarly

$(B)_H=(11)_{10}=(1011)_2$

To obtain octal equivalent for a given number first convert into binary representation and make a group of $\log_28=3$ bits.

$(A.B)_H=(\ 1010 .\ 1011)_2=(\ 001 \ 010. \ 101 \ 100)_2$

$\therefore (A.B)_H=(12.54)_8$

So correct answer is $(12.54)_8$

Note: none of the options are correct here.
selected by

Related questions

0 votes
0 votes
1 answer
1
rishu_darkshadow asked Sep 22, 2017
2,781 views
A reduced state table has $18$ rows. The minimum number of Flip-flops needed to implement the sequential machine is :$18$$9$$5$$4$
1 votes
1 votes
2 answers
2
rishu_darkshadow asked Sep 22, 2017
2,751 views
In order to implement a $\text{n}$ variable switching function, a $\text{MUX}$ must have :$2^{n}$ inputs$2^{n}+1$ inputs$2^{n-1}$ inputs$2^{n}-1$ inputs
1 votes
1 votes
1 answer
3
rishu_darkshadow asked Sep 22, 2017
2,179 views
The characteristic equation of a $\text{JK}$ flip-flop is :$Q_{n+1}=J\cdot Q_{n}+K\cdot Q_{n}$$Q_{n+1}=J\cdot \bar{Q}_{n}+\bar{K}\cdot Q_{n}$$Q_{n+1}={Q}_{n}+J\cdot K$$Q_...
1 votes
1 votes
2 answers
4