Lecture 1A: Boolean Logic Flashcards
Boolean logic: A switch is either __ or __.
Boolean logic: A switch is either [1] or [0].
Boolean logic: A switch is either [on] or [off].
For CMOS logic gates, logic 1 is any voltage greater than __% of supply voltage, and logic 0 is anything less than __% supply voltage. The in-between values are __________.
For CMOS logic gates, logic 1 is any voltage greater than [70]% of supply voltage, and logic 0 is anything less than [30]% supply voltage. The in-between values are [not accepted].
Switches are called _____.
Switches are called [transistors].
A digital signal only has two possible voltage values, usually known as ____ and ____.
A digital signal only has two possible voltage values, usually known as [logic 0] and [logic 1].
An electronic component that can capture a particular logic is called a ____ ____.
An electronic component that can capture a particular logic is called a [logic gate].
The ___ gate implements local negation
The [NOT] gate implements local negation
The ___ gate implements logical conjunction.
The [AND] gate implements logical conjunction.
The ___ gate implements logical disjunction.
The [OR] gate implements logical disjunction.
Using the Boolean Law: Identity Property, X + 0 = ?
Using the Boolean Law: Identity Property, X + 0 = X
Using the Boolean Law: Identity Property, X . 1 = ?
Using the Boolean Law: Identity Property, X . 1 = X
Using the Boolean Law: Identity Property, X + 1 = ?
Using the Boolean Law: Identity Property, X + 1 = 1
Using the Boolean Law: Identity Property, X . 0 = ?
Using the Boolean Law: Identity Property, X . 0 = 0
Using the Boolean Law: Idempotent Property, X + X = ?
Using the Boolean Law: Idempotent Property, X + X = X
Using the Boolean Law: Idempotent Property, X . X = ?
Using the Boolean Law: Idempotent Property, X . X = X
Using the Boolean Law: Involution Property, ‘(‘X) + X = ?
Using the Boolean Law: Involution Property, ‘(‘X) + X = X