This project was my A-Level Computer Science coursework. The program takes boolean algebra as an input and converts that to either a truth table, or a logic circuit. The number of columns in the table ...
This Java application is designed to convert truth tables into equivalent boolean expressions in Disjunctive Normal Form (DNF) and in Conjunctive Normal Form (CNF). The program reads a truth table ...
Abstract: Truth Tables are a basic tool in the analysis of compound propositions within the field of propositional logic. However, its usefulness extends beyond, covering aspects of Boolean logic, ...