4
BAB 1 1-1 suhu, kecepatan, tekanan dan posisi. 1-11 karena bilangan biner hanya terdiri dari angka 0 dan 1, sehingga mudah direpresentasikan dalam sistem digital dengan dua tegangan yang berbeda seperti +5 V=0 dan 0 V= 0. 1-21 90 10 = Solusi: 90 : 8 = 11 sisa 2 11 : 8 = 1 sisa 3 1 : 8 = 0 sisa 1 90 10 = 132 8 1-31 1000 0110 0111 BCD = Solusi: 1000 = 8 0110 = 6 0111 = 7 1000 0110 0111 BCD = 867 10 Problems 1-9 Convert the following hexadecimal numbers to decimal. a) 86 16 = Solusi: 6 x 16 0 = 6

pr elek 2

Embed Size (px)

DESCRIPTION

i

Citation preview

BAB 1

1-1 suhu, kecepatan, tekanan dan posisi.

1-11 karena bilangan biner hanya terdiri dari angka 0 dan 1, sehingga mudah direpresentasikan dalam sistem digital dengan dua tegangan yang berbeda seperti +5 V=0 dan 0 V= 0.

1-21 9010= Solusi: 90 : 8 = 11 sisa 211 : 8 = 1 sisa 31 : 8 = 0 sisa 19010= 13281-31 1000 0110 0111BCD=Solusi:1000 = 80110 = 60111 = 71000 0110 0111BCD = 86710 Problems1-9 Convert the following hexadecimal numbers to decimal.a) 8616 = Solusi:6 x 160 = 68 x 161 = 1288616 = 6 + 128 = 13410

b) F416 =Solusi:4 x 160 = 415 x 161 = 240F416 = 4 + 240 = 24410

c) 9216 = Solusi:2 x 160 = 29 x 161 = 1449216 = 2 + 144 = 14610

d) AB16 = Solusi:11 x 160 = 1110 x 161 = 160AB16 = 11 + 160 = 17110

e) 3C516 = Solusi:5 x 160 = 512 x 161 = 1923 x 162 = 7683C516 = 5 + 192 + 768 = 96510

1-19 A computer programmer observes the following hex string when looking at a particular section of computer memory: 736B753433. (a) Assume that the memory contents are ASCII codes with leading zeros and translate this string into its alphanumeric equivalent.(b) The programmer realizes that the program recognizes only capital (uppercase)letters. Convert all letters in the alphanumeric equivalent to capital letters, and determine the new hex string.

BAB 2

2-5 Repeat Example 21 for a period of 200 ns.What is the frequency of a clock waveform whose period is 200 ns?Solusi:

2-15 To forward bias a diode, the anode is made more positive (positive/negative) than the cathode.

Problems2-4 (a) How long will it take to transmit the three ASCII-coded characters $14 in 8-bit parallel if the clock frequency is 8 MHz?(b) Repeat for $78.18 at 4.17 MHz.

2- 14If the load resistor (Rload) used in Problem 213 is changed to 470 ohm. describe what happens to Vout.

E2-1 Load the circuit file for Section 23. Read the instructions in the Description window.(a) Determine the three ASCII characters that are transmitted in serial.(b) Determine the number of serial bits transmitted.