DIGITAL ELECTRONICS AND LOGIC GATES. ANALOG SIGNAL:- Analog signal is continuous time varying current or voltage signal.

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.
CT455: Computer Organization Logic gate
Computer Science 210 Computer Organization Introduction to Logic Circuits.
Programmable Logic Controllers.
Digital Electronics Lecture 2 Logic Gates. Lecture 2 outline Announcement:
Boolean Algebra and Logic Gate
3.1 Logic Signals and Gates Logic Signals ReturnNext  Logic Value: Many physical quantities can be represented two possible numbers or logic values —
Chapter 4 Logic Gates and Boolean Algebra. Introduction Logic gates are the actual physical implementations of the logical operators. These gates form.
In a not gate, if the input is on(1) the output is off (0) and vice versa.
Logical Circuit Design Week 5: Combinational Logic Circuits Mentor Hamiti, MSc Office ,
Module 3.  Binary logic consists of :  logic variables  designated by alphabet letters, e.g. A, B, C… x, y, z, etc.  have ONLY 2 possible values:
Logic gates & Boolean Algebra. Introduction Certain components (called logic elements) of the computer combine electric pulses using a set of rules. Electric.
 In studying digital integrated circuits, one must start with the simplest group of circuit, the SSIs or Small Scale Integrated Circuits. Since these.
Basic Logic Operations and Standard Logic Gates (Lecture #1) ECE 331 – Digital System Design.
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.
Lecture 22: 11/19/2002CS170 Fall CS170 Computer Organization and Architecture I Ayman Abdel-Hamid Department of Computer Science Old Dominion University.
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 AND CIRCUITS Digital systems are said to be constructed by using logic gates. These gates are the AND, OR, NOT, NAND, NOR, EXOR and EXNOR gates.
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.
1 EG 32 Digital Electronics Thought for the day You learn from your mistakes..... So make as many as you can and you will eventually know everything.
CHAPTER 1 SETS, FUNCTIONs, ELEMENTARY LOGIC & BOOLEAN ALGEBRAs
COMPUTER ARCHITECTURE TRUTH TABLES AND LOGIC GATES.
Chapter-3: BOOLEAN ALGEBRA & LOGIC GATES Analysis and logical design.
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,
Basic Logic Operations and Standard Logic Gates [Lecture:1] Instructor: Sajib Roy Lecturer, ETE, ULAB ETE 204 – Digital Electronics.
Basic Logic Gates By : Ashima Wadhwa Assistant Professor (giBS)
Digital logic representation In digital logic system,events are described as either 0 or 1 Two logic states 1= logic High 0 = logic Low.
1’S COMPLEMENT REPRESENTATION 1’s complement of a number (binary) is obtained by changing all 1’s to 0 and all 0’s to 1. If one of these numbers is positive.
Logic Gates and Boolean Algebra Introduction to Logic II.
The First lesson on Digital Logic Rachaen M. Huq1 Rachaen Huq. Dept. of EEE, BRACU.
Logic Gates Review. Logic Gates OR gate – 1 if either input is 1 – 0 if they both are 0.
LOGIC GATES. INTRODUCTION TO LOGIC GATES Boolean functions may be practically implemented by using electronic gates. The following points are important.
Logic gates.
Boolean Algebra & Logic Gates
Table 2.1 Postulates and Theorems of Boolean Algebra
Logic Gates and Boolean Algebra
Logic Gates.
Computer Science 210 Computer Organization
ECE 331 – Digital System Design
Logic Gates.
Logic Gates Benchmark Companies Inc PO Box Aurora CO
CHAPTER 3 SETS AND BOOLEAN ALGEBRA
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Practice #Digital Logic Mr. Burleson
Computer Science 210 Computer Organization
SOLIDS AND SEMICONDUCTOR DEVICES - IV
Schematics 201 Lecture Topic: Electrical Symbols
Waveforms & Timing Diagrams
Logic Gates.
JC Technology Logic Gates.
Logic Gates.
SOLIDS AND SEMICONDUCTOR DEVICES - IV
KS4 Electricity – Electronic systems
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
Table 2.1 Postulates and Theorems of Boolean Algebra
Logic Gates.
Binary Logic.
Chapter 2 Gates.
Lecture 5 Binary Operation Boolean Logic. Binary Operations Addition Subtraction Multiplication Division.
Truth tables Mrs. Palmer.
Department of Electronics
SOLIDS AND SEMICONDUCTOR DEVICES - IV
Course Title : Digital Electronics -1 Course No.: 6841 Course Teacher:Engr: Suvadra Chowdhury Chief Instructor Chittagong Mohila –Polytechnic Institute.
SYEN 3330 Digital Systems Chapter 2 – Part 1 SYEN 3330 Digital Systems.
Presentation transcript:

DIGITAL ELECTRONICS AND LOGIC GATES

ANALOG SIGNAL:- Analog signal is continuous time varying current or voltage signal

DIGITAL SIGNAL :- ▪ Digital signal is a pulsation wave from having only discrete values or levels of current or voltage represented as 0 (low current or voltage)and 1(high current or voltage).

▪ LOGIC GATES : building block of digital electronics. ▪ BOOLEAN ALGEBRA:- it is a binary or two value logic algebra. it allows only two values.these two values represent either 'true' or 'false' ; 'on' or 'off'; 'high' or low ; 'closed' or 'open' etc. by 1 and 0 respectively.

OR operation In Boolean algebra, the OR operation is represented by addition (+) sign and the Boolean expression for this operation is given by Y=A+B This can be read as “Y equals A OR B ”

And operation In Boolean algebra, the AND operation is represented by dot (.) sign and the Boolean expression for this operation is given by Y=A.B This can be read as “Y equals A AND B ”

Not operation In Boolean algebra, the NOT operation is represented by a bar over the variable and the Boolean expression is given by Y=A’ This can be read as “Y equals A negated ”

LOGICS GATES AND TRUTH TABLE

OR gate ▪ OR gate has two or more input it gives only one output when any one or more input are ON ▪ The relation between the output (Y)and the input (A AND B) is given by the Boolean expression. Y=A+B Input A Input B Output Y=A+B Y A B

AND gate ▪ AND gate has two or more input and one output is available only when all input are available. ▪ The relation between (A AND B) and the output (Y) is given by the Boolean expression. Y=A.B Input A Input B Output Y=A.B Y= AB A B Y

NOT gate (INVERTER) Input A Output Y The NOT gate has only one input and this input is inverted to only one output The relation between input (A) and the output (Y) is given by the Boolean expression. Y=A’ Y = A’ A Y

NAND gate The logic gate in which the output of the AND gate is given to the input of NOT gate is called the NAND gate The Boolean expression for the NAND gate is given by Y=(A.B)’ Input A Input B Output (Y=A.B)’

NOR gate The logic gate in which the output of the OR gate is given to the input of NOT gate is called the NOR gate The Boolean expression for the NAND gate is given by Y=(A+B)’ Input A Input B Output (Y=A+B)’

THANKYOU MADE BY:- LOKESH BAJORIA