Computer Hardware & Operation Northern College Diploma Philip Bird.

Slides:



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

Logic Gates.
Computer Science 210 Computer Organization Introduction to Logic Circuits.
Programming for GCSE Topic 9.1: Logic Circuits T eaching L ondon C omputing William Marsh School of Electronic Engineering and Computer Science Queen Mary.
Lesson Objectives Understand and produce simple logic diagrams using the operation NOT, AND and OR Produce a truth table from a given logic diagram.
Bipolar Junction Transistors Practical Problems EE314.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
Module 7 Hardware. Introduction Switches are the basic blocks of computer hardware. We build increasingly complex hardware from these simple switches.
In a not gate, if the input is on(1) the output is off (0) and vice versa.
CS 210.  How do we represent data in a computer? ◦ Easy to recognize two conditions:  1. Presence of a voltage – we’ll call this state “1”  2. Absence.
WHAT IS THIS? OBJECTIVE AND OUTCOMES Candidates should be able to: Describe and explain the CPU as fetching, decoding and executing of instructions and.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Binary Logic.
Transistors and Logic Circuits. Transistor control voltage in voltage out control high allows current to flow -- switch is closed (on) control low stops.
SUPLEMENTARY CHAPTER 1: An Introduction to Digital Logic The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
Introduction Verilog is a HARDWARE DESCRIPTION LANGUAGE (HDL) A hardware description language is a language or means used to describe or model a digital.
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.
CPS3340 COMPUTER ARCHITECTURE Fall Semester, /05/2013 Lecture 4: Basics of Logic Design Instructor: Ashraf Yaseen DEPARTMENT OF MATH & COMPUTER.
Logic Gates Shashidhara H S Dept. of ISE MSRIT. Basic Logic Design and Boolean Algebra GATES = basic digital building blocks which correspond to and perform.
Week 6: Gates and Circuits: PART I READING: Chapter 4.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
Gates and Logic Dr John Cowell phones off (please)
LOGIC GATES “ Logic, like whiskey, loses its beneficial effect when taken in too large quantities “
Starter Changes in technology are moving at a fast pace. Communication devices such as laptops, MP3 players, and mobile phones have become more and more.
IT253: Computer Organization Lecture 7: Logic and Gates: Digital Design Tonga Institute of Higher Education.
4. Computer Maths and Logic 4.2 Boolean Logic Logic Circuits.
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.
Teaching Computing to GCSE Level with Python Session 3.
ITEC 352 Lecture 3 Low level components(2). Low-level components Review Electricity Transistors Gates Really simple circuit.
Digital Logic Structures: Chapter 3 COMP 2610 Dr. James Money COMP
Computer Fundamentals Northern College Diploma Philip Bird.
S3 INNOVATION ELECTRONICS. LESSON TITLE: ELECTRONICS Learning Intention: To understand when to use different types of logic gates Activity: Building own.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
COMPUTER ARCHITECTURE & OPERATIONS I Instructor: Yaohang Li.
How does a Computer Add ? Logic Gates within chips: AND Gate A B Output OR Gate A B Output A B A B
Minute Paper 4/4/04 Z=50+j86.7=100
Computer Hardware & Operation Northern College Diploma Philip Bird.
Logic Gates Review. Logic Gates OR gate – 1 if either input is 1 – 0 if they both are 0.
Digital Logic Design Ch1-1. Digital Logic Design Ch1-2 Introduction to digital logic (logic gates, flip-flops, circuits) Definition of Digital Logic 
© 2016 AQA. Created by Teachit for AQA Boolean logic Lesson 1.
Computer Architecture & Operations I
Computer Architecture & Operations I
Unit 1 Logical operators.
GCSE OCR Computing A451 Binary logic Computing hardware 6.
Creating logic gates with Minecraft
Dr. Ameria Eldosoky Discrete mathematics
Logic Gates and Truth Tables
Introductory Lecture on Digital Electronics
Introduction to VLSI ASIC Design and Technology
EE 1001 Digital Topics Introduction to Electrical Engineering
CSCI-100 Introduction to Computing
Computer Fundamentals
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
Millions of little gates
Computer Science 210 Computer Organization
Boolean Operations 1 and 1 = 1.
סימנים מוסכמים בחשמל ואלקטרוניקה
Logic Gates.
Logic Gates.
KS4 Electricity – Electronic systems
GCSE Computer Science – Logic Gates & Boolean Expressions
Logic Gates.
Binary Logic.
Entry Level Computing Year NINE –
Boolean Algebra and its Relation to Digital Circuits
Digital Logic Design Basics Combinational Circuits Sequential Circuits.
Logically, the output will be 1
Presentation transcript:

Computer Hardware & Operation Northern College Diploma Philip Bird

Computer Fundamentals Philip Bird NOT Gate NOT Rule: The output is the opposite of the input. InOut

Computer Fundamentals Philip Bird AND Gate AND Rule: The output is 1 if all the inputs are 1. In1In2Out

Computer Fundamentals Philip Bird OR Gate OR Rule: The output is 1 if any of the inputs are 1. In1In2Out

Computer Fundamentals Philip Bird XOR Gate XOR Rule: The output is 1 if either of the inputs are 1 but not both. In1In2Out

Computer Fundamentals Philip Bird Logic in Hardware 1906 Lee de Forrest The Valve 1947 Bardeen and Brattain Transistor 1958 Jack Kilby Integrated Circuit 1971 Ted Hoff Microprocessor

Computer Fundamentals Philip Bird A Non-Computing Logic Problem To do teacher training at University I will need to do Maths GCSE (M) and get either the Diploma (D) or the Access to HE Certificate (A) MDAXU AND OR M D A U X

Computer Fundamentals Philip Bird Another Example AND OR A B C NOT AND ABXYZC Y Z X

Computer Fundamentals Philip Bird Another Example AND A B C NOT ABXYZC Y Z X

Computer Fundamentals Philip Bird Computer Logic Circuits Made up of logic gates. Distinct units within the CPU doing specific jobs. Simple in operation – clock speed gives computers the power.

Computer Fundamentals Philip Bird Control Switches & Masks

Computer Fundamentals Philip Bird Addition Circuits In1In2CarrySum

Computer Fundamentals Philip Bird Summary What are the rules of the logic gates? What is a logic circuit? Why is clock speed so important? Use Circuit Shop to produce the task examples.

Computer Fundamentals Philip Bird Answers I will have another beer if I have the money (M) and can stand at the bar (S) or if someone else is buying (B) BMSXU OR AND B M S U X

Computer Fundamentals Philip Bird Answers SRQ