FIT 1047 Assignment 1 Part 1b

password
icon

Part 1b Task 1.1

This is our truth table:
notion image
  • SOP for Z1: Firstly we need to find the row that z1 = 1 and then construct the boolean expression:
  • POS for Z1: Firstly we need to find the row that z1 = 0 and then construct the boolean expression:
  • SOP for Z2:
  • POS for Z2:

Part 1b Task 1.2

  • A brief explanation of my construction:
My circuit design implements the Boolean functions derived from the SOP form for the outputs Z1 and Z2.
  1. Inputs: X1, X2, X3, and X4 are the input variables, which determine the outputs.
  1. AND Gates: The AND gates are used to implement each term from the truth table. They take the inputs directly or their complements (through NOT gates).
  1. OR Gates: The OR gates combine the terms generated by the AND gates to produce the final outputs Z1 and Z2.
notion image
  • 3 test cases
notion image
  1. Case 1 in screenshot:
notion image
  1. Case 2 in screenshot
notion image
  1. Case 3 in screenshot
notion image

Part 1b Task 1.3

  • The K-map for Z1:
notion image
  • The group
 
notion image
  • The optimized Boolean functions
  • The optimized minimal circuit
notion image
  • Test of 3 cases
notion image
  1. Case 1
notion image
  1. Case 2
notion image
  1. Case 3
notion image
Similarly,
  • The K-map for Z2
notion image
  • The group
notion image
  • The optimized Boolean functions
  • Test of 3 cases
notion image
  • Case 1
notion image
  • Case 2
notion image
  • Case 3
notion image
Loading...

© Vince 2022-2025