Ian Gover Education Technology Adviser Somerset County Council Logic and Logic Gates.

Slides:



Advertisements
Similar presentations
Logic Gates & Circuits. AND Gate Input AInput BOutput X AND Logic Gate AND Truth Table X = A. B AND Boolean Expression.
Advertisements

ADDER, HALF ADDER & FULL ADDER
Digital Circuits. Review – Getting the truth table The first step in designing a digital circuit usually is to get the truth table. That is, for every.
Binary Addition. Binary Addition (1) Binary Addition (2)
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
08/07/041 CSE-221 Digital Logic Design (DLD) Lecture-8:
SYEN 3330 Digital SystemsJung H. Kim Chapter SYEN 3330 Digital Systems Chapter 2 – Part 1.
CSCI 1412 Logic Gates Parminder Kang Home: Phones OFF Please.
Part 2: DESIGN CIRCUIT. LOGIC CIRCUIT DESIGN x y z F F = x + y’z x y z F Truth Table Boolean Function.
In a not gate, if the input is on(1) the output is off (0) and vice versa.
Ian Gover Education Technology Adviser Somerset County Council Am I cleverer than a computer?
Circuit, State Diagram, State Table
Digital Electronics.
1 Introduction to Abstract Mathematics Applications : Digital Logic Circuits 2.4 and Number Systems 2.5 Instructor: Hayk Melikya
Binary Addition CSC 103 September 17, 2007.
Digital Electronics Understanding truth tables. AND gate How many lines did a 2-input AND gate truth table have? ABZ (output) Answer:4.
TODAY YOU ARE LEARNING to explain why data is represented in computer systems in binary form 2. to understand and produce simple logic diagrams.
ADDERS Half Adders Recall that the basic rules of binary addition are as indicated below in Table 2-9. A circuit known as the half-adder carries out these.
Digital Electronics and Computer Interfacing
Lecture 9 Topics: –Combinational circuits Basic concepts Examples of typical combinational circuits –Half-adder –Full-adder –Ripple-Carry adder –Decoder.
LOGIC GATES “ Logic, like whiskey, loses its beneficial effect when taken in too large quantities “
4. Computer Maths and Logic 4.2 Boolean Logic Logic Circuits.
Ian Gover Education Technology Adviser Somerset County Council Hardware.
Universal college of engineering & technology. .By Harsh Patel)
1 Ethics of Computing MONT 113G, Spring 2012 Session 5 Binary Addition.
Logic and computers 2/6/12. Binary Arithmetic /6/ Only two digits: the bits 0 and 1 (Think: 0 = F, 1.
Digital Logic Structures: Chapter 3 COMP 2610 Dr. James Money COMP
Logic Gates. AND gate Produces an output only if both inputs are on Input AInput BOutput (Q) Q=
1-1 Computer Organization Part The von Neumann Model The von Neumann model consists of five major components: (1) input unit; (2) output unit;
Digital Design Lecture 8 Combinatorial Logic (Continued)
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
Figure S1.1 The Motorola MPC 7400 PowerPC CPU. Figure S1.3 Truth table for INCLUSIVE-OR operation.
1 Ethics of Computing MONT 113G, Spring 2012 Session 4 Binary Addition.
Simple ALU  Half adder  Full adder  Constructing 4 bits adder  ALU does several operations  General ALU structure  Timing diagram of adder  Overflow.
How does a Computer Add ? Logic Gates within chips: AND Gate A B Output OR Gate A B Output A B A B
Computer Organization CS345 David Monismith Based upon notes by Dr. Bill Siever and notes from the Patterson and Hennessy Text.
Programming for GCSE Topic 9.2: Circuits for Adding T eaching L ondon C omputing William Marsh School of Electronic Engineering and Computer Science Queen.
Logic Gates Digital Logic Design. What is a logic gate? A switch with an output that will only turn on when inputs are in particular positions.
Logic Gates Review. Logic Gates OR gate – 1 if either input is 1 – 0 if they both are 0.
Logic Gates Learning Objectives Learn that there is a one-to-one relationship between logic gates and Boolean expressions Learn how logic gates are combined.
Creating logic gates with Minecraft
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Combinational Circuits
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Summary Half-Adder Basic rules of binary addition are performed by a half adder, which has two binary inputs (A and B) and two binary outputs (Carry out.
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices Decoders.
Week 7: Gates and Circuits: PART II
Digital Logic.
Number Systems and Circuits for Addition
Logic Gates.
KS4 Electricity – Electronic systems
Digital Logic.
DIGITAL ELECTRONICS B.SC FY
Am I cleverer than a computer?
Logic Gates Truth Table Challenge
Types of Data Ian Gover Education Technology Adviser
Hardware Ian Gover Education Technology Adviser
Combinational Circuits
Binary Logic.
Table 1.1 Powers of Two.
Electronics for Physicists
XOR Function Logic Symbol  Description  Truth Table 
Logic and Logic Gates Ian Gover Education Technology Adviser
Writing Equations from Tables
Digital Circuits.
Half & Full Subtractor Half Subtractor Full Subtractor.
Half & Full Subtractor Half Subtractor Full Subtractor.
SYEN 3330 Digital Systems Chapter 2 – Part 1 SYEN 3330 Digital Systems.
Presentation transcript:

Ian Gover Education Technology Adviser Somerset County Council Logic and Logic Gates

Does a computer think?

2 + 2 = ?

Using Logic to search Load Google and search for One Record the number of sites that you found Now search for Direction Record the number of site you find Now search for One Direction Record the number of sites you find Which search will enable you to find the best result

Using Logic to search One AND Direction was a better search to find the information that we wanted This time try this exacl:ly One Direction –Harry Styles You should only get the websites that mention One Direction but NOT Harry Styles in their text

The Logic Gate Nightclub?

AND

The Logic Gate Nightclub? OR

The Logic Gate Nightclub? NOT

The Logic Gate Nightclub? AND

The Logic Gate Nightclub? OR

The Logic Gate Nightclub? NOT

The AND Gate truth table Input Output

The AND Gate truth table Input Output

The AND Gate truth table Input Output

The AND Gate truth table Input Output

The AND Gate truth table Input Output

The OR Gate truth table Input Output

The OR Gate truth table Input Output

The OR Gate truth table Input Output

The OR Gate truth table Input Output

The OR Gate truth table Input Output

The NOT Gate truth table InputOutput 0 1

The NOT Gate truth table InputOutput 01 1

The NOT Gate truth table InputOutput 01 10

Adding two binary digits together Input AInput BOutput

The Half Adder

The Truth Table ABCDEFG

The Half Adder

The Truth Table ABCDEFG

The Half Adder

The Truth Table ABCDEFG

The Half Adder

The Truth Table ABCDEFG

The Half Adder

The Truth Table ABCDEFG

Does a computer think? No It is just very cleverly programmed by humans