EE Tutorial
EE Tutorial
TUTORIAL 7
1. When the real world gives us analogue signals, why do we still need to use digital signal
representation?
2. Convert these binary numbers to decimal:
a. 0101.10 2
b. 1011 00102
c. 1001.10012
3. Convert these numbers from Hex to decimal:
a. CAFE16
b. A2F16
4. Add the following:
a. 00011010 2 + 000011002
b. 00010011 2 + 001111102
8. Calculate the decimal numbers below using binary arithmetic: (Note: Can Use 2s
Complement Method If Required)
a. 46 + 22
b. 85 41
BEKG 1113
c. 79 120
d. 113 + 27
e. 53 - 98
9. Convert these numbers from decimal to binary:
a. 44.2510
b. 10010
10. Convert these numbers from decimal to Hex:
a. 155.510
b. 1312.34375 10
11. Convert these numbers from Hex to binary:
a. BACA.1E16
b. 6D7.AA16
12. Name the seven logic gates with their symbols and truth tables.
13. Given Y ABC A BC AB C . Develop the truth table and draw the equivalent ANDOR logic circuit.
14. Develop the truth table and map (K-map) the following SOP expressions of two
variables:
a. AB A B
b. AB A B
Which logic gates similar with the expressions above?
ABC AB C A BC A B C
b. A B C A B C AB C ABC
BEKG 1113
16. Write and map the SOP Boolean expression from the truth table given below.
Simplify/minimize the Boolean expression for the output. Draw the logic circuit.
Input
Output
Truth table
BEKG 1113
17. What is the difference between sequential circuit and combinational logic circuit?
18. Given in figure 2 a timing diagram of a rising edge triggered D Flip Flop. Draw the
output, Q waveform.
C
D
Figure 2
19. Given in figure 3 a timing diagram of a rising edge triggered S-R Flip Flop. Draw the
output, Q waveform.
C
S
R
Figure 3
20. Given in figure 4 a timing diagram of a rising edge triggered J-K Flip Flop. Draw the
output, Q waveform.
C
J
K
Figure 4
BEKG 1113
21. Given in figure 5 a timing diagram of a rising edge triggered T Flip Flop. Draw the
output, Q waveform.
Figure 5