Computer Science, asked by Arvindkuntal, 1 year ago

3. Match the Column.
Column A
(a) (1010001)
(b) (1110011),
(c) (111111)
(d) (1111001),
(e) (1111011),
(0) (1000111)
Column B
1. (63),
2. (121)10
3. (123),
4. (71)20
5. (81)
6. (115),
Computers Science - Part-7​

Answers

Answered by tennysonshivam1234
6

Answer:(a)-5, (b)-6, (c)-1, (d)-2, (e)-3

Explanation:

For converting a Binary code into Decimal, follow the following steps:

Multiply last digit of the code with 2^0, second last with 2^1 , third from the last with 2^2, fourth from the last with 2^3 and so on....

For example, focus on first code of Column A in the question.

Code is: 1010001

To convert it into Decimal,

It will be like 1*2^6 + 0*2^5 + 1*2^4 + 0*2^3 + 0*2^2 + 0*2^1 + 1*2^0.

Hence, it'll be equal to 81.

Similarly, if the numbers in column B is decimal form of codes in column A, then, correct options are related as

(a)-5, (b)-6, (c)-1, (d)-2, (e)-3, (0)-4

Hope it helped all... :-)

Answered by vidya048
2

Answer:

i had already answered this question

Similar questions