Boolean logic corresponds is the algebra we use to manipulate binary numbers. Here we cover the basics of Boolean expressions, show how to perform bitwise logic in Python, and how these expressions can be represented as digital circuits.
*CORRECTIONS:* Around minute 1:12 I mistakenly called the OR operation "conjunction" (when it should've been disjunction) and the AND operation "disjunction" (when it should've been conjunction)
For more information, visit: https://learnquantum.io/chapters/01_classical_computing/01_01_bits_and_circuits.html#digital-circuits
This video is part of the course Quantum Computing using Python and Qiskit. For a full list of videos checkout the playlist below:
https://youtube.com/playlist?list=PLhI5X1mNN8giEspGNb39R1d7ik6RlSI7l&si=66OaDdd_z3HE0tbZ
0:00 Introduction
0:35 Boolean operators
2:26 Boolean expressions
5:22 Boolean logic in Python
10:19 Digital Circuits