Logically, the output will be 1

Slides:



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

Computer Science 210 Computer Organization Introduction to Logic Circuits.
Programmable Logic Controllers.
Basic Logic Gate Sayed Mahbub Hasan Amiri Dhaka Residential Model College.
In a not gate, if the input is on(1) the output is off (0) and vice versa.
In this module you will learn: What the various logic gates do. How to represent logic gates on a circuit diagram. The truth tables for the logic gates.
3. DIGITAL ELECTRONICS..
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.
Logic gates & Boolean Algebra. Introduction Certain components (called logic elements) of the computer combine electric pulses using a set of rules. Electric.
Digital Electronics Understanding truth tables. AND gate How many lines did a 2-input AND gate truth table have? ABZ (output) Answer:4.
CSCI-235 Micro-Computers in Science Hardware Design Part I.
Activity 1 Revise / remember what the term ‘binary logic’ means. What do each of the following look like: NOT gate? AND gate? OR gate? 5 minutes.
Lecture 17: Digital Design Today’s topic –Intro to Boolean functions Reminders –HW 4 due Wednesday 10/8/2014 (extended) –HW 5 due Wednesday 10/15/2014.
TODAY YOU ARE LEARNING to explain why data is represented in computer systems in binary form 2. to understand and produce simple logic diagrams.
LOGIC GATES A logic gate is an elementary building block of a digital circuit.digital circuit Most logic gates have two inputs and one output terminals.
 In studying digital integrated circuits, one must start with the simplest group of circuit, the SSIs or Small Scale Integrated Circuits. Since these.
CSC Intro. to Computing Lecture 5: Boolean Logic, Gates, & Circuits.
LOGIC GATES.
A-Level Computing#BristolMet Session Objectives#6 MUST understand and produce simple logic diagrams using the operations NOT, AND and OR SHOULD explain.
Combination of logic gates  Logic gates can be combined to produce more complex functions.  They can also be combined to substitute one type of gate.
Linear Algebra. Circuits The circuits in computers and other input devices have inputs, each of which is either a 0 or 1, the output is also 0s and 1s.
Beath High School - Int 1 Physics1 Intermediate 1 Physics Electronics Glossary AND gate to device digital signals to inverter LDR to logic circuit logic.
1 Ethics of Computing MONT 113G, Spring 2012 Session 1 Digital Circuits, binary Numbers Course webpage:
Simple Logic. The only purpose of a waffle is to get the maple syrup and butter into my mouth.
Basic Gates 1.1 Basic Digital Logic: AND, OR and NOT gates ©Paul Godin Created August 2007 Last Update Sept 2013.
CHAPTER 2 TYPES OF CONTROLLER BY: Salsabila Ahmad.
Activity 1 Revise/research what the word binary means Revise/research what the word logic means 5 minutes.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
4) Design the logic to control the motor on a simple remote control car. There are two buttons on the remote control for the motor. If neither button is.
MECH 1500 Chapter 4. MECH 1500 The Binary Concept 4.1.
Binary Logic Derrington KCL CPD/SKE Binary We’ve seen how data of all different sorts and kinds can be represented as binary bits… 0s and 1s 1 is.
LOGIC CIRCUITLOGIC CIRCUIT. Goal To understand how digital a computer can work, at the lowest level. To understand what is possible and the limitations.
Logic Gates Review. Logic Gates OR gate – 1 if either input is 1 – 0 if they both are 0.
LOGIC GATES. INTRODUCTION TO LOGIC GATES Boolean functions may be practically implemented by using electronic gates. The following points are important.
GCSE OCR Computing A451 Binary logic Computing hardware 6.
Creating logic gates with Minecraft
Basics of Logic gates - Part 1
Digital Logic.
Logic Gates Binary Day 3 PEOPLE 2016.
Lesson Objectives Aims You should be able to:
Component 1 Logical operators.
Logic Gates.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
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
Logic Gates.
Chapter 2.3 Binary Logic.
Digital electronics and logic gates
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
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.
3.4 Computer systems Boolean logic Lesson 2.
All very logical I think!
JC Technology Logic Gates.
Logic Gates.
Boolean Logic Boolean Logic is considered to be the basic of digital electronics. We know that a computer’s most basic operation is based on digital electronics.
KS4 Electricity – Electronic systems
Input > Process > Output
Binary Logic.
Basic Digital Logic: AND, OR and NOT gates Technician Series
Digital Logic Experiment
Lecture 5 Binary Operation Boolean Logic. Binary Operations Addition Subtraction Multiplication Division.
Objectives Construct truth tables for the following logic gates:
Further binary, Logic diagrams and truth tables
SYEN 3330 Digital Systems Chapter 2 – Part 1 SYEN 3330 Digital Systems.
Presentation transcript:

Logically, the output will be 1 What is binary logic? What is Binary Logic? Binary logic, put simply, is how the CPU makes decisions based on the inputs it gets. The CPU (like us) will take inputs which may be true or false (1 or 0) and make a decision which will produce a particular output. Logically, the output will be 1 True Input 1: 1 True Input 2: 1 Computers think using binary logic. With binary logic computers take inputs (zeros and ones) and produce sensible outputs, based on these rules (inputs) True

What is binary logic? What is Binary Logic? There are only a few simple logic operations that a CPU will perform on its inputs, but combinations of these lead to incredibly complex calculations. The logic operations that a CPU will perform are: a) The NOT operation b) The AND operation c) The OR operation Electronics engineers created hardware that can carry out the AND, OR and NOT logic operations and it is these pieces of hardware that makes up the CPU.

AND Gate Input A Input B Output (Q) 1 1 Produces an output only if both inputs are on. Input A Input B Output (Q) 1 AND gate examples:  Electronic door will only open if it detects a person and the switch is set to unlocked.  Microwave will only start if the start button is pressed and the door is closed. Truth table 1 Get them to complete the Logic Gates Worksheet.docx and draw the gate and truth table. Fill in the Output values. Answer: 0, 0, 0 & 1.

OR Gate 1 Input A Input B Output (Q) 1 Produces an output when only one input is on. OR gate examples:  Microwave will stop if the timer has finished or the door has been opened. Input A Input B Output (Q) 1 Truth table 1 Get them to complete the Logic Gates Worksheet.docx and draw the gate and truth table. Fill in the Output values. Answer: 0, 0, 0 & 1. . Fill in the Output values. Answer: 0, 1, 1 & 1. Tell them that even though 1 OR 1 seems to go against the logic, it does however output as a 1.

NOT Gate A NOT gate inverts its input. Input (A) Output (Q) 1 1 Truth table Input (A) Output (Q) 1 NOT gate examples:   Microwave will stop if the door is not closed.  House alarm will go off if the door is not closed.  Traffic light will operate normally if it's not in maintenance mode 1 Get them to complete the Logic Gates Worksheet.docx and draw the gate and truth table. Fill in the Output values. Answer: 0, 0, 0 & 1. . Fill in the Output values. Answer: 0, 1, 1 & 1. Tell them that even though 1 OR 1 seems to go against the logic, it does however output as a 1.