



Besser lernen dank der zahlreichen Ressourcen auf Docsity
Heimse Punkte ein, indem du anderen Studierenden hilfst oder erwirb Punkte mit einem Premium-Abo
Prüfungen vorbereiten
Besser lernen dank der zahlreichen Ressourcen auf Docsity
Download-Punkte bekommen.
Heimse Punkte ein, indem du anderen Studierenden hilfst oder erwirb Punkte mit einem Premium-Abo
Exercise...................................
Art: Übungen
1 / 5
Diese Seite wird in der Vorschau nicht angezeigt
Lass dir nichts Wichtiges entgehen!




a) Change the numbers:
i) 401 8 to 12-bit binary number system. Show the steps. ii) 53 10 to 12-bit binary number system. Show the steps.
b) What is the representation of the following numbers in:
i) 8-bit sign-and-magnitude ii) 8-bit two’s complement
a) +134 8 b) − (^8910)
c) 000110102 and 11101110 2 are two integers in one’s complement. Show the arithmetic operation to add these two integers.
d) Show the calculation for the operation 28 − 10 in 8-bit two’s complement represen- tation.
e) Change the numbers:
i) 157 8 ii) 101 10 iii) 3C (^616)
to 10-bit binary number system. Show the steps.
f ) What are the representations of:
i) +144 8 ii) − (^9810)
in:
a) 8-bit sign-and-magnitude b) 8-bit two’s complement
g) Show the calculation for − 2 − (−10) in one’s complement (8-bit).
h) Show the calculation for 18 − 13 in two’s complement (8-bit).
a) Draw the logical circuit for the following logical expression:
F = A + BC + D
b) Draw the logical circuit for the following logical expression:
Q = (AB) + (A + B)
c) Draw the logic circuit for:
d) Draw a logic circuit for: G = AB + AC
e) Draw the circuit for (d) using ONLY NAND gates.
f ) Provide logical expression for the logical table below.
A B C X 0 0 0 0 0 0 1 1 0 1 0 0 0 1 1 1 1 0 0 0 1 0 1 0 1 1 0 1 1 1 1 0
g) Create the truth table for: F = X(Y + Z) + Y Z
h) From the truth table, develop the Karnaugh map and provide the final F.
A B C F 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 1 1 0 0 0 1 0 1 1 1 1 0 1 1 1 1 1
iv) All entries except left-bottom corner
v) All entries except middle bottom
vi) Provide logical expression for the logical table below.
A B C D F 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 1 0 0 1 0 0 1 0 1 0 1 1 0 1 1 0 0 0 1 1 1 1 1 0 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 1 1 1 1 0 0 0 1 1 0 1 1 1 1 1 0 1 1 1 1 1 0
a) What is the final value in register CH?
A DB 00110101B ; 0x B DB 00001111B ; 0x0F
b) What is the final value in register AH?
P DB 10011001B ; 0x Q DB 00010001B ; 0x
c) What are the final values of AL and AH?
d) What are the final values of AX and DX?