Ruslan Popov's personal website

Student of DNU Faculty of Physics, Electronics and Computer Systems


Home | Github | Projects | Papers

Source: Github repository.

Description

Simple truth table generator. WRITTEN FOR EDUCATIONAL PURPOSES.

Output

Boolean function truth table generator Copyright(C) 2022 Ruslan Popov ruslanpopov1512@gmail.com

Enter operation: 1. Generate truth table for one function 2. Compare two functions 3. Exit Enter number [1-3]: 2

Functions must have same variables Enter first function: ab+bc+a*c Enter second function: a^b^c

ab+bc+a*c a^b^c --------------------- --------------------- | a| b| c|func| | a| b| c|func| |----|----|----|----| |----|----|----|----| | 0| 0| 0| 0| | 0| 0| 0| 0| |----|----|----|----| |----|----|----|----| | 0| 0| 1| 0| | 0| 0| 1| 1| |----|----|----|----| |----|----|----|----| | 0| 1| 0| 0| | 0| 1| 0| 1| |----|----|----|----| |----|----|----|----| | 0| 1| 1| 1| | 0| 1| 1| 0| |----|----|----|----| |----|----|----|----| | 1| 0| 0| 0| | 1| 0| 0| 1| |----|----|----|----| |----|----|----|----| | 1| 0| 1| 1| | 1| 0| 1| 0| |----|----|----|----| |----|----|----|----| | 1| 1| 0| 1| | 1| 1| 0| 0| |----|----|----|----| |----|----|----|----| | 1| 1| 1| 1| | 1| 1| 1| 1| --------------------- ---------------------

Syntax


Copyright (c) 2023 Ruslan Popov

My email: ruslanpopov1512@gmail.com; popov_ro@ffeks.dnu.edu.ua.

You can find me everywhere by this nickname: InAnYan.