Control and embedded Systems Tutorial


Data lines, bits, nibbles, bytes, words, binary and HEX Test Answers

Home

1. D) Data Lines, Data Buss
2. A) True
3. B) Byte, Character (or char)
4. C) Binary
5. D) Most Significant Bit (or msb), Least Significant Bit (or lsb)
6. B) Weight
7. B) HEX
8. C) Nibble
9. C) Word, Long Word
10. D) Signed, Unsigned

MS
Binary
Nibble

LS
Binary
Nibble

MS
HEX
Nibble

LS
HEX
Nibble

Decimal


MS
Binary
Nibble

LS
Binary
Nibble

MS
HEX
Nibble

LS
HEX
Nibble

Decimal

0000

0000

0

0

0


0000

0001

0

1

1

0000

0010

0

2

2


0000

0011

0

3

3

0000

0100

0000

0100

4


0000

0101

0

5

5

0000

0110

0

6

6


0000

00111 0111

0

7

7

0000

1000

0

8

8


0000

1001

0

9

9

0000

1010

0

A

10


0000

1011

0

B

11

0000

1100

0

H C

12


0000

1101

0

D

13

0000

0000 1110

0

E

14


0000

1111

0

F

15

1010

0000

A

0

160


0110

0100

6

4

100

0001

1011

1

B

27


0101

1100

5

C

92

0011

0111

3

7

55


0001

1101

1

d

29

0011

0011

3

3

33 51


1100

0000

C

0

192

1010

1010

a

a

170


1011

1011

B

B

187

1100

1100

c

c

204


1101

1101

D

D

221

1110

1110

E

E

238


1111

1111

f

f

255



Return to Data lines, bits, nibbles, bytes, words, binary and HEX.

Home ---- Next: Boolean Logic
Problems, comments, ideas? Please e-mail me ( jreeder1@airmail.net ) Joe Reeder
Copyright © 2000, Joe D. Reeder. All Rights Reserved.