retagged by
2,378 views

2 Answers

1 votes
1 votes

2550276 = 010 101 101 000 010 111 110

1010 = A  1101= D  0000= 0 1011= B 1110= E

C is ans

1 votes
1 votes
In the octal number system, each digit is represented as $\log_2 8=3$ bit binary form.

So binary representation of $(2550276)_8=(\ 010 \ 101\ 101\ 000 \ 010 \ 111 \ 110)_2$

Now we can rearrange this binary number into the group of $4$ bits to get the hexadecimal number because $\log_2 {16}=4$.

$(\ 010 \ 101\ 101\ 000 \ 010 \ 111 \ 110)_2=(\ 0000\ 1010 \ 1101\ 0000 \ 1011 \ 1110)_H=(AD0BE)_H$

Option $(C)$ is correct.
Answer:

Related questions

0 votes
0 votes
1 answer
1
2 votes
2 votes
1 answer
3
3 votes
3 votes
1 answer
4
go_editor asked Aug 2, 2016
2,561 views
Match the following for UNIX system calls :$\begin{array}{clcl} &\textbf{List-I} && \textbf{List-II} \\ \text{(a)} & \text{exec} & \text{(i)} & \text{Creates new process...