Save
gcse ocr computing
2.4 boolean logic
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
abigail
Visit profile
Cards (27)
What is the CPU made up of?
Millions of tiny switches called
transistors
View source
Why do we use binary to represent transistors?
Because transistors can be either
on
or
off
View source
What does a binary digit represent?
Either
0
or
1
View source
What does 0 represent in binary for transistors?
A transistor that is
off
View source
What does 1 represent in binary for transistors?
A transistor that is
on
View source
What is the purpose of truth tables?
Show output of
logic gates
Show output of
logic circuits
View source
How do you calculate the number of rows needed for a truth table?
Use
2
number of inputs
2^{\text{number of inputs}}
2
number of inputs
View source
How many rows are needed for a truth table with 4 inputs?
16
rows
View source
What is the first step to create a truth table?
Calculate
how many
rows
are
needed
View source
What should you do after calculating the rows for a truth table?
List
the
values
for each
input
View source
What is a Logic Circuit?
Two or more
logic gates
used together
View source
Why is the order of gates important in a Logic Circuit?
It
affects
the
output
of the
circuit
View source
How can logic circuits be represented?
Using diagrams
Using
truth tables
View source
What does the NOT gate do?
Inverts the
input
View source
What is the output of an AND gate?
1 if both A and B are
1
View source
What is the output of an AND gate if either A or B is 0?
0
View source
How is the AND gate written symbolically?
AΛB
View source
What is the output of an OR gate?
1 if either A or B are
1
View source
What is the output of an OR gate if both A and B are 0?
0
View source
How is the OR gate written symbolically?
A∨B
View source
What is a logic gate?
Components that provide a single
output
View source
What is a logic diagram?
A diagram showing
logic gates
View source
What are transistors?
Components in the
CPU
that can be on or off
View source
What is a truth table?
A table representing outputs of
logic gates
View source
What is a logic circuit?
Two or more
logic gates
used together
View source
What is binary?
A number system with
two
symbols
View source
What is another name for the binary number system?
Base 2
View source