Creating logic gates with Minecraft

Slides:



Advertisements
Similar presentations
Truth Tables and Logic Gates. What are Logic Gates? Logic gates are components used in making logic circuits. Each gate has one or more inputs and produces.
Advertisements

DAT2343 Basic Logic Gates © Alan T. Pinck / Algonquin College; 2003.
Computer Science 210 Computer Organization Introduction to Logic Circuits.
Programmable Logic Controllers.
Intro to Digital Logic. What does Digital mean? A method of storing, processing and transmitting information through the use of distinct electronic or.
GCSE Computing#BristolMet Session Objectives#5 MUST explain why data is represented in computer systems in binary SHOULD understand and produce simple.
Lesson Objectives Understand and produce simple logic diagrams using the operation NOT, AND and OR Produce a truth table from a given logic diagram.
Chapter 4 Logic Gates and Boolean Algebra. Introduction Logic gates are the actual physical implementations of the logical operators. These gates form.
ECE 301 – Digital Electronics Multiplexers and Demultiplexers (Lecture #12)
In a not gate, if the input is on(1) the output is off (0) and vice versa.
AND, OR and NOT. The AND gate needs to be both on, So number wise both 1. So then you will get a 1 as you can see in the last image on the right, If 1.
Think about the following expression If the number entered is greater than 15 but less than 25 or the number is 100 and the letter chosen is after p but.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Binary Logic.
Logic gates & Boolean Algebra. Introduction Certain components (called logic elements) of the computer combine electric pulses using a set of rules. Electric.
Logic Gates How Boolean logic is implemented. Transistors used as switches to implement Boolean logic: ANDOR Logic with Transistors.
What is an And Gate? It is a digital circuit that produce logical operations The logical operations are call Boolean logical Boolean operation consist.
 In studying digital integrated circuits, one must start with the simplest group of circuit, the SSIs or Small Scale Integrated Circuits. Since these.
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
Islamic University Of Gaza, Nael Aburas Data Storage Introduction to computer, 2nd semester, 2010/2011 Mr.Nael Aburas
BASIC LOGIC GATES. In studying digital in integrated circuits, one must start with the simples group of circuits, the SSIs or Small Scale Integrated Circuits.
A-Level Computing#BristolMet Session Objectives#6 MUST understand and produce simple logic diagrams using the operations NOT, AND and OR SHOULD explain.
ITEC 352 Lecture 3 Low level components(2). Low-level components Review Electricity Transistors Gates Really simple circuit.
CS151 Introduction to Digital Design Chapter 2: Combinational Logic Circuits Lecture 5: Binary Logic and Gates.
S3 INNOVATION ELECTRONICS. LESSON TITLE: ELECTRONICS Learning Intention: To understand when to use different types of logic gates Activity: Building own.
Basic Electricity and Electronics Module Three Microprocessor Basics Copyright © Texas Education Agency, All rights reserved.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
 A transistor is the basic building block of electronic components.  The average computer may have millions of them within its circuits.  Essentially,
Logic Gates Review. Logic Gates OR gate – 1 if either input is 1 – 0 if they both are 0.
COMPUTER ORGANISATION.. LAB. تنظيم الحاسبات.. عملي
Author : Khairi LOGIC GATES Logic gate Input Output  Logic gates are electronic switches with one or more input but only one output ogic gates are commonly.
Logic Gates Unit 16.
Logic gates.
Unit 1 Logical operators.
GCSE OCR Computing A451 Binary logic Computing hardware 6.
Activity 1 5 minutes Grab a whiteboard and pen, come to the front and work out the Truth Table for the following circuit: R A B C Q.
Chapter 3 - Binary Numbering System
Logic Gates Binary Day 3 PEOPLE 2016.
Component 1 Logical operators.
Logic Gates and Boolean Algebra
Logic Gates.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Minecraft Logic Gates!.
You have 5 minutes to look over your table of sensor and outputs ready for a spot check on the different symbols Start Timer 5 mins
Lab02 :Logic Gate Fundamentals:
You have 5 minutes to look over your homework and with a green pen answer the question in your book or make a correction Start Timer 5 mins
CSCI-100 Introduction to Computing
Chapter 2.3 Binary Logic.
Computer Fundamentals
Computers Logic Gates.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
How Boolean logic is implemented
Computer Science 210 Computer Organization
Thursday, 22 November 2018 Logic Gates
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
JC Technology Logic Gates.
Week 7: Gates and Circuits: PART II
KS4 Electricity – Electronic systems
Logic Gates Truth Table Challenge
Combinational Circuits
Binary Logic.
Digital Logic Experiment
Lecture 5 Binary Operation Boolean Logic. Binary Operations Addition Subtraction Multiplication Division.
Objectives Construct truth tables for the following logic gates:
Logically, the output will be 1
Further binary, Logic diagrams and truth tables
The state in a stored-program digital computer
SYEN 3330 Digital Systems Chapter 2 – Part 1 SYEN 3330 Digital Systems.
Presentation transcript:

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

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. 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.

Logic Gates (3 main types) B Q A B Q A Q AND OR NOT

NOT Gate 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. If A is the input and Q is the output, the truth table would look like this: A Q A Q 1

AND Gate An AND gate has two inputs. AND tells us that both inputs have to be 1 in order for the output to be 1. If A and B are the inputs and Q is the output, the truth table would look like this: A B Q 1 A B Q

OR Gate The OR gate has two inputs. One or both inputs must be 1 to output a 1, otherwise it outputs 0. If A and B are the inputs and Q is the output, the truth table would look like this: A B Q 1 A B Q

AND Gate using redstone Minecraft Logic Because redstone has 2 states (on or off), we can use it to create logic gates in Minecraft (See example below) AND Gate using redstone AND Gate Redstone Lamp A A B Q Q To light up the redstone lamp, both levers must be switched to ON B Lever

Minecraft Logic Gates Key

Challenge 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!