Redirected
recategorized
1,532 views

6 Answers

1 votes
1 votes

Given number is in octal (base 8)

Binary representation of given number is:

$(2357)^{_{8}} = (010 011 101 111)^{_{2}} \ \because \ 1 \ octal \ digit=3 \ binary \ digits \\ (0100 \ 1110 \ 1111)^{_{2}} = (4EF)^{_{16}} \ \because \ 4\ decimal \ digits = 1 \ hexadecimal\ digit$

Hence option 3) is correct

0 votes
0 votes
2357 is given in octal

so its binary equivalent will be obtained by converting every number into 3-bit equivalent binary (010 011 101 111)

Now to convert this octal number into its equivalent hexadecimal number, pair 4 bits of above binary number starting from MSB

it will become    (0100  1110   1111) which will be equivalent to 4EF

so, answer  is C
0 votes
0 votes
option 3 is corect 2357 in binary representation as 010011101111 and hexadecimal representation is 4EF
Answer:

Related questions

0 votes
0 votes
4 answers
1
go_editor asked Mar 24, 2020
1,451 views
Convert the octal number $0.4051$ into its equivalent decimal number.$0.5100098$$0.2096$$0.52$$0.4192$
1 votes
1 votes
5 answers
2
go_editor asked Mar 24, 2020
1,559 views
If $X$ is a binary number which is power of $2$, then the value of $X \& (X-1)$ is :$11\dots11$$00\dots00$$100\dots0$$000\dots1$
0 votes
0 votes
2 answers
3
go_editor asked Mar 24, 2020
1,176 views
ECL is the fastest of all logic families. High speed in ECL is possible because transistors are used in difference amplifier configuration, in which they are never driven...