SlideShare a Scribd company logo
1 of 35
Introduction to ALU
Introduction to CombinationalCircuits
Design Procedure of Combinational
Circuits
Analysis Procedure of Combinational
Circuits
Introduction to SequentialCircuits
Types of SequentialCircuits
 ALU stands for: Arithmetic Logic Unit
 ALU is a digital circuit that performs
Arithmetic (Add, Sub, . . .) and Logical (AND,
OR, NOT) operations.
 JohnVon Neumann proposed the ALU in 1945
when he was working on EDVAC.
 AnALU is the fundamental unit of any computing
system.
 Understanding how an ALU is designed and how it
works is essential to building any advanced logic
circuits.
 Using this knowledge and experience, we can move
on to designing more complex integrated circuits.
 TheALU is the “heart” of a processor—you could say
that everything else in the CPU is there to support the
ALU.
Typical Schematic Symbol of an ALU
A and B: the inputs to the ALU
(aka operands)
R: Output or Result
F: Code or Instruction from the
Control Unit (aka as op-code)
D: Output status; it indicates cases
such as:
•carry-in
•carry-out,
•overflow,
•division-by-zero
•And . . .
 COMBINATIONALCIRCUITS
 SEQUENTIALCIRCUITS
 Combinational Circuits are made of logic
gates.
 Doesn’t contain memory element , that’s
why they cant store any information.
 Value of present output is determined by
present input.
 Examples of combinational circuits are half
adders, full adders, sub tractors etc.
 Multiplexer
 Demultiplexer
 Encoder
 Decoder
 Half Adder
 Full Adder
 Multiplexer-
 A multiplexer is a combinational circuit where binary
information from one of many input lines is selected
and directs it to a single output line.
 Demultiplexer-
 Demultiplexing is the reverse process of multiplexing;
i.e., a demultiplexer is a combinational circuit that
receives information on a single line and transmits
this information on one of 2n possible output lines.
 Encoder-
 An encoder is a combinational circuit that
produces the reverse function from that of a
decoder.
 Decoder-
 A decoder is a combinational logic circuit that
receives coded information on n input lines and
feeds them to maximum of 2n unique output lines
after conversion.
 Half-Adder :
 A half-adder is a combinational circuit that performs
the addition of two bits.
 Full Adder :
 This type of adder is a little more difficult to
implement than a half-adder.
 The main difference between a half-adder and a full-
adder is that the full-adder has three inputs and two
outputs.
This procedure involves the following steps:
 The problem is stated.
 The number of available input variables and output variables is
determined.
 The input and output variables are assigned letter symbols.
 Truth table is drawn
 Boolean function for output is obtained.
 The logic diagram is drawn.
 TO DETERMINETHE OUTPUT FUNCTIONS AS
ALGEBRAIC EXPRESSIONS.
 It is the reverse process of design procedure.
 Logic diagram of the circuit is given.
 Obtain the truth table from the diagram.
 Obtain Boolean function from theTruthTable
for output.
 Made up of combinational circuits and memory
elements.
 These memory elements are devices capable of
storing ONE-BIT information.
 Output depends on input and previous state.
 Examples of sequential circuits are flip flops,
counters, shift registers
 Flip-Flops
 JK Flip-Flop
 RS Flip-Flop
 PR Flip-Flop
 D Flip-Flop
 Registers
 Counters
 Flip-Flops are the basic building blocks of sequential
circuits.
 A flip-flop is a binary cell which can store a bit of
information.
 A basic function of flip-flop is storage, which means
memory. A flip-flop (FF) is capable of storing 1 (one) bit of
binary data.
 It has two stable states either ’1’ or ‘0’. A flip-flop
maintains any one of the two stable states which can be
treated as zero or one depending on presence and
absence of output signals.
 A circuit with flip-flops is considered a sequential circuit even in
the absence of combinational logic.
 Circuits that include flip-flops are usually classified by the function
they perform.
 Two such circuits are registers and counters:
 Registers-
 It is a group of flip-flops.
 Its basic function is to hold information within a digital system so as to
make it available to the logic units during the computing process.
 Counters-
 It is essentially a register that goes through a predetermined sequence
of states.
Sequential circuits are of two types:
 SYNCHRONOUS SEQUENTIAL CIRCUITS
 ASYNCHRONOUS SEQUENTIAL CIRCUITS
 In synchronous sequential circuits, the state of
the device changes only at discrete times in
response to a clock Pulse.
 In a synchronous circuit, an electronic
oscillator called a clock generates a sequence of
repetitive pulses called the clock signal which is
distributed to all the memory elements in the
circuit.
 Asynchronous circuit is not synchronized by a
clock signal; the outputs of the circuit change
directly in response to changes in Inputs.
 The advantage of asynchronous logic is that it
can be faster than synchronous logic, because
the circuit doesn't have to wait for a clock signal
to process inputs.
 The speed of the device is potentially limited
only by the propagation delays of the logic
gates used.
This process involves the following steps :
 Make a state table based on the problem statement.The table should
show the present states, inputs, next states and outputs. (It may be
easier to find a state diagram first, and then convert that to a table)
 Assign binary codes to the states in the state table, if you haven’t already. If
you have n states, your binary codes will have at least
log2 n digits, and your circuit will have at least log2 n flip-flops
 For each flip-flop and each row of your state table, find the flip-flop input
values that are needed to generate the next state from the present state.
You can use flip-flop excitation tables here.
 Find simplified equations for the flip-flop inputs and the outputs.
 Build the circuit!
 The Boolean function for outputs are:
T1=A+B+C
T2=ABC
T3=F2’T1
 Outputs functions for gates are :
F1=T3+T2
F2=AB+AC+BC
 F2=AB+AC+BC
 F1=A’BC’+A’B’C+AB’C’+ABC
ANY QUERIES ???
 Weblinks :
 http://www.google.com
 http://www.wikipedia.com
 http://www.slideshare.net
 http://www.kkhsou.in
 Books :
 ComputerOrganization and Architecture (8th Edition)-
William Stallings
 Schaum’s Outline ofTheory & Problems of Computer
Architecture- McGraw Hill
Sequential and combinational alu

More Related Content

What's hot

Control Units : Microprogrammed and Hardwired:control unit
Control Units : Microprogrammed and Hardwired:control unitControl Units : Microprogrammed and Hardwired:control unit
Control Units : Microprogrammed and Hardwired:control unit
abdosaidgkv
 
Architecture of 8086 Microprocessor
Architecture of 8086 Microprocessor  Architecture of 8086 Microprocessor
Architecture of 8086 Microprocessor
Mustapha Fatty
 
8086-instruction-set-ppt
 8086-instruction-set-ppt 8086-instruction-set-ppt
8086-instruction-set-ppt
jemimajerome
 

What's hot (20)

I. AO* SEARCH ALGORITHM
I. AO* SEARCH ALGORITHMI. AO* SEARCH ALGORITHM
I. AO* SEARCH ALGORITHM
 
Digital Logic Design.pptx
Digital Logic Design.pptxDigital Logic Design.pptx
Digital Logic Design.pptx
 
Memory mapping
Memory mappingMemory mapping
Memory mapping
 
instruction format and addressing modes
instruction format and addressing modesinstruction format and addressing modes
instruction format and addressing modes
 
Computer architecture data representation
Computer architecture  data representationComputer architecture  data representation
Computer architecture data representation
 
Error Detection And Correction
Error Detection And CorrectionError Detection And Correction
Error Detection And Correction
 
pipeline and vector processing
pipeline and vector processingpipeline and vector processing
pipeline and vector processing
 
Combinational circuit
Combinational circuitCombinational circuit
Combinational circuit
 
Instruction Set Architecture
Instruction Set ArchitectureInstruction Set Architecture
Instruction Set Architecture
 
Control Units : Microprogrammed and Hardwired:control unit
Control Units : Microprogrammed and Hardwired:control unitControl Units : Microprogrammed and Hardwired:control unit
Control Units : Microprogrammed and Hardwired:control unit
 
Architecture of 8086 Microprocessor
Architecture of 8086 Microprocessor  Architecture of 8086 Microprocessor
Architecture of 8086 Microprocessor
 
Sorting network
Sorting networkSorting network
Sorting network
 
Interrupts in 8051
Interrupts in 8051Interrupts in 8051
Interrupts in 8051
 
Basic blocks and flow graph in Compiler Construction
Basic blocks and flow graph in Compiler ConstructionBasic blocks and flow graph in Compiler Construction
Basic blocks and flow graph in Compiler Construction
 
3.Properties of signals
3.Properties of signals3.Properties of signals
3.Properties of signals
 
Turing Machine
Turing MachineTuring Machine
Turing Machine
 
Instruction Formats
Instruction FormatsInstruction Formats
Instruction Formats
 
8086-instruction-set-ppt
 8086-instruction-set-ppt 8086-instruction-set-ppt
8086-instruction-set-ppt
 
Presentation on 8086 Microprocessor
Presentation  on   8086 MicroprocessorPresentation  on   8086 Microprocessor
Presentation on 8086 Microprocessor
 
Plsql lab mannual
Plsql lab mannualPlsql lab mannual
Plsql lab mannual
 

Viewers also liked

Arithmetic logic units
Arithmetic logic unitsArithmetic logic units
Arithmetic logic units
owaisahmad125
 
Superscalar & superpipeline processor
Superscalar & superpipeline processorSuperscalar & superpipeline processor
Superscalar & superpipeline processor
Muhammad Ishaq
 
COMBINATIONAL CIRCUITS & FLIP FLOPS
COMBINATIONAL CIRCUITS & FLIP FLOPSCOMBINATIONAL CIRCUITS & FLIP FLOPS
COMBINATIONAL CIRCUITS & FLIP FLOPS
Starlee Lathong
 

Viewers also liked (20)

Combinational Circuits & Sequential Circuits
Combinational Circuits & Sequential CircuitsCombinational Circuits & Sequential Circuits
Combinational Circuits & Sequential Circuits
 
Difference between combinational and
Difference between combinational andDifference between combinational and
Difference between combinational and
 
Arithmetic logic units
Arithmetic logic unitsArithmetic logic units
Arithmetic logic units
 
arithmetic logic unit
arithmetic logic unitarithmetic logic unit
arithmetic logic unit
 
Superscalar & superpipeline processor
Superscalar & superpipeline processorSuperscalar & superpipeline processor
Superscalar & superpipeline processor
 
Arithmetic Logic Unit (ALU)
Arithmetic Logic Unit (ALU)Arithmetic Logic Unit (ALU)
Arithmetic Logic Unit (ALU)
 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuits
 
Arithmetic Logic Unit .
Arithmetic Logic Unit .Arithmetic Logic Unit .
Arithmetic Logic Unit .
 
ALU arithmetic logic unit
ALU  arithmetic logic unitALU  arithmetic logic unit
ALU arithmetic logic unit
 
SEQUENTIAL AND COMBINATIONAL CIRCUITS,DIGITAL LOGIC DESIGN
SEQUENTIAL AND COMBINATIONAL CIRCUITS,DIGITAL LOGIC DESIGNSEQUENTIAL AND COMBINATIONAL CIRCUITS,DIGITAL LOGIC DESIGN
SEQUENTIAL AND COMBINATIONAL CIRCUITS,DIGITAL LOGIC DESIGN
 
ALU
ALUALU
ALU
 
Sequential circuits in digital logic design
Sequential circuits in digital logic designSequential circuits in digital logic design
Sequential circuits in digital logic design
 
Sequential Logic Circuit
Sequential Logic CircuitSequential Logic Circuit
Sequential Logic Circuit
 
Regulatory Control for the Safe Transport of Naturally Occurring Radioactive ...
Regulatory Control for the Safe Transport of Naturally Occurring Radioactive ...Regulatory Control for the Safe Transport of Naturally Occurring Radioactive ...
Regulatory Control for the Safe Transport of Naturally Occurring Radioactive ...
 
Sequential circuits
Sequential circuitsSequential circuits
Sequential circuits
 
Sequential logics 1
Sequential logics 1Sequential logics 1
Sequential logics 1
 
Combinational circuits
Combinational circuits Combinational circuits
Combinational circuits
 
MASTER SLAVE JK FLIP FLOP & T FLIP FLOP
MASTER SLAVE JK FLIP FLOP & T FLIP FLOPMASTER SLAVE JK FLIP FLOP & T FLIP FLOP
MASTER SLAVE JK FLIP FLOP & T FLIP FLOP
 
COMBINATIONAL CIRCUITS & FLIP FLOPS
COMBINATIONAL CIRCUITS & FLIP FLOPSCOMBINATIONAL CIRCUITS & FLIP FLOPS
COMBINATIONAL CIRCUITS & FLIP FLOPS
 
Fixed point and floating-point numbers
Fixed point and  floating-point numbersFixed point and  floating-point numbers
Fixed point and floating-point numbers
 

Similar to Sequential and combinational alu

logic Basics of Sequential Circuits.docx
logic Basics of Sequential Circuits.docxlogic Basics of Sequential Circuits.docx
logic Basics of Sequential Circuits.docx
ERMIASAmanuel1
 
logic Basics of Sequential Circuits.docx
logic Basics of Sequential Circuits.docxlogic Basics of Sequential Circuits.docx
logic Basics of Sequential Circuits.docx
ERMIASAmanuel1
 

Similar to Sequential and combinational alu (20)

Csa chapter 2
Csa  chapter 2Csa  chapter 2
Csa chapter 2
 
2 marks DPCO.pdf
2 marks DPCO.pdf2 marks DPCO.pdf
2 marks DPCO.pdf
 
Coa presentation2
Coa presentation2Coa presentation2
Coa presentation2
 
Digital logic and microprocessors
Digital logic and microprocessorsDigital logic and microprocessors
Digital logic and microprocessors
 
lecture Fatmasultak235555551626342617.pdf
lecture Fatmasultak235555551626342617.pdflecture Fatmasultak235555551626342617.pdf
lecture Fatmasultak235555551626342617.pdf
 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuits
 
logic Basics of Sequential Circuits.docx
logic Basics of Sequential Circuits.docxlogic Basics of Sequential Circuits.docx
logic Basics of Sequential Circuits.docx
 
logic Basics of Sequential Circuits.docx
logic Basics of Sequential Circuits.docxlogic Basics of Sequential Circuits.docx
logic Basics of Sequential Circuits.docx
 
CAM ladder logic diagram
CAM ladder logic diagramCAM ladder logic diagram
CAM ladder logic diagram
 
Unit 4 - PLC.pptx
Unit 4 - PLC.pptxUnit 4 - PLC.pptx
Unit 4 - PLC.pptx
 
Programmable Logic Array(PLA), digital circuits
Programmable Logic Array(PLA), digital circuits Programmable Logic Array(PLA), digital circuits
Programmable Logic Array(PLA), digital circuits
 
Sequential circuit design
Sequential circuit designSequential circuit design
Sequential circuit design
 
Plc
PlcPlc
Plc
 
Cs302 shortnoteslectures1to45
Cs302 shortnoteslectures1to45Cs302 shortnoteslectures1to45
Cs302 shortnoteslectures1to45
 
Programmable logic array
Programmable logic arrayProgrammable logic array
Programmable logic array
 
PLC
PLCPLC
PLC
 
Introduction to flipflops basic of elctronics COA.pptx
Introduction to flipflops basic of elctronics COA.pptxIntroduction to flipflops basic of elctronics COA.pptx
Introduction to flipflops basic of elctronics COA.pptx
 
10617568.ppt
10617568.ppt10617568.ppt
10617568.ppt
 
Combinational logic circuit by umakant bhaskar gohatre
Combinational logic circuit by umakant bhaskar gohatreCombinational logic circuit by umakant bhaskar gohatre
Combinational logic circuit by umakant bhaskar gohatre
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic Controller
 

More from Piyush Rochwani (20)

Unit 2
Unit 2Unit 2
Unit 2
 
Unit 3
Unit 3Unit 3
Unit 3
 
Biometrics based key generation
Biometrics based key generationBiometrics based key generation
Biometrics based key generation
 
Serial transmission
Serial transmissionSerial transmission
Serial transmission
 
Memory virtualization
Memory virtualizationMemory virtualization
Memory virtualization
 
Risc
RiscRisc
Risc
 
Raid
Raid Raid
Raid
 
Pipelining and co processor.
Pipelining and co processor.Pipelining and co processor.
Pipelining and co processor.
 
Paging and segmentation
Paging and segmentationPaging and segmentation
Paging and segmentation
 
Page replacement algorithms
Page replacement algorithmsPage replacement algorithms
Page replacement algorithms
 
8086 Microprocessor
8086 Microprocessor8086 Microprocessor
8086 Microprocessor
 
Dma
DmaDma
Dma
 
Control unit
Control unitControl unit
Control unit
 
Memory types
Memory typesMemory types
Memory types
 
Solid state solid state drives
Solid state solid state drivesSolid state solid state drives
Solid state solid state drives
 
Coa INTERUPT
Coa INTERUPTCoa INTERUPT
Coa INTERUPT
 
Cisc(a022& a023)
Cisc(a022& a023)Cisc(a022& a023)
Cisc(a022& a023)
 
Booth’s algorithm.(a014& a015)
Booth’s algorithm.(a014& a015)Booth’s algorithm.(a014& a015)
Booth’s algorithm.(a014& a015)
 
06 floating point
06 floating point06 floating point
06 floating point
 
05 multiply divide
05 multiply divide05 multiply divide
05 multiply divide
 

Recently uploaded

Recently uploaded (20)

How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 

Sequential and combinational alu

  • 1.
  • 2. Introduction to ALU Introduction to CombinationalCircuits Design Procedure of Combinational Circuits Analysis Procedure of Combinational Circuits Introduction to SequentialCircuits Types of SequentialCircuits
  • 3.  ALU stands for: Arithmetic Logic Unit  ALU is a digital circuit that performs Arithmetic (Add, Sub, . . .) and Logical (AND, OR, NOT) operations.  JohnVon Neumann proposed the ALU in 1945 when he was working on EDVAC.
  • 4.  AnALU is the fundamental unit of any computing system.  Understanding how an ALU is designed and how it works is essential to building any advanced logic circuits.  Using this knowledge and experience, we can move on to designing more complex integrated circuits.  TheALU is the “heart” of a processor—you could say that everything else in the CPU is there to support the ALU.
  • 5. Typical Schematic Symbol of an ALU A and B: the inputs to the ALU (aka operands) R: Output or Result F: Code or Instruction from the Control Unit (aka as op-code) D: Output status; it indicates cases such as: •carry-in •carry-out, •overflow, •division-by-zero •And . . .
  • 7.  Combinational Circuits are made of logic gates.  Doesn’t contain memory element , that’s why they cant store any information.  Value of present output is determined by present input.  Examples of combinational circuits are half adders, full adders, sub tractors etc.
  • 8.
  • 9.
  • 10.
  • 11.  Multiplexer  Demultiplexer  Encoder  Decoder  Half Adder  Full Adder
  • 12.  Multiplexer-  A multiplexer is a combinational circuit where binary information from one of many input lines is selected and directs it to a single output line.  Demultiplexer-  Demultiplexing is the reverse process of multiplexing; i.e., a demultiplexer is a combinational circuit that receives information on a single line and transmits this information on one of 2n possible output lines.
  • 13.  Encoder-  An encoder is a combinational circuit that produces the reverse function from that of a decoder.  Decoder-  A decoder is a combinational logic circuit that receives coded information on n input lines and feeds them to maximum of 2n unique output lines after conversion.
  • 14.  Half-Adder :  A half-adder is a combinational circuit that performs the addition of two bits.  Full Adder :  This type of adder is a little more difficult to implement than a half-adder.  The main difference between a half-adder and a full- adder is that the full-adder has three inputs and two outputs.
  • 15. This procedure involves the following steps:  The problem is stated.  The number of available input variables and output variables is determined.  The input and output variables are assigned letter symbols.  Truth table is drawn  Boolean function for output is obtained.  The logic diagram is drawn.
  • 16.  TO DETERMINETHE OUTPUT FUNCTIONS AS ALGEBRAIC EXPRESSIONS.  It is the reverse process of design procedure.  Logic diagram of the circuit is given.  Obtain the truth table from the diagram.  Obtain Boolean function from theTruthTable for output.
  • 17.  Made up of combinational circuits and memory elements.  These memory elements are devices capable of storing ONE-BIT information.  Output depends on input and previous state.  Examples of sequential circuits are flip flops, counters, shift registers
  • 18.
  • 19.
  • 20.
  • 21.  Flip-Flops  JK Flip-Flop  RS Flip-Flop  PR Flip-Flop  D Flip-Flop  Registers  Counters
  • 22.  Flip-Flops are the basic building blocks of sequential circuits.  A flip-flop is a binary cell which can store a bit of information.  A basic function of flip-flop is storage, which means memory. A flip-flop (FF) is capable of storing 1 (one) bit of binary data.  It has two stable states either ’1’ or ‘0’. A flip-flop maintains any one of the two stable states which can be treated as zero or one depending on presence and absence of output signals.
  • 23.  A circuit with flip-flops is considered a sequential circuit even in the absence of combinational logic.  Circuits that include flip-flops are usually classified by the function they perform.  Two such circuits are registers and counters:  Registers-  It is a group of flip-flops.  Its basic function is to hold information within a digital system so as to make it available to the logic units during the computing process.  Counters-  It is essentially a register that goes through a predetermined sequence of states.
  • 24. Sequential circuits are of two types:  SYNCHRONOUS SEQUENTIAL CIRCUITS  ASYNCHRONOUS SEQUENTIAL CIRCUITS
  • 25.  In synchronous sequential circuits, the state of the device changes only at discrete times in response to a clock Pulse.  In a synchronous circuit, an electronic oscillator called a clock generates a sequence of repetitive pulses called the clock signal which is distributed to all the memory elements in the circuit.
  • 26.  Asynchronous circuit is not synchronized by a clock signal; the outputs of the circuit change directly in response to changes in Inputs.  The advantage of asynchronous logic is that it can be faster than synchronous logic, because the circuit doesn't have to wait for a clock signal to process inputs.  The speed of the device is potentially limited only by the propagation delays of the logic gates used.
  • 27. This process involves the following steps :  Make a state table based on the problem statement.The table should show the present states, inputs, next states and outputs. (It may be easier to find a state diagram first, and then convert that to a table)  Assign binary codes to the states in the state table, if you haven’t already. If you have n states, your binary codes will have at least log2 n digits, and your circuit will have at least log2 n flip-flops  For each flip-flop and each row of your state table, find the flip-flop input values that are needed to generate the next state from the present state. You can use flip-flop excitation tables here.  Find simplified equations for the flip-flop inputs and the outputs.  Build the circuit!
  • 28.
  • 29.  The Boolean function for outputs are: T1=A+B+C T2=ABC T3=F2’T1  Outputs functions for gates are : F1=T3+T2 F2=AB+AC+BC
  • 30.
  • 31.
  • 34.  Weblinks :  http://www.google.com  http://www.wikipedia.com  http://www.slideshare.net  http://www.kkhsou.in  Books :  ComputerOrganization and Architecture (8th Edition)- William Stallings  Schaum’s Outline ofTheory & Problems of Computer Architecture- McGraw Hill