Daily Sprint 1)A water tank is filled with 2000 gallons of water. Each day, 4% of the water evaporates. No water is added to the tank. To the nearest gallon,

Slides:



Advertisements
Similar presentations
Logic Gates A logic gate is an elementary building block of a digital circuit Most logic gates have two inputs and one output At any given moment, every.
Advertisements

Logic Gates.
Logic Gates.
Logic Gates. Digital Signals Logic Gates NOT (Inverter) Gate AND Gate OR Gate NAND Gate NOR Gate XOR Gate.
Logic Gates Some Most All Learning Objective
©2010 Akula LLC, Jeremy R. Hertzberg, BS CMPE Computer Technology Transistor to computer gates
Introduction Digital Electronics Logic Gates De Morgan’s Theorem
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
3.1 Logic Signals and Gates Logic Signals ReturnNext  Logic Value: Many physical quantities can be represented two possible numbers or logic values —
Simple One and Two Input Logic Gates Truth Tables and Function Tables Based Upon TTL Levels.
1 Survey of Computer Science CSCI 110, Spring 2011 Lecture 16 Digital Circuits, binary Numbers.
Logical Circuit Design Week 5: Combinational Logic Circuits Mentor Hamiti, MSc Office ,
Intro to Digital Electronics. Classifications of Electronic Circuits Switching Circuits – by turning electricity on and off. – Figure 1 – Known as the.
MR. KERINS Logic Gates- Electrical Engineering. LOGIC GATES Logic gates are primarily implemented using diodes or transistors acting as electronic switches,
Logic gates & Boolean Algebra. Introduction Certain components (called logic elements) of the computer combine electric pulses using a set of rules. Electric.
TODAY YOU ARE LEARNING to explain why data is represented in computer systems in binary form 2. to understand and produce simple logic diagrams.
1 DIGITAL ELECTRONICS. 2 OVERVIEW –electronic circuits capable of carrying out logical (boolean) and arithmetic operations on information stored as binary.
Digital Logic Design Week 3
LOGIC GATES.
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.
4. Electrons and electronics 4.5 Digital electronics.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
LOGIC GATES “ Logic, like whiskey, loses its beneficial effect when taken in too large quantities “
ACOE1611 Combinational Logic Circuits Reference: M. Mano, C. Kime, “Logic and Computer Design Fundamentals”, Chapter 2.
1 Ethics of Computing MONT 113G, Spring 2012 Session 1 Digital Circuits, binary Numbers Course webpage:
COMPUTER ARCHITECTURE TRUTH TABLES AND LOGIC GATES.
Logic Gates. AND gate Produces an output only if both inputs are on Input AInput BOutput (Q) Q=
Digital logic representation In digital logic system,events are described as either 0 or 1 Two logic states 1= logic High 0 = logic Low.
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 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. INTRODUCTION TO LOGIC GATES Boolean functions may be practically implemented by using electronic gates. The following points are important.
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.
Chapter 3 Digital circuits. 3.1 Logic signals - Gates Binary system : (binary bits or digits) - 0 & 1 - LOW & HIGH - Negated and Asserted.
Logic gates.
Universal Gate – NOR Universal Gate - NOR Digital Electronics
Universal Gate – NAND Universal Gate - NAND Digital Electronics
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.
ECE 3130 Digital Electronics and Design
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Logic Gates.
Logic Gates Benchmark Companies Inc PO Box Aurora CO
Exclusive OR Gate.
Basic Logical Operations (Fascinating)
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Universal Gate – NOR Universal Gate - NOR Digital Electronics
Computer Science 210 Computer Organization
3.4 Computer systems Boolean logic Lesson 2.
For OCR GCSE Computing Unit 1 - Theory
Universal Gate – NAND Universal Gate - NAND Digital Electronics
Waveforms & Timing Diagrams
JC Technology Logic Gates.
Logic Gates.
KS4 Electricity – Electronic systems
GCSE Computer Science – Logic Gates & Boolean Expressions
DIGITAL ELECTRONICS B.SC FY
Binary Logic.
Digital Logic Experiment
Logic Gates Logic Gates Gateway To Technology
Logic Scenarios Logic Scenarios Gateway To Technology
Truth tables Mrs. Palmer.
Department of Electronics
Logic Gates AIM: To know the different types of logic gate
Introduction to Logic diagrams and truth tables
What are Logic Gates?.
DIGITAL ELECTRONICS AND LOGIC GATES. ANALOG SIGNAL:- Analog signal is continuous time varying current or voltage signal.
Presentation transcript:

Daily Sprint 1)A water tank is filled with 2000 gallons of water. Each day, 4% of the water evaporates. No water is added to the tank. To the nearest gallon, which list best represents the water levels in the tank for the first five days? A)2000, 1920, 1840, 1760, 1680 B)2000, 1920, 1843, 1769, 1698 C)2000, 1992, 1984, 1976, 1968 D)2000, 1996, 1992, 1988, 1984 (show your work) START

Design Squad 1.Pull out a blank sheet of paper 2.Fold the sheet into 4 quadrants 3.Label the boxes on the front 1 – 4 4.Label the boxes on the back 5 – 8 5.Write one step of the design process in each box (1-8) 6.As we watch the video, fill in notes for each step you see being performed. (If I see good work, you will receive extra credit)

Logic Gates

Digital Signals Logic Gates NOT (Inverter) Gate AND Gate OR Gate NAND Gate NOR Gate

Digital Signals Digital signals 0 (false) or 1 (true) Digital signal 1 is represented by a small voltage. Digital signal 0 is represented by no voltage. Digital Waveforms Each column represents a small amount of time 1 (3V) 0 (0V)

Logic Gates An electronic system that performs a logical operation on an input signal Gates process digital inputs to produce digital outputs. How do computer processors make decisions? How do they do math? Display images? Etc.? LOGIC

1 0 NOT (Inverter) Gate A logic gate that changes its input logic level to the opposite state Symbol 0 1 Truth Table: A table listing all possible inputs to a circuit and the corresponding outputs Truth Table NOT Gate Input (A)Output (Y) A Y

Logic Word Problems If I am hungry and it is 5:00 p.m., then I will eat dinner. If I pedal harder or go downhill, then my bike will go faster. If it is windy and cold, then I am not going to walk home. If my battery is dead or I forget headphones, then I cannot listen to my music. Each word problem uses the same logic as a common gate.

AND Gate If I am hungry AND it is 5:00 p.m., then I will eat dinner. A logic circuit whose: Inputs both = 1 then, Output = 1 Symbol

AND Gate Truth Table AND Gate Input (A)Input (B)Output (Y) A B 0 00 Y

OR Gate If I pedal harder OR go downhill, then my bike will go faster. A logic circuit when: Either Input = 1 then, Output = 1 Symbol

OR Gate Truth Table OR Gate Input (A)Input (B)Output (Y) A B 0 00 Y

NAND Gate If it is windy AND cold, then I am NOT going to walk home. A logic circuit whose: Inputs both = 1 then, Output = 0 Symbol

NAND Gate Truth Table NAND Gate Input (A)Input (B)Output (Y) A B 0 10 Y

NOR Gate If my battery is dead OR I forget headphones, then I will NOT listen to my music. A logic circuit when: Either Input = 1 then, Output = 0 Symbol

NOR Gate Truth Table NOR Gate Input (A)Input (B)Output (Y) A B 0 10 Y

Logic Gates Digital Signals Logic Gates NOT (Inverter) Gate AND Gate OR Gate NAND Gate NOR Gate

Image Resources Microsoft, Inc. (2008). Clip Art. Retrieved September 10, 2008, from