US 26123 Demonstrate knowledge of the practical applications of logic circuits.

Slides:



Advertisements
Similar presentations
Logic Gates Some Most All Learning Objective
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.
Addition (2). Outline Full Adder 3-Bit Adder 2’s Complement Subtraction.
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:
Chapter 4 Gates and Circuits.
CSC 110 – Intro to Computing Lecture 14: Midterm Review.
Charles Kime & Thomas Kaminski © 2008 Pearson Education, Inc. (Hyperlinks are active in View Show mode) Chapter 3 – Combinational Logic Design Part 1 –
Combinational Digital Circuits. Measurement Our world is an analog world. Measurements that we make of the physical objects around us are never in discrete.
Part 2: DESIGN CIRCUIT. LOGIC CIRCUIT DESIGN x y z F F = x + y’z x y z F Truth Table Boolean Function.
CS 105 Digital Logic Design
Lab 1:Logic Gate Systems :
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..
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.
Binary Numbers.
Logic Gates. Transistors as Switches ¡EB voltage controls whether the transistor conducts in a common base configuraiton. ¡Logic circuits can be built.
TODAY YOU ARE LEARNING to explain why data is represented in computer systems in binary form 2. to understand and produce simple logic diagrams.
The Digital Logic Level
Quiz What are the results of the following 4-bit bitwise logical operations? NOT OR NOR AND
Module 9.  Digital logic circuits can be categorized based on the nature of their inputs either: Combinational logic circuit It consists of logic gates.
EE2420 – Digital Logic Summer II 2013 Hassan Salamy Ingram School of Engineering Texas State University Set 4: Other Gates.
Lecture 9 Topics: –Combinational circuits Basic concepts Examples of typical combinational circuits –Half-adder –Full-adder –Ripple-Carry adder –Decoder.
Combinational Circuit Design A combinational circuit consists of logic gates. It processes the input signals (coming from an external source) to produce.
4. Computer Maths and Logic 4.2 Boolean Logic Logic Circuits.
1 Ethics of Computing MONT 113G, Spring 2012 Session 1 Digital Circuits, binary Numbers Course webpage:
Digital Fundamentals Floyd Chapter 3 Tenth Edition
Lecture 4 Introduction to Boolean Algebra. Binary Operators In the following descriptions, we will let A and B be Boolean variables and define a set of.
Multiplexors Decoders  Decoders are used for forming separate signals for different combination of input signals.  The multiplexer circuit is a digital.
Digital Design Module 2 Decoder Amit Kumar AP SCSE, GU Greater Noida.
WORKING PRINCIPLE OF DIGITAL LOGIC
Logic Gates and Boolean Algebra Introduction to Logic II.
1 Binary Signals Logic gate circuits are designed to input and output only two types of signals: “high” (1) and “low” (0), as represented by a variable.
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.
PHYSICS – Digital electronics. LEARNING OBJECTIVES Core Supplement Explain and use the terms analogue and digital in terms of continuous variation and.
Dr.Ahmed Bayoumi Dr.Shady Elmashad
ECE 3130 Digital Electronics and Design
ECE 3130 Digital Electronics and Design
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.
Exclusive OR Gate.
Chapter 2.3 Binary Logic.
Computer Architecture CST 250
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Fundamentals & Ethics of Information Systems IS 201
Thursday, 22 November 2018 Logic Gates
Schematics 201 Lecture Topic: Electrical Symbols
Number Systems Decimal (base 10) { }
For OCR GCSE Computing Unit 1 - Theory
Cybernetics and Computers
Logic Gates.
Boolean Algebra.
Week 7: Gates and Circuits: PART II
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
13 Digital Logic Circuits.
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
DIGITAL ELECTRONICS B.SC FY
Chapter 10.3 and 10.4: Combinatorial Circuits
Logic Gates.
Binary Logic.
Objectives Construct truth tables for the following logic gates:
XOR Function Logic Symbol  Description  Truth Table 
Logic Gates AIM: To know the different types of logic gate
Further binary, Logic diagrams and truth tables
ATS’s COLLEGE OF ENGINEERING, MIRAJ Subject:- Basic Electronics Lecturer:- Amit Totade.
SYEN 3330 Digital Systems Chapter 2 – Part 1 SYEN 3330 Digital Systems.
Presentation transcript:

US Demonstrate knowledge of the practical applications of logic circuits

Assessment: ER 1.1 & 1.2 – written test ER 1.3 – demonstrate operations of logic gates ER 2.1 – design logic gate systems which meet given requirements ER 2.2* – design two logic gate systems that satisfy an application of your choice

Binary Numbers

“How many numbers can you count with ten fingers?”

Binary  Decimal Conversion 100 = 1000 = = 1011 = = = = = =

Binary  Decimal Conversion 100 = = = = = = = = = 230

Decimal  Binary Conversion 0 = 0 1 = 1 2 = 10 3 = 11 4 = = = = = 1000 Try these: 11 = 51 = 63 = 169 = 218 = 234 =

Decimal  Binary Conversion 0 = 0 1 = 1 2 = 10 3 = 11 4 = = = = = 1000 Try these: 11 = = = = = =

Bit: the smallest piece of digital information, either ‘zero’ or ‘one’. It represents a digit in a binary number. Most significant bit: the bit on the far left in a binary number. Byte: a group of bits (usually eight). It is operated on as a unit.

Logic Gates

“NOT” Gate Truth Table

“OR” Gate

“NOR” Gate

“XOR” Gate

“AND” Gate

“NAND” Gate

“Half Adder”

“Full Adder”

Draw a truth table for this circuit

Design a circuit using four logic gates that will give a high output when the inputs are: Input 1 = 0 Input 2 = 0 Input 3 = 1

ER 2.1 – Scenario 1 A car seat belt alarm has the following requirements: a)Person has to be in the driver’s seat b)The car has to be moving c)The seat belt must be connected Design a gate system using 4 gates (3 of which have to be different) that will trigger an alarm if the three variables (inputs) are not all correctly enabled. Variable 1 = there is someone in the driver’s seat Variable 2 = the car is moving Variable 3 = the seatbelt is connected

ER 2.1 – Scenario 2 A home security alarm system has four inputs: a)A high movement sensor b)A low movement sensor c)A smoke detector sensor d)A manual override switch Design a gate system using 4 gates (3 of which have to be different) that meets the following requirements: The alarm activates if both high and low movement sensors are triggered and the manual switch is off. The alarm activates if the smoke detector sensor is triggered and the manual switch is off.

ER 2.2* Design TWO different logic circuits that satisfy an application of your choice. Each circuit must use four gates (three of which must be different) For Achieved: Describe the practical application and for each circuit provide a schematic and draw the truth table. For Merit: Explain in detail how the circuits work within the practical application. (Diagrams are required.) For Excellence: Discuss the possible advantages and disadvantages of each circuit and suggest possible improvements. (To be written as a separate formal report.)