0% found this document useful (0 votes)
83 views6 pages

Tugas Elek 2

The document provides solutions to multiple choice and numerical conversion problems relating to binary, decimal, and BCD numeric systems. It works through converting numeric values between binary, decimal, and BCD representations. This includes converting individual binary numbers and multi-digit binary numbers to decimal, as well as converting BCD numeric values to decimal.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
83 views6 pages

Tugas Elek 2

The document provides solutions to multiple choice and numerical conversion problems relating to binary, decimal, and BCD numeric systems. It works through converting numeric values between binary, decimal, and BCD representations. This includes converting individual binary numbers and multi-digit binary numbers to decimal, as well as converting BCD numeric values to decimal.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Tinyurl.

com/ne4foas
Tinyurl.com/ElektronikaDigital
1-3 Complete the following sentences with the word analog or digital:
a) Wind speed is an example of a(an) analog quantity?
b) A music CD contains digital information?
c) A USB connector transmits digital data?
d) Hourly outdoor air temperatures exhibit analog variations?
1-13 Convert 0110 11002 to decimal.
Solusi:
0 x 20 = 0
0 x 21 = 0
1 x 22 = 4
1 x 23 = 8
0 x 24 = 0
1 x 25 = 32
1 x 26 = 64
0 x 27 = 0
0110 11002 = 0 + 0 + 4 + 8 + 0 + 32 + 64 +0 = 10810
123. The successive-division method can be used whenever converting from base 10 to any
other base numbering system. True or false?
True, because Successive division can always be used when converting from base 10 to any
other base numbering system.
11. Convert the following binary numbers to decimal.
(a) 0110
Solusi:
0 x 20 = 0
1 x 21 = 2
1 x 22 = 4

0 x 23 = 0
01102 = 0 + 2 + 4 + 0 = 610

(b) 1011
Solusi:
1 x 20 = 1
1 x 21 = 2
0 x 22 = 0
1 x 23 = 8
10112 = 1 + 2 + 0 + 8 = 1110
(c) 1001
Solusi:
1 x 20 = 1
0 x 21 = 0
0 x 22 = 0
1 x 23 = 8
10012 = 1 + 0 + 0 + 8 = 910
(d) 0111
Solusi:
1 x 20 = 1
1 x 21 = 2
1 x 22 = 4
0 x 23 = 0
01112 = 1 + 2 + 4 + 0 = 710
(e) 1100
Solusi:
0 x 20 = 0

0 x 21 = 0
1 x 22 = 4
1 x 23 = 8
11002 = 0 + 0 + 4 + 8 = 1210
(f) 0100 1011
Solusi:
1 x 20 = 1
1 x 21 = 2
0 x 22 = 0
1 x 23 = 8
0 x 24 = 0
0 x 25 = 0
1 x 26 = 64
0 x 27 = 0
0100 10112 = 1 + 2 + 0 + 8 + 0 + 0 + 64 +0 = 7510
(g) 0011 0111
Solusi:
1 x 20 = 1
1 x 21 = 2
1 x 22 = 4
0 x 23 = 0
1 x 24 = 16
1 x 25 = 32
0 x 26 = 0
0 x 27 = 0
0011 01112 = 1 + 2 + 4 + 0 + 16 + 32 + 0 +0 = 6510
(h) 1011 0101
Solusi:
1 x 20 = 1

0 x 21 = 0
1 x 22 = 4
0 x 23 = 0
1 x 24 = 16
1 x 25 = 32
0 x 26 = 0
1 x 27 = 128
1011 01012 = 1 + 0 + 4 + 0 + 16 + 32 + 0 + 128 = 18110
(i) 1010 0111
1 x 20 = 1
1 x 21 = 2
1 x 22 = 4
0 x 23 = 0
0 x 24 = 0
1 x 25 = 32
0 x 26 = 0
1 x 27 = 128
1010 01112 = 1 + 2 + 4 + 0 + 0 + 32 + 0 + 128 = 16710
(j) 0111 0110
Solusi:
0 x 20 = 0
1 x 21 = 2
1 x 22 = 4
0 x 23 = 0
0 x 24 = 0
1 x 25 = 32
1 x 26 = 64
1 x 27 = 128
0111 01102 = 1 + 2 + 4 + 0 + 0 + 32 + 0 + 128 = 16710

111. Convert the following BCD numbers to decimal.


(a) 1001 1000BCD
Solusi:
1001 = 9
1000 = 8
1001 1000BCD = 9810
(b) 0110 1001BCD
Solusi:
0110 = 6
1001 = 9
0110 1001BCD = 6910
(c) 0111 0100BCD
Solusi:
0111 = 7
0100 = 4
0111 0100BCD = 7410
(d) 0011 0110BCD
Solusi:
0011 = 3
0110 = 6
0011 0110BCD = 3610
(e) 1000 0001BCD
Solusi:
1000 = 8
0001 = 1
1000 0001BCD = 8110

121. Find the date and revision number for the HC11D0 master board
schematic.

You might also like