[CSCA] Logic Gates
0 Stars     24 Views    

Author: Igor Rončević

Project access type: Public

Description:

Logic gates as discussed in the Computer Science and Computer Architectures [CSCA] course at the University of Applied Sciences CAMPUS 02, Graz, Austria.

The project features the following circuits:

  • Basic Logic Gates - demonstrates behavior of the five basic logic gates. [learn more]
  • Controlling Gates - demonstrates how signal propagation can be controlled by "opening" and "closing" the gates.
  • Combining Gates - demonstrates how logic gates can be combined to implement an arbitrary boolean function. [learn more]
  • 2-Bit Comparator - developed based on it's truth table by using the NOT, AND, and OR Gates.
  • 2x2-Bit Comparator - developed by using the 2-Bit Comparator.
  • 2-Bit Adder - developed by using the 2-Bit Comparator and basic logic gates. [learn more]

Created: Oct 25, 2023

Updated: Nov 12, 2023


Comments

You must login before you can post a comment.