Minecraft Logic Gates!.

Slides:



Advertisements
Similar presentations
DAT2343 Basic Logic Gates © Alan T. Pinck / Algonquin College; 2003.
Advertisements

Computer Systems – Logic Gates Introduce the basic logic gates Introduce truth tables Introduce Boolean algebra (dont panic!) Examples of combining gates.
Basic Logic Gate Sayed Mahbub Hasan Amiri Dhaka Residential Model College.
LO: Were learning to understand how logic applies to us when building applications.
Logic Gates.
In a not gate, if the input is on(1) the output is off (0) and vice versa.
Simple One and Two Input Logic Gates Truth Tables and Function Tables Based Upon 0 – 5 V.
1 Computer Logic, Logic Gates, and Building Circuits Image: Intel Museum.
XOR and XNOR Logic Gates. XOR Function Output Y is TRUE if input A OR input B are TRUE Exclusively, else it is FALSE. Logic Symbol  Description  Truth.
TODAY YOU ARE LEARNING to explain why data is represented in computer systems in binary form 2. to understand and produce simple logic diagrams.
 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.
Week 6: Gates and Circuits: PART I READING: Chapter 4.
Chapter 33 Basic Logic Gates. 2 Objectives –After completing this chapter, the student should be able to: Identify and explain the function of the basic.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
Exclusive OR Gate. Logically, the exclusive OR (XOR) operation can be seen as either of the following operations:exclusive OR (XOR) 1. A AND NOT B OR.
Beath High School - Int 1 Physics1 Intermediate 1 Physics Electronics Glossary AND gate to device digital signals to inverter LDR to logic circuit logic.
Teaching Computing to GCSE Level with Python Session 3.
ELECTRICAL ENGINEERING DIGITAL LOGIC TUTORIAL AND DESIGN 1.
S3 INNOVATION ELECTRONICS. LESSON TITLE: ELECTRONICS Learning Intention: To understand when to use different types of logic gates Activity: Building own.
How does a Computer Add ? Logic Gates within chips: AND Gate A B Output OR Gate A B Output A B A B
Chapter 33 Basic Logic Gates. Objectives After completing this chapter, you will be able to: –Identify and explain the function of the basic logic gates.
Circuit Synthesis A logic function can be represented in several different forms:  Truth table representation  Boolean equation  Circuit schematic 
GCSE Computing – Topic 2 Lesson 5a – Binary Logic CHALLENGE TO: identify the different types of logic diagrams. ASPIRE TO: Construct a truth table for.
© 2016 AQA. Created by Teachit for AQA Boolean logic Lesson 1.
Digital Logic. December 0s and 1s As we have already considered, a computer operates on 0’s and 1’s Why? Because the power on a line.
Unit 1 Logical operators.
GCSE OCR Computing A451 Binary logic Computing hardware 6.
Creating logic gates with Minecraft
Logic Gates and Truth Tables
Logic Gates Binary Day 3 PEOPLE 2016.
Combinational Circuits
Lesson Objectives Aims You should be able to:
Component 1 Logical operators.
Eng. Mai Z. Alyazji October, 2016
LOGIc gates Lesson Objectives: George Boole, ( )
Logic Gates.
Logic What is logic? Logic is the name given to an electronic component which will monitor a number of inputs and give an output depending on them Input.
Circuits Logic in Hardware.
Lab02 :Logic Gate Fundamentals:
CSCI-100 Introduction to Computing
Exclusive OR Gate.
Chapter 2.3 Binary Logic.
LOGIc gates Objectives: George Boole, ( )
Basic Logical Operations (Fascinating)
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
Learn what binary and denary mean.
Teaching Computing to GCSE
Agenda – 2/12/18 Questions? Readings: CSI 4, P
Thursday, 22 November 2018 Logic Gates
Boolean Operations 1 and 1 = 1.
3.4 Computer systems Boolean logic Lesson 2.
For OCR GCSE Computing Unit 1 - Theory
Waveforms & Timing Diagrams
KS4 Electricity – Electronic systems
GCSE Computer Science – Logic Gates & Boolean Expressions
Digital Logic.
Today You are Learning simple logic diagrams using the operations AND, OR and NOT truth tables combining Boolean operators using AND, OR and NOT.
Binary Logic.
Chapter 4 Gates and Circuits.
Combinational Circuits
Truth tables Mrs. Palmer.
Logically, the output will be 1
Introduction to Logic diagrams and truth tables
Further binary, Logic diagrams and truth tables
Introduction to Logic diagrams and truth tables
What are Logic Gates?.
Presentation transcript:

Minecraft Logic Gates!

Logic Gates Learn what a logic gate is and what they are for. Be able to identify common logic gates. Understand how truth tables work.

What is a logic gate? Four types: AND OR XOR NOT Logic gates are part of the circuits inside your computer. They can take several INPUTS. Depending on the type of logic gate used these inputs are then compared against each other, and a single OUTPUT provided. Four types: AND OR XOR NOT

How does it work? What is it called when we use a two number system? As we already know, our computers can only understand electrical signals that are ON and OFF (or 1 and 0!) A logic gate looks to see which inputs are on and then based on what type of logic gate it is, produces and either on or off output. What is it called when we use a two number system? What is it called when we use a ten number system?

AND An AND gate requires both the inputs to be on (1) A B Output 1

OR An OR gate requires at least ONE input to be on (1). It also works if both inputs are on! A B Output 1

XOR An XOR gate is an EXCLUSIVE OR gate - it requires ONE input to be on (1) exclusively so it will NOT work if BOTH inputs are on! A B Output 1

NOT A NOT gate has just ONE input and the output is always the opposite of this input A Output 1

Can you remember which diagram was which? 1. 2. 3. 4.

What inputs does an AND gate require to produce an output that is ON? ______________________________________________

What inputs does an OR gate require to produce an output that is ON? ______________________________________________

What inputs does an XOR gate require to produce an output that is ON? ______________________________________________

What inputs does a NOT gate require to produce an output that is ON? ______________________________________________

You mentioned Minecraft? So in Minecraft we can use something called redstone to create electrical circuits as the redstone dust conducts energy just like an electrical wire! This means we can use redstone to build logic gates to build different mechanisms! You mentioned Minecraft?

AND

OR

XOR

NOT

Challenge: Log in to the “Logic Gate Learning Center” world on Minecraft: Education Edition. Take a look at the simple gates in the spawn area. Go and play with the ready built examples - read the signs! Find yourself one of the build areas (beginner Minecrafters work in pairs!) - if you ask your teacher nicely they may even put your name on the sign. Build anything you want - but it must have at least ONE logic gate to make it work! Ideas are: A working shower A lighting system A working kitchen sink A railroad and cart A roller coaster (it will have to be tall rather than wide!!)

Quick Quiz: Name three different types of logic gate: __________ b. __________ c. _________ An OR gate requires BOTH inputs to be on to produce an OFF output. TRUE / FALSE An AND gate inverts the input signal. TRUE / FALSE A NOT gate is always on? TRUE / FALSE An XOR gate requires only ONE input to be ON to produce an ON output. TRUE / FALSE

These online games can help you remember your logic gates! http://www.neuroproductions.be/logic-lab/ https://scratch.mit.edu/projects/12583438/ These online games can help you remember your logic gates!