Digital Electronics and Logic Circuit

Slides:



Advertisements
Similar presentations
EET260 Introduction to digital communication
Advertisements

التصميم المنطقي Second Course
1 Fundamentals of Computer Science Sequential Circuits.
Sequential Circuits1 DIGITAL LOGIC DESIGN by Dr. Fenghui Yao Tennessee State University Department of Computer Science Nashville, TN.
Module 12.  In Module 9, 10, 11, you have been introduced to examples of combinational logic circuits whereby the outputs are entirely dependent on the.
Sequential Circuits A Basic sequential circuit is nothing but a combinational circuit with some feedback paths between its output and input terminals.
1. 2 Logic Circuits Sequential Circuits Combinational Circuits Consists of logic gates whose outputs are determined from the current combination of inputs.
Sequential Circuit  It is a type of logic circuit whose output depends not only on the present value of its input signals but on the past history of its.
So far, all of the logic circuits we have studied were basically based on the analysis and design of combinational digital circuits. The other major aspect.
SEQUENTIAL CIRCUITS USING TTL 74XX ICS
Digital Logic Design CHAPTER 5 Sequential Logic. 2 Sequential Circuits Combinational circuits – The outputs are entirely dependent on the current inputs.
1 Sequential Circuits Registers and Counters. 2 Master Slave Flip Flops.
Digital Computer Design Fundamental
Engineering Lecture 3 Digital Electronics by Jaroslaw Karcz.
COE 202: Digital Logic Design Sequential Circuits Part 1
Engineering Lecture1: Logic Circuits & Concepts about basic Electrical Engineering Devices by Christin Sander.
1 Registers and Counters A register consists of a group of flip-flops and gates that affect their transition. An n-bit register consists of n-bit flip-flops.
 Counters are sequential circuits which "count" through a specific state sequence. They can count up, count down, or count through other fixed sequences.
Synchronous Sequential Circuits by Dr. Amin Danial Asham.
1.8 Binary Storage and Registers
CHAPTER-2 Fundamentals of Digital Logic. Digital Logic Digital electronic circuits are used to build computer hardware as well as other products (digital.
Logic Signals and Gates. Binary Code Digital logic hides the pitfalls of the analog world by mapping the infinite set of real values for a physical quantity.
Analysis and Synthesis of Synchronous Sequential Circuits A “synchronizing” pulse/edge signal (clock) controls the operation of the memory portion of the.
School of Computer and Communication Engineering, UniMAP Mohd ridzuan mohd nor DKT 122/3 - DIGITAL SYSTEM I Chapter.
1 Lecture #11 EGR 277 – Digital Logic Ch. 5 - Synchronous Sequential Logic There are two primary classifications of logic circuits: 1.Combinational logic.
Combinational Circuits
Synchronous Sequential Logic A digital system has combinational logic as well as sequential logic. The latter includes storage elements. feedback path.
Synchronous Sequential Circuits by Dr. Amin Danial Asham.
CS151 Introduction to Digital Design Chapter 5: Sequential Circuits 5-1 : Sequential Circuit Definition 5-2: Latches 1Created by: Ms.Amany AlSaleh.
DIGITAL COMPONENTS. MULTIPLEXERS A multiplexer is a combinational circuit that receives binary information from one of 2 n input data lines and directs.
Synchronous Sequential Circuits by Dr. Amin Danial Asham.
Counters and registers Eng.Maha Alqubali. Registers Registers are groups of flip-flops, where each flip- flop is capable of storing one bit of information.
4–1. BSCS 5 th Semester Introduction Logic diagram: a graphical representation of a circuit –Each type of gate is represented by a specific graphical.
Sequential Logic Circuit Design Eng.Maha Alqubali.
TOPIC : Introduction to Sequential Circuits UNIT 1: Modeling and Simulation Module 4 : Modeling Sequential Circuits.
Memory Elements. Outline  Introduction  Memory elements.
1. 2 Logic Circuits Sequential Circuits Combinational Circuits Consists of logic gates whose outputs are determined from the current combination of inputs.
SIGNAL TRAINING SCHOOL – BORDER SECIRITY FORCE - TIGRI
Computer Science 210 Computer Organization
Basic Computer Organization and Design
Introduction to Advanced Digital Design (14 Marks)
Lecture 8 Dr. Nermi Hamza.
Clock in Digital Systems
EKT 221 : Digital 2 COUNTERS.
Synchronous Sequential Circuits
Overview Introduction Logic Gates Flip Flops Registers Counters
Flip Flops.
Flip Flop.
Computer Science 210 Computer Organization
ECE 434 Advanced Digital System L03
Assistant Prof. Fareena Saqib Florida Institute of Technology
ECE Digital logic Lecture 16: Synchronous Sequential Logic
Sequential logic circuits
Boolean Algebra and Digital Logic
Computer Science 210 Computer Organization
Synchronous Sequential Circuits
CS341 Digital Logic and Computer Organization F2003
Computer Architecture and Organization: L02: Logic design Review
Registers.
Combinational Circuits
Thought of the Day To be what we are, and to become
FLIP-FLOPS.
Digital Logic Department of CNET Chapter-6
Synchronous sequential
Digital Logic Department of CNET Chapter-6
Synchronous Sequential
1.Introduction to Advanced Digital Design (14 marks)
Chapter 5 Sequential Circuits.
Computer Organization
Digital Electronics and Logic Design
Presentation transcript:

Digital Electronics and Logic Circuit Md. Ebtidaul Karim

References Digital Logic and Computer Design M. Morris Mano Modern Digital Electronics R.P. Jain

Digital Electronics Digital electronics or digital (electronic) circuits are electronics that operate on digital signals. These are discrete signals which are sampled from analog signal. Digital circuits use binary notation for transmission of signal. For Example, a continuous analog audio signal is sampled and converted to Boolean algebra that is, 1’s and 0’s format to be transmitted over digital circuit. High Level Signal: 1 (5V) Low Level Signal: 0 (0V)

Digital Electronics

Digital Electronics Disadvantages: Digital Circuits operate only with digital signals hence, encoders and decoders are required for the process. This increases the cost of equipment. Energy consumption in digital circuit is more than analog circuit for same calculation or signal processing. Production of heat is more due to higher energy consumption. For smaller circuits Digital Circuits are comparatively expensive. Real world is analogue in nature, all quantities such as light, temperature, sound etc. For Digital Systems it is required to translate a continuous signal to discrete which leads to small quantization errors. To reduce quantization errors large amount of data needs to be stored in Digital Circuit.

Sequential Circuit It consists of a combinational circuit to which memory elements are connected to form a feedback path. Now what is combinational circuit??? Combinational circuit is a circuit whose output is dependent only on the state of its inputs. Memory elements are devices capable of storing binary information within them. The binary elements at any given time defines the state of the sequential circuit.

Sequential Circuit

Sequential Circuit Sequential circuit receives binary information from external inputs. These inputs, together with the present state of the memory elements, determine the binary value at the output terminals. The next state of memory element is also a function of external inputs and the present state. Thus a sequential circuit is specified by a time sequence of input, output and internal states.

Classification There are mainly two types of sequential circuit, such as: Synchronous Sequential Circuit Asynchronous Sequential Circuit In synchronous sequential circuit output changes after e certain interval. In synchronous sequential circuits, the state of device changes at discrete times in response to a clock signal. In asynchronous circuits, the state of the device changes in response to changing inputs. Here there is nothing to control time

Classification Synchronization is achieved by a timing device called master clock generator, which generates a periodic train of clock pulse. Clock pulses are applied into AND gates together with the signals that specify the required change in memory elements. Synchronous sequential circuit that use clock pulse in the inputs of the memory elements are known as called sequential circuit. Fig: Clock Signal

Flip Flops The memory element used in clocked sequential circuits are called flip flops. These circuits are binary cell capable of storing one bit of information. It has two outputs. One for the normal value and one for the compliment value of the bit stored in it. A flip flop circuit can maintain a binary state indefinitely, (as long as the power is delivered to the circuit) until directed by an input signal to switch stages. Fig: Clocked Sequential Circuit

Thank You