EEE-251 Digital Logic Design Laboratory Week 5 Experiments
EEE-251 Digital Logic Design Laboratory Week 5 Experiments
Week 5 Experiments
Abstract—In this experiment, we inspect some Flip flop When the third clock pulse arrives this logic “1” value
circuits (D Type Flip-Flop, Master-Slave Flip Flop), and moves to the output of FFC ( QC ) and so on until the arrival
checked the outputs are match with theoretical background. of the fifth clock pulse which sets all the outputs QA to QD
Also, we’ll inspect 4-8-bit register circuits and 64 bit memory back again to logic level “0” because the input to FFA has
circuit. Our aim was demonstrating the how these circuits work
and what output will they give. Our results matched with
remained constant at logic level “0”. The effect of each clock
theoretical information. pulse is to shift the data contents of each stage one place to
the right, and this is shown in the following table until the
Keywords— D Type Flip-Flop, Master-Slave Flip-Flop, 4-bit complete data value of 0-0-0-1 is stored in the register. This
shift register, 8-bit shift register, 64 bit memory circuit. data value can now be read directly from the outputs of QA
to QD. Then the data has been converted from a serial data
I. INTRODUCTION input signal to a parallel data output. The truth table and
Flip-Flop circuits design to control some logical following waveforms show the propagation of the logic “1”
operations from its electrical inputs. Also, they are important through the register from left to right as follows:
for building bigger logical circuits. These circuits basically
process their inputs and give the output from those inputs what
it designed for. our experiment aims to demonstrate behavior
some of the Flip-Flop, register and Memory circuits.
mentioned in keywords. We gave inputs to these gates and
tested the output.
II. THEORETICAL BACKROUND
First, I began with 4-bit shift register, 4-bit shift register
Note that after the fourth clock pulse has ended the 4-bits
of data (0-0-0-1) are stored in the register and will remain
there provided clocking of the register has stopped. In
practice the input data to the register may consist of various
combinations of logic “1” and “0”.