You are on page 1of 2

DE1F05D 2022

Individual Practical Assessment 2


Due date: 2022/07/29
Student nr Surname Initials Signature
224875010 Bogopa PM
1. Convert your student number to a hexadecimal number by applying the method you
learned in Chapter 2. Write down the number in the boxes provided in Question 2 (top
row). Right-align the values, i.e. LSB (last digit of your student number) must occupy the
box to the far right. [Discard the MSB digit(s) that do not fit in the boxes – probably the “2”
at the beginning of your student number.]

2. Convert each digit to its binary equivalent and write the values in the bottom row:
2 4 8 7 5 0 1 0
0 0 1 0 0 1 0 0 1 0 0 0 0 1 1 1 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0

3.1. Rewrite the binary numbers onto the table below. Start with the first 16 digits (indicated
by the) and write them in the top row.
The start of the last 16 digits is indicated by the. They go in the bottom row.
Add the numbers using binary addition.
0 0 1 0 0 1 0 0 1 0 0 0 0 1 1 1
0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0
0 1 1 1 0 1 0 0 1 0 0 1 0 1 1 1
If there is a carry as a result from addition to the MSBs, discard it.

3.2. Double-check your work. (Re-do the calculation to confirm the result.)
0 0 1 0 0 1 0 0 1 0 0 0 0 1 1 1
0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0
1 0 1 1 1 0 1 0 0 1 0 0 1 0 1 1 1
A B C D E F G H I J K L M N O P

4. We will now continue using the result obtained in Question 3.


Starting with the first value on the left-hand side (A) and ending with the last value on the
right-hand side (P), use the values as inputs to the logic diagram below:
A

C
D
E
F
G
H

I
J
K
L
M
N X
DE1F05D 2022

P
It is not necessary to build the circuit.

5. Give the outputs (0 or 1) for the gates at the measure points indicated on the diagram.
Outputs of 1 2 3 4
inverters (I) 1 1 0 0

Outputs of AND- 1 2
gates (A) 1 0

Outputs of 1 2 3 4
NAND-gates (NA) 0 0 1 1

Outputs of 1 2 3 4
OR-gates (O) 0 0 1 1

Outputs of 1 2
NOR-gates (NO) 1 0

Outputs of XNOR- 1 2
gates (XN) 0 0

Output of 1
XOR-gate (X) 0

Submit a hard copy (paper) to your lecturer. DO NOT E-MAIL.

You might also like