Chapter 6 register

CT Sabariah Salihin
CT Sabariah SalihinEducator em Politeknik Primere PSA
CHAPTER 6 : REGISTER
By:
Siti Sabariah Hj. Salihin
Electrical Engineering Department

EE 202 : DIGITAL ELECTRONICS

1
CHAPTER 202 ::DIGITAL ELECTRONICS
6 REGISTER
EE
Course Learning Outcomes, CLO
Upon completion of the course, students should be able to:
� CLO 3 : Draw logics diagrams, truth tables and timing diagrams for

all common flip flops and use these to implement sequential logic
circuits correctly.

EE 202 : DIGITAL ELECTRONICS
CHAPTER 6 : REGISTER
EE 202 : DIGITAL ELECTRONICS

Upon completion of this Chapter, students should be able to
to:
6.1 Understand the concepts and applications of registers and shift
Registers.
6.1.1 Classify the Shift Register according to the methods of data
input/output: SISO, PIPO, SIPO, PISO.
6.1.2 State the applications of Shift registers listed in 6.1.1
6.1.3 Interpret the Operation and circuit of Shift Register listed in 6.1.1
6.1.4 Interpret the Operation and application of an integrated circuits
Shift Register listed in 6.1.1
6.1.5 Explain the application of Shift Register as arithmetic circuits:
6.1.6 Explain the operations and application of Ring Counters and
Johnson Counter
Introduction – Shift Register
� Shift registers are constructed using several flipflop, connected in such a way to STORE and
TRANSFER/ Shift digital data.
� Basically, D flip-flop is used. The input data
(either ‘0’ or ‘1’) is applied to the D terminal and
the data will be stored at Q during
positive/negative-edge transition of the clock
pulse.
D Q

Q
EE 202 : DIGITAL ELECTRONICS

4
Shift Register
� One D FF is used to store 1-bit of data. Thus, the
number of flip-flops used is the same with the
number of bit stored.
� Shift register mean that the data in each FF can be
transferred/move to other FF upon edge triggering
of the clock signal.
� Four types of data movement in shift register are:� Parallel in / parallel out (PIPO)
� Serial in / serial out (SISO)
� Parallel in / serial out (PISO)
� Serial in / parallel out (SIPO)
EE 202 : DIGITAL ELECTRONICS

5
� Serial Data VS Parallel Data movement

Serial

Parallel

•Movement of N-bit data
require N number of CLK
pulses. Thus, the operation is
slow.
•Only one FF is required to be
connected at the output
terminal, thus only one wire is
required.

•Require only one CLK pulse
to transfer all N-bit of data.
Thus, operation is faster than
serial.
•Required N number of
connection to the output
terminal, which is proportional
to the number of bit. Thus, too
many connection is required.

EE 202 : DIGITAL ELECTRONICS

6
� Flip-flop configuration for PIPO register.
D3

D2

D Q3

D1

D Q2

CP

D0

D Q1

CP

D Q0

CP

CP

CLK
Q3

Q2

EE 202 : DIGITAL ELECTRONICS

Q1

Q0

7
Parallel in / parallel out (PIPO)
PIPO data movement.
CLK
D3

0

1

1

1

1

D2

0

1

0

1

0

D1

1

1

1

0

1

D0

0

0

1

0

0

Q3

0

1

0

Q2

0

0

1

1

1

0

0

Q1
Q0

0

0

8
� Flip-flop connection for SISO.

1st CLK

DIN
CLK

D Q0

2nd CLK

D Q1

3rd CLK

4th CLK

D Q2

D Q3

CP

CP

CP

CP

FF0

FF1

FF2

FF3

EE 202 : DIGITAL ELECTRONICS

9
Serial in / serial out (SISO)
SISO data movement. Binary data 10111 is transferred!
1st

2nd

3rd

4th

5th

CLK
DATA-IN

1

0

1

1

1

Q0
Q1

Q2

Q3

10
Flip-flop connection for PISO
SHIFT/LOADD0

D1

D2

D3

Serial
data
out

D Q0
CLK

D Q1

D Q2

D Q3

CP

CP

CP

CP

FF0

FF1

FF2

FF3
11
Parallel in / serial out (PISO)
� PISO data movement.
CLK
D0

0

0

1

1

1

D1

0

1

0

1

0

D2

1

1

1

0

1

D3

1

0

0

1

1

SHIFT/
LOAD
Q3

0

1

1

0

0

1
12
Integrated circuits Shift Register

Chips for shift registers
� 74164 is a 8-bit SIPO shift register

A
B
CLR

74164

CLK

Q0 Q 1 Q 2 Q3 Q 4 Q5 Q6 Q 7

EE 202 : DIGITAL ELECTRONICS

13
Integrated circuits Shift Register

Chips for shift registers
� 74165 is a 8-bit PISO register
D0 D1 D2 D3 D4 D5 D6 D7

SH/LD
SER
CLK INH

Q7
74165

Q7

CLK

EE 202 : DIGITAL ELECTRONICS

14
Integrated circuits Shift Register

Chips for shift registers
� 74195 can be used as a 4-bit PIPO register
D0 D1 D2 D3

J
K
SH/LD

74195

CLR
CLK

Q0 Q 1 Q 2 Q 3
EE 202 : DIGITAL ELECTRONICS

15
Shift Register as arithmetic circuits:
� Shift Register as Divider 2 circuits

Example :
14 = 1 1 1 0
7 =0111
3.5= 3 = 00 1 1
1.5 = 1 = 0 0 0 1
Notes : Shift to RIGHT as divider 2.

EE 202 : DIGITAL ELECTRONICS
Shift Register as arithmetic circuits:
� Shift Register as Multiplier 2 circuits

Example :
8
16
32
64

= 1100
= 10000
= 100000
= 1000000

Notes : Shift to LEFT as Multiplier 2.

EE 202 : DIGITAL ELECTRONICS
Shift Register Counters
� A shift register counter is a shift register whose
output being fed back (connected back) to the
serial input. This shift register would count the
state in a unique sequence!
� Two types of shift register counter:� The ring counter
� The Johnson counter

EE 202 : DIGITAL ELECTRONICS

18
Ring Counter (continue)
�Ring counters are used to
construct “One-Hot”
counters
�It can be constructed for any
desired MOD number
�A MOD-N ring counter uses
N flip-flops connected in the
arrangement as shown in fig.
a)
�In general ring-counter will
require more flip-flops than a
binary counter for the same
MOD number
EE 202 : DIGITAL ELECTRONICS

19
Ring Counter
Q3

Q2

Q1

EE 202 : DIGITAL ELECTRONICS

Q0

20
Ring Counter (continue)

EE 202 : DIGITAL ELECTRONICS

21
Ring Counter (continue)
0

0

0

1

1

0

0

0

0

1

0

0

0

0

1

0

EE 202 : DIGITAL ELECTRONICS

22
Ring Counter (continue)
� Exercise: Draw a 3 Bit Ring Counter Circuit with

initial input

010 . show a True Table until 8 clock

pulse/number sequence and draw the output waveform.
� Answer:

Discuss with Your lecturer

EE 202 : DIGITAL ELECTRONICS

23
Johnson Counter
Or Twisted-ring counter

�Johnson counter constructed exactly like a normal ring counter
except that the inverted output of the last flip-flop is fed back to
first flip-flop

EE 202 : DIGITAL ELECTRONICS

24
Johnson Counter
(Continue)

EE 202 : DIGITAL ELECTRONICS

25
Johnson Counter
(Continue)

0

1

1

1

0

0

1

1

C 0

0

0

1

A

B

EE 202 : DIGITAL ELECTRONICS

26
REFERENCES:
1. "Digital Systems Principles And Application"
Sixth Editon, Ronald J. Tocci.
2. "Digital Systems Fundamentals"
P.W Chandana Prasad, Lau Siong Hoe,
Dr. Ashutosh Kumar Singh, Muhammad Suryanata.

Download Tutorials Chapter 6: Register
@ CIDOS
http://www.cidos.edu.my
http://www.sabariahsalihin.com
EE 202 : DIGITAL ELECTRONICS

28
1 de 28

Recomendados

Sequential Logic CircuitSequential Logic Circuit
Sequential Logic CircuitRamasubbu .P
27.7K visualizações29 slides
CountersCounters
CountersKetaki_Pattani
14.3K visualizações26 slides
Latches and flip flopsLatches and flip flops
Latches and flip flopsmubashir farooq
20.3K visualizações26 slides
flip flops flip flops
flip flops Unsa Shakir
13.2K visualizações24 slides
CountersCounters
CountersRevathi Subramaniam
1.7K visualizações12 slides

Mais conteúdo relacionado

Mais procurados

Combinational circuitsCombinational circuits
Combinational circuitsJamnas Mundakkutty A
1.3K visualizações41 slides
Flip-Flop || Digital ElectronicsFlip-Flop || Digital Electronics
Flip-Flop || Digital ElectronicsMd Sadequl Islam
8.9K visualizações12 slides
Ring counterRing counter
Ring counterGhufran Hasan
4.5K visualizações2 slides
Introduction to CountersIntroduction to Counters
Introduction to CountersISMT College
886 visualizações23 slides
CountersCounters
CountersAbhilash Nair
47.6K visualizações39 slides
RegistersRegisters
RegistersSanjeev Patel
36K visualizações12 slides

Mais procurados(20)

Combinational circuitsCombinational circuits
Combinational circuits
Jamnas Mundakkutty A1.3K visualizações
Flip-Flop || Digital ElectronicsFlip-Flop || Digital Electronics
Flip-Flop || Digital Electronics
Md Sadequl Islam8.9K visualizações
Ring counterRing counter
Ring counter
Ghufran Hasan4.5K visualizações
Introduction to CountersIntroduction to Counters
Introduction to Counters
ISMT College886 visualizações
CountersCounters
Counters
Abhilash Nair47.6K visualizações
RegistersRegisters
Registers
Sanjeev Patel36K visualizações
 latches latches
latches
Unsa Shakir3.8K visualizações
Digital electronicsDigital electronics
Digital electronics
Afghanistan civil aviation institute39.4K visualizações
Registers and counters Registers and counters
Registers and counters
Deepak John10.7K visualizações
SHIFT REGISTERSSHIFT REGISTERS
SHIFT REGISTERS
kumari361.3K visualizações
Combinational circuits Combinational circuits
Combinational circuits
DrSonali Vyas20.1K visualizações
digital Counterdigital Counter
digital Counter
shamshad alam13.6K visualizações
Synchronous countersSynchronous counters
Synchronous counters
Lee Diaz15.4K visualizações
Digital Registers & CountersDigital Registers & Counters
Digital Registers & Counters
university of education,Lahore4.9K visualizações
ANALOG AND DIGITAL ELECTRONICS unit 5ANALOG AND DIGITAL ELECTRONICS unit 5
ANALOG AND DIGITAL ELECTRONICS unit 5
ACE ENGINEERING COLLEGE2.3K visualizações
Flip flops, counters & registersFlip flops, counters & registers
Flip flops, counters & registers
Dharit Unadkat2.8K visualizações
CountersCounters
Counters
Randaqra2.1K visualizações
Latches and flip flopLatches and flip flop
Latches and flip flop
Shuaib Hotak8.5K visualizações
DldDld
Dld
Zain Ul Abedeen2.1K visualizações
Digital clock presentationDigital clock presentation
Digital clock presentation
Aditya Jha ✅759 visualizações

Similar a Chapter 6 register

Dee2034 chapter 6 registerDee2034 chapter 6 register
Dee2034 chapter 6 registerSITI SABARIAH SALIHIN
2.3K visualizações28 slides
Dee2034 chapter 5 counterDee2034 chapter 5 counter
Dee2034 chapter 5 counterSITI SABARIAH SALIHIN
6.8K visualizações59 slides
Chapter 5 counterChapter 5 counter
Chapter 5 counterCT Sabariah Salihin
203.9K visualizações59 slides
Chapter 5 counter1Chapter 5 counter1
Chapter 5 counter1CT Sabariah Salihin
3.4K visualizações59 slides
K010137378K010137378
K010137378IOSR Journals
117 visualizações6 slides

Similar a Chapter 6 register(20)

Dee2034 chapter 6 registerDee2034 chapter 6 register
Dee2034 chapter 6 register
SITI SABARIAH SALIHIN2.3K visualizações
Dee2034 chapter 5 counterDee2034 chapter 5 counter
Dee2034 chapter 5 counter
SITI SABARIAH SALIHIN6.8K visualizações
Chapter 5 counterChapter 5 counter
Chapter 5 counter
CT Sabariah Salihin203.9K visualizações
Chapter 5 counter1Chapter 5 counter1
Chapter 5 counter1
CT Sabariah Salihin3.4K visualizações
K010137378K010137378
K010137378
IOSR Journals117 visualizações
Lab 9 D-Flip Flops: Shift Register and Sequence CounterLab 9 D-Flip Flops: Shift Register and Sequence Counter
Lab 9 D-Flip Flops: Shift Register and Sequence Counter
Katrina Little2.9K visualizações
DIGITAL VOLTMETER USING 8051 MICROCONTROLLERDIGITAL VOLTMETER USING 8051 MICROCONTROLLER
DIGITAL VOLTMETER USING 8051 MICROCONTROLLER
Chirag Lakhani7.2K visualizações
Microprocessorlabmanual ee0310Microprocessorlabmanual ee0310
Microprocessorlabmanual ee0310
DHEERAJ DHAKAR960 visualizações
ADC and DAC interfacing.pdfADC and DAC interfacing.pdf
ADC and DAC interfacing.pdf
VikasMahor355 visualizações
IMPLEMENTING A DIGITAL MULTIMETERIMPLEMENTING A DIGITAL MULTIMETER
IMPLEMENTING A DIGITAL MULTIMETER
Vijay Elavunkal2.5K visualizações
Coa presentation2Coa presentation2
Coa presentation2
rickypatel151804 visualizações
Digital stop watchDigital stop watch
Digital stop watch
Sai Malleswar46.7K visualizações
Analog to Digital ConvertersAnalog to Digital Converters
Analog to Digital Converters
Amitabh Shukla4.1K visualizações
project 3 full reportproject 3 full report
project 3 full report
Shubham Shivhare237 visualizações
Digital Alarm Clock (IC-TMS-8560)Digital Alarm Clock (IC-TMS-8560)
Digital Alarm Clock (IC-TMS-8560)
Chintan Patel5.3K visualizações
Information sheet/Kertas PeneranganInformation sheet/Kertas Penerangan
Information sheet/Kertas Penerangan
athirahchehusin 341 visualizações
FYBSC IT Digital Electronics Unit V Chapter I CountersFYBSC IT Digital Electronics Unit V Chapter I Counters
FYBSC IT Digital Electronics Unit V Chapter I Counters
Arti Parab Academics 809 visualizações

Último

Lecture: Open InnovationLecture: Open Innovation
Lecture: Open InnovationMichal Hron
82 visualizações56 slides
ICS3211_lecture 08_2023.pdfICS3211_lecture 08_2023.pdf
ICS3211_lecture 08_2023.pdfVanessa Camilleri
68 visualizações30 slides
Streaming Quiz 2023.pdfStreaming Quiz 2023.pdf
Streaming Quiz 2023.pdfQuiz Club NITW
87 visualizações101 slides
discussion post.pdfdiscussion post.pdf
discussion post.pdfjessemercerail
70 visualizações1 slide

Último(20)

Lecture: Open InnovationLecture: Open Innovation
Lecture: Open Innovation
Michal Hron82 visualizações
ICS3211_lecture 08_2023.pdfICS3211_lecture 08_2023.pdf
ICS3211_lecture 08_2023.pdf
Vanessa Camilleri68 visualizações
Use of Probiotics in Aquaculture.pptxUse of Probiotics in Aquaculture.pptx
Use of Probiotics in Aquaculture.pptx
AKSHAY MANDAL69 visualizações
Streaming Quiz 2023.pdfStreaming Quiz 2023.pdf
Streaming Quiz 2023.pdf
Quiz Club NITW87 visualizações
Azure DevOps Pipeline setup for Mule APIs #36Azure DevOps Pipeline setup for Mule APIs #36
Azure DevOps Pipeline setup for Mule APIs #36
MysoreMuleSoftMeetup75 visualizações
discussion post.pdfdiscussion post.pdf
discussion post.pdf
jessemercerail70 visualizações
Industry4wrd.pptxIndustry4wrd.pptx
Industry4wrd.pptx
BC Chew153 visualizações
UWP OA Week Presentation (1).pptxUWP OA Week Presentation (1).pptx
UWP OA Week Presentation (1).pptx
Jisc51 visualizações
Narration  ppt.pptxNarration  ppt.pptx
Narration ppt.pptx
Tariq KHAN62 visualizações
Structure and Functions of Cell.pdfStructure and Functions of Cell.pdf
Structure and Functions of Cell.pdf
Nithya Murugan142 visualizações
American Psychological Association  7th Edition.pptxAmerican Psychological Association  7th Edition.pptx
American Psychological Association 7th Edition.pptx
SamiullahAfridi458 visualizações
Sociology KS5Sociology KS5
Sociology KS5
WestHatch50 visualizações
Material del tarjetero LEES Travesías.docxMaterial del tarjetero LEES Travesías.docx
Material del tarjetero LEES Travesías.docx
Norberto Millán Muñoz57 visualizações
Ch. 7 Political Participation and Elections.pptxCh. 7 Political Participation and Elections.pptx
Ch. 7 Political Participation and Elections.pptx
Rommel Regala55 visualizações
Psychology KS5Psychology KS5
Psychology KS5
WestHatch53 visualizações
SIMPLE PRESENT TENSE_new.pptxSIMPLE PRESENT TENSE_new.pptx
SIMPLE PRESENT TENSE_new.pptx
nisrinamadani2146 visualizações
Scope of Biochemistry.pptxScope of Biochemistry.pptx
Scope of Biochemistry.pptx
shoba shoba110 visualizações

Chapter 6 register

  • 1. CHAPTER 6 : REGISTER By: Siti Sabariah Hj. Salihin Electrical Engineering Department EE 202 : DIGITAL ELECTRONICS 1
  • 2. CHAPTER 202 ::DIGITAL ELECTRONICS 6 REGISTER EE Course Learning Outcomes, CLO Upon completion of the course, students should be able to: � CLO 3 : Draw logics diagrams, truth tables and timing diagrams for all common flip flops and use these to implement sequential logic circuits correctly. EE 202 : DIGITAL ELECTRONICS
  • 3. CHAPTER 6 : REGISTER EE 202 : DIGITAL ELECTRONICS Upon completion of this Chapter, students should be able to to: 6.1 Understand the concepts and applications of registers and shift Registers. 6.1.1 Classify the Shift Register according to the methods of data input/output: SISO, PIPO, SIPO, PISO. 6.1.2 State the applications of Shift registers listed in 6.1.1 6.1.3 Interpret the Operation and circuit of Shift Register listed in 6.1.1 6.1.4 Interpret the Operation and application of an integrated circuits Shift Register listed in 6.1.1 6.1.5 Explain the application of Shift Register as arithmetic circuits: 6.1.6 Explain the operations and application of Ring Counters and Johnson Counter
  • 4. Introduction – Shift Register � Shift registers are constructed using several flipflop, connected in such a way to STORE and TRANSFER/ Shift digital data. � Basically, D flip-flop is used. The input data (either ‘0’ or ‘1’) is applied to the D terminal and the data will be stored at Q during positive/negative-edge transition of the clock pulse. D Q Q EE 202 : DIGITAL ELECTRONICS 4
  • 5. Shift Register � One D FF is used to store 1-bit of data. Thus, the number of flip-flops used is the same with the number of bit stored. � Shift register mean that the data in each FF can be transferred/move to other FF upon edge triggering of the clock signal. � Four types of data movement in shift register are:� Parallel in / parallel out (PIPO) � Serial in / serial out (SISO) � Parallel in / serial out (PISO) � Serial in / parallel out (SIPO) EE 202 : DIGITAL ELECTRONICS 5
  • 6. � Serial Data VS Parallel Data movement Serial Parallel •Movement of N-bit data require N number of CLK pulses. Thus, the operation is slow. •Only one FF is required to be connected at the output terminal, thus only one wire is required. •Require only one CLK pulse to transfer all N-bit of data. Thus, operation is faster than serial. •Required N number of connection to the output terminal, which is proportional to the number of bit. Thus, too many connection is required. EE 202 : DIGITAL ELECTRONICS 6
  • 7. � Flip-flop configuration for PIPO register. D3 D2 D Q3 D1 D Q2 CP D0 D Q1 CP D Q0 CP CP CLK Q3 Q2 EE 202 : DIGITAL ELECTRONICS Q1 Q0 7
  • 8. Parallel in / parallel out (PIPO) PIPO data movement. CLK D3 0 1 1 1 1 D2 0 1 0 1 0 D1 1 1 1 0 1 D0 0 0 1 0 0 Q3 0 1 0 Q2 0 0 1 1 1 0 0 Q1 Q0 0 0 8
  • 9. � Flip-flop connection for SISO. 1st CLK DIN CLK D Q0 2nd CLK D Q1 3rd CLK 4th CLK D Q2 D Q3 CP CP CP CP FF0 FF1 FF2 FF3 EE 202 : DIGITAL ELECTRONICS 9
  • 10. Serial in / serial out (SISO) SISO data movement. Binary data 10111 is transferred! 1st 2nd 3rd 4th 5th CLK DATA-IN 1 0 1 1 1 Q0 Q1 Q2 Q3 10
  • 11. Flip-flop connection for PISO SHIFT/LOADD0 D1 D2 D3 Serial data out D Q0 CLK D Q1 D Q2 D Q3 CP CP CP CP FF0 FF1 FF2 FF3 11
  • 12. Parallel in / serial out (PISO) � PISO data movement. CLK D0 0 0 1 1 1 D1 0 1 0 1 0 D2 1 1 1 0 1 D3 1 0 0 1 1 SHIFT/ LOAD Q3 0 1 1 0 0 1 12
  • 13. Integrated circuits Shift Register Chips for shift registers � 74164 is a 8-bit SIPO shift register A B CLR 74164 CLK Q0 Q 1 Q 2 Q3 Q 4 Q5 Q6 Q 7 EE 202 : DIGITAL ELECTRONICS 13
  • 14. Integrated circuits Shift Register Chips for shift registers � 74165 is a 8-bit PISO register D0 D1 D2 D3 D4 D5 D6 D7 SH/LD SER CLK INH Q7 74165 Q7 CLK EE 202 : DIGITAL ELECTRONICS 14
  • 15. Integrated circuits Shift Register Chips for shift registers � 74195 can be used as a 4-bit PIPO register D0 D1 D2 D3 J K SH/LD 74195 CLR CLK Q0 Q 1 Q 2 Q 3 EE 202 : DIGITAL ELECTRONICS 15
  • 16. Shift Register as arithmetic circuits: � Shift Register as Divider 2 circuits Example : 14 = 1 1 1 0 7 =0111 3.5= 3 = 00 1 1 1.5 = 1 = 0 0 0 1 Notes : Shift to RIGHT as divider 2. EE 202 : DIGITAL ELECTRONICS
  • 17. Shift Register as arithmetic circuits: � Shift Register as Multiplier 2 circuits Example : 8 16 32 64 = 1100 = 10000 = 100000 = 1000000 Notes : Shift to LEFT as Multiplier 2. EE 202 : DIGITAL ELECTRONICS
  • 18. Shift Register Counters � A shift register counter is a shift register whose output being fed back (connected back) to the serial input. This shift register would count the state in a unique sequence! � Two types of shift register counter:� The ring counter � The Johnson counter EE 202 : DIGITAL ELECTRONICS 18
  • 19. Ring Counter (continue) �Ring counters are used to construct “One-Hot” counters �It can be constructed for any desired MOD number �A MOD-N ring counter uses N flip-flops connected in the arrangement as shown in fig. a) �In general ring-counter will require more flip-flops than a binary counter for the same MOD number EE 202 : DIGITAL ELECTRONICS 19
  • 20. Ring Counter Q3 Q2 Q1 EE 202 : DIGITAL ELECTRONICS Q0 20
  • 21. Ring Counter (continue) EE 202 : DIGITAL ELECTRONICS 21
  • 23. Ring Counter (continue) � Exercise: Draw a 3 Bit Ring Counter Circuit with initial input 010 . show a True Table until 8 clock pulse/number sequence and draw the output waveform. � Answer: Discuss with Your lecturer EE 202 : DIGITAL ELECTRONICS 23
  • 24. Johnson Counter Or Twisted-ring counter �Johnson counter constructed exactly like a normal ring counter except that the inverted output of the last flip-flop is fed back to first flip-flop EE 202 : DIGITAL ELECTRONICS 24
  • 25. Johnson Counter (Continue) EE 202 : DIGITAL ELECTRONICS 25
  • 27. REFERENCES: 1. "Digital Systems Principles And Application" Sixth Editon, Ronald J. Tocci. 2. "Digital Systems Fundamentals" P.W Chandana Prasad, Lau Siong Hoe, Dr. Ashutosh Kumar Singh, Muhammad Suryanata. Download Tutorials Chapter 6: Register @ CIDOS http://www.cidos.edu.my http://www.sabariahsalihin.com
  • 28. EE 202 : DIGITAL ELECTRONICS 28