CS Notes

Recent writing

  • VLAN

    Aug 29, 2025

    • networking
  • End-to-End Service Access Troubleshooting

    Aug 29, 2025

    • networking
  • File System Link

    Aug 29, 2025

    • OS
    • bash

See 642 more →

👋🏻 Join My Telegram channel!


I share real-world lessons from building scalable systems at Binance, and running mission-critical cloud ops at GovTech and Singapore Air Force. No fluff, just practical takeaways, hard-earned fixes, and deep dives that matter.

Home

❯

Boolean Algebra

❯

Logic Gates

❯

AND

AND

48 words, 1 min read
Last updated on Aug 30, 2024
🌟 Edit This Page!   🗓️ History

  • boolean_algebra
  • computer_organisation
Xinyang YU

Abstract


AB=A×B=A∩B={x∈U:x∈A∧x∈B}
  • Also known as Logical Product, intersection

Logic Gate Implementation

  • Made of 2 Transistors (晶体管)

References


  • c - What is bit masking? - Stack Overflow
  • Abstract
  • Logic Gate Implementation
  • References

Mentioned by

  • Boolean Algebra
  • Boolean Function
  • Boolean Standard Form
  • Complete Set of Logic
  • XOR
  • Circuit Design
  • Programming Logic Array
  • Adder
  • Data Latch
  • Set Reset Latch
  • cs2100 nus notes

Graph View


Created by Xinyang YU | © 2023, 2025 | Licensed under CC BY-NC 4.0

  • GitHub