SEQUENTIAL CIRCUITS INTRODUCTION

Easyn 373 views 8 slides May 09, 2020
Slide 1
Slide 1 of 8
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8

About This Presentation

SEQUENTIAL CIRCUITS INTRODUCTION

You can watch my lectures at:
Digital electronics playlist in my youtube channel:
https://www.youtube.com/channel/UC_fItK7wBO6zdWHVPIYV8dQ?view_as=subscriber

My Website : https://easyninspire.blogspot.com/


Slide Content

SEQUENTIAL CIRCUITS INTRODUCTION

Today's Topic Sequential Logic Circuits Introduction

Introduction to topic Combinational circuit: It produces an output based on present input variables only The previous state of input does not have any effect on the present state of the circuit The combinational circuit does not use any memory. Sequential circuit  produces an output based on  current input and previous input variables . 

Sequential circuit Sequential circuit  produces an output based on  current input and previous input variables .  A  Sequential circuit  combinational logic circuit that consists of inputs variable (X), logic gates (Combinational/Computational circuit), output variable (Z) and Memory elements.

The word “Sequential” means that things happen in a “sequence”, one after another. The clock signal actually determines about the things will happen next. Simple sequential logic circuits can be constructed from standard  Bistable  circuits such as: Flip lops, Latches  and Counters 

Types of Sequential Circuits There are two types of sequential circuit : Asynchronous sequential circuit  Synchronous sequential circuit  Asynchronous sequential circuit  Synchronous sequential circuit   1. Do not use a clock signal 1. Uses a clock signal 2. Faster  than synchronous sequential 2. They wait for the next clock pulse circuits because there is no clock pulse to arrive, to perform the next and change their state immediately operation, so these circuits are when there is a change in the i /p signal bit  slower  compared to async .

In Next Class Flip Flops Latches Counters

A