Define sr flip flop - sr latch with nor gate, Computer Engineering

Assignment Help:

Define SR Flip Flop - SR latch with NOR Gate?

The SR Flip flop neither is a circuit with two cross-coupled NOR gates or two cross-coupled NAND gates.

1516_SR Flip Flop.png

SR latch with NOR Gate

SR Latch has two useful states:

•Set state, when output Q=1 and Q'=0.

•Reset state, when output Q=0 and Q'=1.

These states to can be used to store 1-bit information.Output Qand Q' are usually complement of each other.

•Undefined state, when Q=0 and Q'=0, occurred when both inputs Rand Sare equal to 1 at the same time.

•Under normal conditions, both inputs of the latch (Rand S) remain at 0 unless the state has to be changed.

•To let latch in the set state, Smust be 1

•To let latch in the reset state, Rmust be 1

•The inputs Sand Rmust go back to 0 before any other changes to avoidthe occurrence of the undefined state.

•The latch go to the set state or reset state and stay there even after both inputs return to 0.

 


Related Discussions:- Define sr flip flop - sr latch with nor gate

Draw a diagram to illustrate the design pattern, Problem: (a) What show...

Problem: (a) What shows a Pattern a Pattern? (b) Which pattern is given below? Justify your answer. public class A { private static A instance = null; private A() {

How atoms differ from the arrangement of atoms in a liquid, Q. How does the...

Q. How does the preparation of atoms in mainly solids differ from the arrangement of atoms in a liquid? Answer:- The arrangement of atoms in solids are diverse from those

Computer architecture by henessy and patterson, what is initial interval an...

what is initial interval and latency in a functional unit(fp) of a pipeline

Define stack segment, Q. Define Stack segment ? 8086 Microprocessor su...

Q. Define Stack segment ? 8086 Microprocessor supports Word stack. Stack segment parameters tell the assembler to alert linker that this segment statement states the program s

What is multiprogramming, Multiprogramming is a rapid switching of the CPU ...

Multiprogramming is a rapid switching of the CPU back and forth among processes.

Pre order given find post order ?, The preorder traversal sequence of a bin...

The preorder traversal sequence of a binary search tree is 30, 20, 10, 15, 25, 23, 39, 35, 42. Which one of the following is the postorder traversal sequence of the same tree?

Explain remote procedure call, Explain Remote Procedure Call. RPC (Remo...

Explain Remote Procedure Call. RPC (Remote Procedure Call) : The facility which was created to help the programmers write client -server software is termed as Remote Procedu

What is a cooperation model, What is A cooperation model A cooperation ...

What is A cooperation model A cooperation model defines the way interdependencies are established by cooperative interactions. We recognize two basic roles services can play: c

Explain about the history of magento?, Varien, the company that owns Magent...

Varien, the company that owns Magento, formerly worked with osCommerce. They originally planned to discontinue osCommerce but later decided to rewrite it as Magento. Magento formal

Explain syntax of recursion, Syntax of recursion int fib(int num) /*...

Syntax of recursion int fib(int num) /* Fibonacci value of a number */ {      switch(num) { case 0: return(0); break; case 1: return(1); break; default:  /* Incl

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd