/
Boolean Logic Creating logic gates with Minecraft Boolean Logic Creating logic gates with Minecraft

Boolean Logic Creating logic gates with Minecraft - PowerPoint Presentation

tawny-fly
tawny-fly . @tawny-fly
Follow
425 views
Uploaded On 2018-11-04

Boolean Logic Creating logic gates with Minecraft - PPT Presentation

Learning Objectives Know the three basic logic gate operators Work out the output of given inputs using a truth table All the instructions and data inside a computer are stored using binary Computer memory uses many small transistors and capacitors to store data ID: 713509

gate logic inputs output logic gate output inputs gates redstone input minecraft truth table lamp transistors states binary computer

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document "Boolean Logic Creating logic gates with ..." is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

Boolean Logic

Creating logic gates with MinecraftSlide2

Learning ObjectivesKnow the three basic logic gate operators Work out the output of given inputs using a truth tableSlide3

All the instructions and data inside a computer are stored using binary. Computer memory uses many small transistors and capacitors to store data. A transistor is a tiny switch that is activated by the electronic signals it receives. The digits 1 and 0 used in binary reflect the

on and off states of a transistor.

These transistors can be wired together to make a circuit which performs simple, logical calculations. These simple circuits are called logic gates.

There are three fundamental logic gates that you need to know about. Slide4

Logic Gates (3 main types)A

B

Q

A

B

Q

A

Q

AND

OR

NOTSlide5

A NOT gate has just one input. The output of the circuit will be the opposite of the input. If 0 is input, then the output is 1. If 1 is input, then 0 is output.

A

Q

1

0

0

1

If A is the input and Q is the output, the truth table would look like this:

NOT Gate

A

QSlide6

An AND gate has two inputs. AND tells us that both inputs have to be 1 in order for the output to be 1.

A

B

Q

0

0

0

0

1

0

1

0

0

1

1

1

If A and B are the inputs and Q is the output, t

he

truth table would look like this:

AND Gate

A

B

QSlide7

The OR gate has two inputs. One or both inputs must be 1 to output a 1, otherwise it outputs 0.

A

B

Q

0

0

0

0

1

1

1

0

1

1

1

1

If A and B are the inputs and Q is the output, t

he truth table would look like this:

OR Gate

A

B

QSlide8

Minecraft Logic

Because

redstone

has 2 states (on or off), we can use it to create logic gates in Minecraft

(See example below)

A

B

Q

AND Gate

AND Gate

using

redstone

A

B

Q

To light up the

redstone

lamp, both levers must be switched to ON

Lever

Redstone LampSlide9

Minecraft Logic Gates

KeySlide10

Complete the ‘Logic Gates Worksheet’Use the build area to create your own logic circuits. Replace the redstone lamp with other redstone powered objects such as doors, pistons or even TNT!

Challenge