1. In this question you will use your school ID number to realize the logic function: a. Write your student ID number by
Posted: Fri Jul 01, 2022 6:11 am
question you will use your school ID number to realize the logic function: a. Write your student ID number by using comma between each digit. As an example: If your school ID number is 200306918, you need to write 2, 0, 0, 3, 0, 6, 9, 1, 8. b. Take each digit of your school ID number and represent a logic function as a four variable logic function as described in the example: Example: if your ID no is: 200306918: f(x, y, z, t) = (2, 0, 0, 0, 0, 6, 9, 1). f(x, y, z, t) = (2, 0, 3, 6, 9, 1) > f(x, y, z, t) = (0, 1, 2, 3, 6, 9) (You need to reorder the numbers and remove repeating numbers!) c. Draw the truth table for the function you generate. d. Minimize the function using K-maps. e. Draw the circuit by using only NAND gates. 2. Add minterms of 12 and 13 to your original function you generated in question 1. (Example: In the above example, the original function was = [(0, 1, 2, 3, 6, 9) you need to add two more minterms as: -> f(x, y, z, t) = (0, 1, 2, 3, 6, 9, 12, 13)). Each of you must have a different function. a. Minimize the function using minterms. b. Minimize the function using maxterms. Compare two results. 3. Draw the state table of the circuit represented below. X is the input of the circuit. Minimize the circuit and realize using D type flip-flops. x=0 00 x=1 x=1 x=0 11 01 x=0 x=1
1. In this