-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
271 additions
and
280 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
Author: | ||
- Xinyang YU | ||
Author Profile: | ||
- https://linkedin.com/in/xinyang-yu | ||
tags: | ||
- boolean_algebra | ||
- computer_organisation | ||
Creation Date: 2023-08-20T16:09:31+08:00 | ||
Last Date: 2023-12-23T00:22:53+08:00 | ||
References: | ||
--- | ||
## Abstract | ||
--- | ||
- Use **Truth Table** to prove if 2 functions equal to each other | ||
- The above function is X [[AND]] Y [[AND]] C | ||
![[boolean functions.png]] | ||
|
||
## Complement Function | ||
--- | ||
- Given [[Boolean Function]] F, the complement is denoted as F', is obtained by interchanging 1 with 0 & 0 with 1 in the function's output values | ||
- An [Example](https://chat.openai.com/share/f317b4c5-1b1c-4abf-b8e1-30c6ee185ba4) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
Author: | ||
- Xinyang YU | ||
Author Profile: | ||
- https://linkedin.com/in/xinyang-yu | ||
tags: | ||
- boolean_algebra | ||
- computer_organisation | ||
Creation Date: 2023-08-20T15:47:57+08:00 | ||
Last Date: 2023-12-23T00:18:53+08:00 | ||
References: | ||
draft: | ||
--- | ||
## Abstract | ||
--- | ||
- When it is expressed in [[#Sum-of-Products (SOP)]] or [[#Product-of-Sums (POS)]] | ||
|
||
|
||
|
||
|
||
## Terminologies | ||
--- | ||
### Boolean Variable | ||
- A variables that hold either ``true`` or ``false`` | ||
|
||
### Boolean Literal | ||
- A [[#Boolean Variable]] on its own or its complemented form | ||
|
||
### Sum Term | ||
- A single [[#Boolean Literal]] or a [[OR]] of multiple Boolean Literals | ||
|
||
### Product Term | ||
- A single [[#Boolean Literal]] or a [[AND]] of several Boolean Literals | ||
|
||
### Product-of-Sums (POS) | ||
- A single [[#Sum Term]] or [[AND]] of multiple Sum Term | ||
|
||
### Sum-of-Products (SOP) | ||
- A [[#Product Term]] or a [[OR]] of multiple Product Term |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
content/Boolean Algebra/Standard Forms/Boolean Literals.md
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
content/Boolean Algebra/Standard Forms/Boolean Variables.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
content/Boolean Algebra/Standard Forms/Product-of-Sums (POS) Expression.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
content/Boolean Algebra/Standard Forms/Sum-of-Products (SOP) Expression.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.