Physics Project File
Physics Project File
PROJECT FILE
PRESENTED TO THE
DEPARTMENT OF PHYSICS
BHAVANS GANGABUX
KANORIA VIDYAMANDIR
BY
NAME :- SOUMYADIP ROY
CLASS :- XII
SECTION :- S1
FURTHERMORE, I GRATEFULLY
ACKNOWLEDGE THE CONTRIBUTIONS OF
MY LABORATORY ASSISTANT, OUR SUDIP
SIR, WITHOUT WHOSE GUIDANCE AND
EXPERT ADVICE, MAKING UP OF THIS
PROJECT WOULD NOT HAVE BEEN
POSSIBLE.
KIND REGARDS,
SRUTANIK BHADURI XII-S1
COMPLETION
CERTIFICATE
This is to certify that the project titled –
“D TYPE FLIP FLOP” has been
successfully completed by SRUTANIK
BHADURI of CLASS XII OF
1. RS Flip-flop (RESET-SET)
2. D Flip-flop (Data)
3. JK Flip-flop (Jack-Kilby)
4. T Flip-flop (Toggle)
INPUT OUTPUT
Clock
D Q Q’
LOW x 0 1
HIGH 0 0 1
HIGH 1 1 0
PERIPHERALS AND USES
Representation of D Flip-Flop using Logic Gates:
INPUT OUTPUT
Input 1 Input 2 Output 3
0 0 1
0 1 1
1 0 1
1 1 0
Thus, comparing the NAND gate truth table and applying the
inputs as given in D flip-flop truth table the output can
be analysed. Analysing the above assembly as a three stage
structure considering previous state(Q’) to be 0
when D = 1 and CLOCK = HIGH
Output : Q = 1, Q’ = 0. Working is correct.
INPUT OUTPUT
Clock
PRESET CLEAR D Q Q’
X HIGH LOW X 1 0
X LOW HIGH X 0 1
X HIGH HIGH X 1 1
HIGH LOW LOW 0 0 1
HIGH LOW LOW 1 1 0
IC Package:
The pins CLK, CL, D and PR are normally pulled down in initial state as shown below. Hence,
default input state will be LOW across all the pins. Thus, the initial state according to the
truth table is as shown above. Q=1, Q’=0.
Below we have described the various states of D type Flip-Flop using D flip flop circuit made
on breadboard.
State 1:
Clock – LOW; D – 0 ; PR – 0 ; CL – 1 ; Q – 0 ; Q’ – 1
For the State 1 inputs the RED led glows indicating the Q’ to be HIGH and GREEN led shows
Q to be LOW. As discussed above when CLEAR is set to HIGH, Q is reset to 0 and can be seen
above.
State 2:
Clock – LOW ; D – 0 ; PR – 1 ; CL – 0 ; Q – 1 ; Q’ – 0
For the State 2 inputs the GREEN led glows indicating the Q to be HIGH and RED led shows
Q’ to be LOW. As discussed above when PRESET is set to HIGH, Q is set to 1 and can be seen
above.