ARTE
BELEZA E BEM-ESTAR
ARTESANATO
CULTURA E HISTÓRIA
ENTRETENIMENTO
MEIO AMBIENTE
COMIDA E BEBIDAS
ENGENHARIA REVERSA
CIÊNCIAS
ESPORTES
TECNOLOGIA
TECNOLOGIA VESTÍVEL
Boolean Algebra
Ed

Criado por

Ed

20. agosto 2026FI
0
0
0
0
0

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.
Iniciante
1 hour

Instruções

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.

Materiais para este passo:

Graph PaperGraph Paper1 pad
Graphite Pencil SetGraphite Pencil Set1 conjunto
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.

Materiais para este passo:

Copper Wire (20 Gauge)Copper Wire (20 Gauge)1 length
Digital Multimeter - BasicDigital Multimeter - Basic1 peça
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.

Materiais para este passo:

Cardstock Assorted Pack (50 Sheets)Cardstock Assorted Pack (50 Sheets)1 pacote
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.

Materiais

5
Total estimado
R$74.00

Blueprints relacionados

Estes blueprints compartilham conhecimento — técnicas, materiais ou princípios

CC0 Domínio Público

Este blueprint é liberado sob CC0. Você é livre para copiar, modificar, distribuir e usar este trabalho para qualquer finalidade, sem pedir permissão.

Apoie o Maker comprando produtos através do Blueprint, onde ele ganha uma Comissão Maker definida pelos vendedores, ou crie uma nova versão deste Blueprint e inclua-o como conexão no seu próprio Blueprint para compartilhar receita.

Discussão

(0)

Entrar para participar da discussão

Carregando comentários...