English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Is the decimal number 3 as a 4 bit unsigned binary integer 0011? if not what is it and how did you work it out?

2007-02-25 07:45:16 · 2 answers · asked by Princess Peach 3 in Computers & Internet Hardware Other - Hardware

2 answers

Yes it is.

I would use the following table:

8 4 2 1
0 0 1 1

So 2+1 = 3.

13 would be 1101 or 8 + 4 + 1

Same principle can be used for bigger number also.

8 bit numbers would use this table:

msb lsb
128 64 32 16 8 4 2 1

2007-02-25 07:56:19 · answer #1 · answered by Slipperman 4 · 1 0

Yes, 0011 is a four-bit binary representation of the number 3.

2007-02-25 15:51:44 · answer #2 · answered by BigRez 6 · 0 1

fedest.com, questions and answers