Download presentation
Presentation is loading. Please wait.
Published byErick Campbell Modified over 6 years ago
1
Overview Introduction Logic Gates Flip Flops Registers Counters
Review of Basics of Digital Electronics Lecture 1 Overview Introduction Logic Gates Flip Flops Registers Counters Multiplexer/ Demultiplexer Decoder/ Encoder CSE 211, Computer Organization and Architecture Harjeet Kaur, CSE/IT
2
Block diagram of a digital computer
Review of Basics of Digital Electronics Lecture 1 Introduction Digital Computer A computer that stores data in terms of digits (numbers) and proceeds in discrete steps from one state to the next Binary digits The states of a digital computer typically involve binary digits. A binary digit is called a bit RAM CPU O/P Device I/P Device IOP Block diagram of a digital computer CSE 211, Computer Organization and Architecture Harjeet Kaur, CSE/IT
3
Logic Gates Review of Basics of Digital Electronics 3 Lecture 1
X X = (A + B)’ B Name Symbol Function Truth Table AND A X = A • B X or B X = AB OR X X = A + B I A X X = A’ Buffer A X X = A A X NAND X X = (AB)’ NOR XOR Exclusive OR A X = A B X or B X = A’B + AB’ A X = (A B)’ B X = A’B’+ AB XNOR Exclusive NOR or Equivalence A B X A X A B X CSE 211, Computer Organization and Architecture Harjeet Kaur, CSE/IT
4
Review of Basics of Digital Electronics 4 Lecture 1
Flip Flops Characteristics - 2 stable states - Memory capability - Operation is specified by a Characteristic Table The Storage elements employed in clocked sequential circuits, capable of storing one bit of information, are called Flip Flops The most common types of flip flops are SR (Set Reset) D (Data) JK T (Toggle) CSE 211, Computer Organization and Architecture Harjeet Kaur, CSE/IT
5
Edge Triggered Flip Flops
Review of Basics of Digital Electronics Lecture 1 Clocked Flip Flops In a large digital system with many flip flops, operations of individual flip flops are required to be synchronized to a clock pulse. Otherwise, the operations of the system may be unpredictable. Clock pulse allows the flip flop to change state only when there is a clock pulse appearing at the c terminal (as shown in fig). S Q S Q c c R Q’ R Q’ operates when operates when clock is high clock is low Edge Triggered Flip Flops State transition occurs at the rising edge or falling edge of the clock pulse CSE 211, Computer Organization and Architecture Harjeet Kaur, CSE/IT
6
Flip Flops Review of Basics of Digital Electronics 6 Lecture 1
GraphicalSymbol Characteristic Table SR (Set Reset) D (Data) S Q c R Q’ S R Q(t+1) Q(t) indeterminate (forbidden) D Q(t+1) J Q C K Q' CSE 211, Computer Organization and Architecture Harjeet Kaur, CSE/IT
8
Flip Flops Review of Basics of Digital Electronics 8 Lecture 1
GraphicalSymbol Characteristic Table J-K T (Toggle) J Q C K Q' S R Q(t+1) Q(t) indeterminate (forbidden) J K Q(t+1) Q(t) Q’(t) J Q c R Q’ T Q(t+1) Q(t) Q’(t) T Q c CSE 211, Computer Organization and Architecture Harjeet Kaur, CSE/IT
9
S-R flip flop :
10
D flip flop :
11
J-K flip flop :
12
T flip flop :
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.