Chapter 2.3 Binary Logic.

Slides:



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

Computer Science 210 Computer Organization Introduction to Logic Circuits.
Sahar Mosleh PageCalifornia State University San Marcos 1 Introductory Concepts This section of the course introduces the concept of digital circuits and.
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.
Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Invitation to Computer Science, C++ Version, Fourth Edition.
Copyright © Cengage Learning. All rights reserved. CHAPTER 2 THE LOGIC OF COMPOUND STATEMENTS THE LOGIC OF COMPOUND STATEMENTS.
Digital Logic Lecture 08 By Amr Al-Awamry. Combinational Logic 1 A combinational circuit consists of an interconnection of logic gates. Combinational.
3. DIGITAL ELECTRONICS..
MR. KERINS Logic Gates- Electrical Engineering. LOGIC GATES Logic gates are primarily implemented using diodes or transistors acting as electronic switches,
Circuit, State Diagram, State Table
CPSC 171 Introduction to Computer Science Boolean Logic, Gates, & Circuits.
LOGIC GATES Logic generally has only 2 states, ON or OFF, represented by 1 or 0. Logic gates react to inputs in certain ways. Symbol for AND gate INPUT.
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.
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.
1 The Chinese University of Hong Kong Faculty of Education Diploma in Education (Part-Time) Winter 1997 Educational Communications and Technology Assignment.
LOGIC GATES.
CSCI-100 Introduction to Computing Hardware Design Part I.
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.
Digital Circuits Text Book –M. M. Mano, "Digital Design," 3rd Ed., Prentice Hall Inc., Reference –class notes Grade –quizzes:15% –mid-term:27.5%
Teaching Computing to GCSE Level with Python Session 3.
Thinking Mathematically
1 GCSE Computing Binary Logic. GCSE Computing 2 Candidates should be able to understand and produce simple logic diagrams using the operations NOT, AND,
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.
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.
 A transistor is the basic building block of electronic components.  The average computer may have millions of them within its circuits.  Essentially,
Decoders A decoder is a logic circuit that detects the presence of a specific combination of bits at its input. Two simple decoders that detect the presence.
LOGIC GATES. INTRODUCTION TO LOGIC GATES Boolean functions may be practically implemented by using electronic gates. The following points are important.
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.
Creating logic gates with Minecraft
Basics of Logic gates - Part 1
Digital Logic.
Truth Table to Statement Form
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.
Computer Science 210 Computer Organization
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Fundamentals & Ethics of Information Systems IS 201
How Boolean logic is implemented
Computer Science 210 Computer Organization
Teaching Computing to GCSE
Thursday, 22 November 2018 Logic Gates
3.4 Computer systems Boolean logic Lesson 2.
For OCR GCSE Computing Unit 1 - Theory
JC Technology 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.
Logic Gates.
KS4 Electricity – Electronic systems
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
GCSE Computer Science – Logic Gates & Boolean Expressions
Binary Logic.
Lecture 5 Binary Operation Boolean Logic. Binary Operations Addition Subtraction Multiplication Division.
Section 3.7 Switching Circuits
Objectives Construct truth tables for the following logic gates:
Truth tables Mrs. Palmer.
Copyright © Cengage Learning. All rights reserved.
Logically, the output will be 1
Further binary, Logic diagrams and truth tables
SYEN 3330 Digital Systems Chapter 2 – Part 1 SYEN 3330 Digital Systems.
Presentation transcript:

Chapter 2.3 Binary Logic

Binary Logic

Binary Logic

Binary Logic

Explain why data is represented in computer systems in binary form To be able to process data Computer made up of billions transistors with on and off switches which is why the data needs to be in binary, 0 off and 1 on. Instructions are converted into machine code (binary for Harry’s benefit) before being sent to the CPU Activates the CPU to carry out instructions CPU executes the instruction Data is therefore only represented in binary form because computer circuits only have two switches on and off.

Understand and produce simple logic diagrams using the operations NOT, AND and OR

Simple logic Diagrams Digital systems are said to be constructed by using logic gates. These gates are the AND, OR, NOT. The basic operations are described below with the aid of truth tables. The OR gate is an electronic circuit that gives a high output (1) if one or more of its inputs are high.

Or

And

NOT

Truth Tables a diagram of the outputs from all possible combinations of input.

= Truth Table Example The art show was enjoyable AND the room was hot. Step 1: Use a variable to represent each basic statement. P: The art show was enjoyable. Q: The room was hot. Since there are two variables, there are four rows in the table (two raised to the power of two). There are three columns; two for the variables and one for the conjunction. = Both need to be the same for the outcome to come out true or false. If it is different then the outcome is false.

Questions Explain what a logic gate is. Explain what a truth table is. Draw a truth table for each of the logic gates AND OR and NOT.  Draw a diagram for each logic gate using the correct symbols.

Worksheets 1-5