0% found this document useful (0 votes)
3 views

Logic Circuits WS

Uploaded by

bhobbs
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Logic Circuits WS

Uploaded by

bhobbs
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

! ! !

NOT gate 2 AND gate 3


(P = NOT A) (P = A AND B)
Create this circuit Create this circuit

Copy this truth table


Copy this truth table
Input Output
Input A Input B Output
0
0 0
1
0

Complete the truth table

Describe how this gate works

Complete the truth table

Describe how this gate works


! ! !

OR gate 3 XOR gate 3


P = A OR B P = A XOR B
Create this circuit Create this circuit

Copy this truth table Copy this truth table

Input A Input B Output Input A Input B Output

0 0 0 0

0 0

Complete the truth table Complete the truth table

Describe how this gate works Describe how this gate works
! ! !

Car Door 4 Nuclear Launch 4


Create a circuit to make the internal light come Create a circuit to launch nuclear missiles
on when a car door is opened. only when two separate keys (A and B) are
both turned to on at the same time.
The car door should come on when either the
left door (A) is opened, the right door (B) is Screenshot your logic circuit
opened, or both.

Screenshot your logic circuit Copy this truth table

Input A Input B Output


Copy this truth table
0 0

Input A Input B Output 0

0 0

Complete the truth table

Write the logical statement for this circuit


Complete the truth table

Write the logical statement for this circuit


! ! !

Landing Light 4 Fridge Light 4


Create a circuit to make an upstairs landing Create a circuit to switch on the light
light come on if the downstairs switch (A) is inside a fridge if the circuit (A) is broken
switched on, or if the upstairs switch (B) is by the door opening. If the circuit is
switched on. If both switches are on then the connected (and A is on) then the light
light should switch off. should stay off.

Screenshot your logic circuit Screenshot your logic circuit

Copy this truth table Copy this truth table

Input A Input B Output Input Output

0 0 0

0 1

Complete the truth table

Write the logical statement for this circuit


Complete the truth table

Write the logical statement for this circuit


! ! !

Burglar Alarm 6 Electric Oven 5


A burglar alarm has 3 inputs - An electric oven has two inputs -
• A (the main on/off switch) • A (the main on/off switch)
• B (a door sensor) • B (a thermostat)
• C (a motion sensor).
Once the oven is switched on the
Once the alarm is set to ON, either sensor A or B thermostat gives a ‘0’ signal while the
can trigger the alarm. oven is cold and a ‘1’ signal if the oven is
too hot.
Screenshot your logic circuit
Screenshot your logic circuit
Input A Input B Input C Output
Copy this truth table 0 0 0 Input A Input B Output
0 0 1
Copy this truth table
0 0
0 1 0 0
Complete the truth 0 1
table 1

Complete the truth table

Write the logical statement for this circuit


Write the logical statement for this circuit
! ! !

Car Park 7 Car Park 5


(3 spaces) (2 spaces)
A car park has 3 pressure sensors to check if a car A car park has 3 pressure sensors to check if a car
is present (0 if empty, 1 if full). A light switches on if is present (0 if empty, 1 if full). A light switches on if
there is an empty space available. there is an empty space available.

Screenshot your logic circuit Screenshot your logic circuit

Input A Input B Input C Output


Copy this truth table Copy this truth table
0 0 0

0 0 1 Input A Input B Output

0 1 0 0 0
Complete the truth
0 1 0
table
1

Complete the truth table

Write the logical statement for this circuit


Write the logical statement for this circuit
! ! !

Sidewinder 6 Pet Feeder 5

A sidewinder missile can only be launched from a A night-time pet feeder dispenses food when the
fighter jet when the Master Arm Switch (A) is set to light sensor (A) says it is dark (0) and a pressure
on, the targeting computer has a positive lock (B) sensor (B) is activated by the pet (1).
and the pilot presses the trigger (C).
Screenshot your logic circuit
Screenshot your logic circuit

Copy this truth table


Input A Input B Input C Output
Copy this truth table
0 0 0 Input A Input B Output

0 0 1 0 0

0 1 0 0
Complete the truth
table 0 1

Complete the truth table

Write the logical statement for this circuit Write the logical statement for this circuit
! ! !

Half Adder 6 Full Adder 10


A half adder takes two input digits (A and B) and A full adder takes two input digits (A and B) AND a
adds them (0 + 1 = 01, 1 + 0 = 01 and 1 + 1 = 10) carry bit (C) and then adds them

Build and screenshot your logic circuit

Copy this truth table Build and Input A Input B Input C Carry Addition
screenshot Out Out
Input A Input B Carry Addition your logic
0 0 0
Complete the truth 0 0 0
circuit
table 0 0 1
0 0 1 Copy and 0 1 0
0 1 0 complete 0 1
0 1
the truth
table 1

Write the two logical statements for this circuit Write the
two logical
statements
! ! !

2-bit Adder 12 4-bit Adder 30


A 2-bit adder adds two 2-digit binary numbers A 4-bit adder adds two 4-digit binary numbers
together together

Build and screenshot your logic circuit Build and screenshot your logic circuit

Test it fully! Test it fully!

You might also like