هنر
زیبایی و سلامت
صنایع دستی
فرهنگ و تاریخ
سرگرمی
محیط زیست
غذا و نوشیدنی
مهندسی معکوس
علوم
ورزش
فناوری
پوشیدنی‌ها
Boolean Algebra
Ed

ایجاد شده توسط

Ed

20. اوت 2026FI
۰
۰
۰
۰
۰

Boolean Algebra

An algebra with only two values, where the operations are AND, OR and NOT rather than plus and times. George Boole set it out in 1854 as a way of doing logic by calculation — turning statements that are true or false into symbols that could be manipulated by rule. For eighty years it was regarded as philosophy with unusually good notation. Then Claude Shannon noticed in 1937 that a switch is also a two-valued thing: closed or open, current or no current. Series switches behave exactly like AND, parallel switches like OR, and a relay that opens when energised is NOT. Boole's algebra turned out to be a complete description of what electrical circuits do, which is why every processor is built out of it.
مبتدی
1 hour

دستورالعمل‌ها

1

Write the three truth tables

Every possible input combination, and the output for each.

  1. AND: output 1 only when both inputs are 1.
  2. OR: output 1 when either or both are 1.
  3. NOT: one input, output is its opposite.
A truth table is an exhaustive definition — there is no behaviour outside it. Note that OR here means one-or-both, not the everyday either-or; that ordinary-language ambiguity is exactly what Boole's notation removes.

مواد مورد نیاز این مرحله:

Graph PaperGraph Paper1 pad
Graphite Pencil SetGraphite Pencil Set1 مجموعه
2

Build the gates from switches

Shannon's connection, made physical with a battery, a lamp and two switches.

  1. Wire two switches in SERIES with a lamp — the lamp lights only when both are closed. That is AND.
  2. Rewire them in PARALLEL — the lamp lights when either is closed. That is OR.
  3. Compare each against its truth table.
The circuit is not a model of the logic; it IS the logic, in the sense that its behaviour matches the table exactly. That equivalence is what lets a designer reason about a machine on paper and trust the result.

مواد مورد نیاز این مرحله:

Copper Wire (20 Gauge)Copper Wire (20 Gauge)1 length
Digital Multimeter - BasicDigital Multimeter - Basic1 قطعه
3

Verify De Morgan's laws by table

Two identities that let you trade one gate for another.

  1. Build the table for NOT(A AND B).
  2. Build the table for (NOT A) OR (NOT B).
  3. Compare them row by row — they match.
  4. Repeat for NOT(A OR B) and (NOT A) AND (NOT B).
This is why a manufacturer can build a chip from NAND gates alone and still make anything: any expression can be rewritten into the gates you happen to have. Choosing which physical gate to standardise on is then an engineering decision about cost, not a logical constraint.
4

Build a half adder and connect the strands

Logic and arithmetic meet here.

  1. Recall binary addition: 1+1 = 0 carry 1.
  2. Note the SUM output is 1 when exactly one input is 1 — that is XOR.
  3. Note the CARRY output is 1 only when both are 1 — that is AND.
  4. Wire both and add two bits.
Two gates perform addition. Chain half adders with carry inputs and you have an adder of any width — which means the arithmetic from the binary blueprint and the logic from this one are the same subject approached from two directions, and they meet in a circuit you can hold.

مواد مورد نیاز این مرحله:

Cardstock Assorted Pack (50 Sheets)Cardstock Assorted Pack (50 Sheets)1 بسته
5

History and context

George Boole (1815-1864) was largely self-taught and became professor of mathematics at Cork. An Investigation of the Laws of Thought (1854) set out to express logical reasoning in symbols so it could be calculated rather than argued. He died at 49 of a fever, after walking to a lecture in the rain — and had no idea what his algebra would be used for.

Claude Shannon's 1937 master's thesis, A Symbolic Analysis of Relay and Switching Circuits, made the connection to electrical circuits explicit and showed that any switching network could be designed and simplified algebraically. Before it, relay circuits were designed by intuition and trial; afterwards they could be derived and minimised. It is frequently called the most important master's thesis of the century, and the claim is defensible.

Boole's daughter Alice Boole Stott made original contributions to four-dimensional geometry, and another daughter, Ethel Lilian Voynich, wrote The Gadfly — the family is unusually interesting in its own right.

Where this approach reaches: every digital circuit, every database query with AND/OR/NOT, every conditional in every program, and the search syntax people use without naming it. It also underlies formal verification, where a chip design is checked exhaustively against a specification — possible precisely because the behaviour is finite and tabulable, which is the property Boole gave it.

مواد

5
مجموع تخمینی
$14.00

نقشه‌های مرتبط

این نقشه‌ها دانش مشترکی دارند — تکنیک‌ها، مواد یا اصول

CC0 مالکیت عمومی

این نقشه تحت مجوز CC0 منتشر شده است. شما آزاد هستید آن را کپی، ویرایش، توزیع و برای هر هدفی بدون نیاز به اجازه استفاده کنید.

با خرید محصولات از طریق نقشه از سازنده حمایت کنید و او کمیسیون سازنده تعیین شده توسط فروشندگان، دریافت می‌کند یا یک نسخه جدید از این نقشه ایجاد کنید و آن را به عنوان اتصال در نقشه خود قرار دهید تا درآمد به اشتراک گذاشته شود.

بحث و گفتگو

(0)

ورود برای شرکت در بحث

در حال بارگذاری نظرات...