Logo
Pattern

Discover published sets by community

Explore tens of thousands of sets crafted by our community.

Basic Logic Gates

6

Flashcards

0/6

Still learning
StarStarStarStar

NAND Gate

StarStarStarStar

Function: Output is false if both inputs are true; otherwise, the output is true. Truth Table: | A | B | Out | | 0 | 0 | 1 | | 0 | 1 | 1 | | 1 | 0 | 1 | | 1 | 1 | 0 |

StarStarStarStar

XOR Gate

StarStarStarStar

Function: Output is true if the inputs are different. Truth Table: | A | B | Out | | 0 | 0 | 0 | | 0 | 1 | 1 | | 1 | 0 | 1 | | 1 | 1 | 0 |

StarStarStarStar

OR Gate

StarStarStarStar

Function: Output is true if at least one input is true. Truth Table: | A | B | Out | | 0 | 0 | 0 | | 0 | 1 | 1 | | 1 | 0 | 1 | | 1 | 1 | 1 |

StarStarStarStar

NOR Gate

StarStarStarStar

Function: Output is true if both inputs are false; otherwise, the output is false. Truth Table: | A | B | Out | | 0 | 0 | 1 | | 0 | 1 | 0 | | 1 | 0 | 0 | | 1 | 1 | 0 |

StarStarStarStar

AND Gate

StarStarStarStar

Function: Output is true if both inputs are true. Truth Table: | A | B | Out | | 0 | 0 | 0 | | 0 | 1 | 0 | | 1 | 0 | 0 | | 1 | 1 | 1 |

StarStarStarStar

NOT Gate

StarStarStarStar

Function: Outputs the inverse of the input value. Truth Table: | A | Out | | 0 | 1 | | 1 | 0 |

Know
0
Still learning
Click to flip
Know
0
Logo

© Hypatia.Tech. 2024 All rights reserved.