Login or Register for FREE!
Subelement E
Digital Logic
Section 36
Flip-Flops
A flip-flop circuit is a binary logic element with how many stable states?
  • 1
  • Correct Answer
    2
  • 4
  • 8

A flip-flop circuit is a binary logic element with how many stable states?

2

See Wikipedia's article Flip-flop (electronics)

For more information, please see the Tutorialspoint site for the article Digital Circuits - Flip-Flops

Also, see the Geeks for Geeks site for the article Flip-flop types, their Conversion and Applications

And, see the Electronics Tutorials site for the article Sequential Logic Circuits

Last edited by markadlerdallas. Register to edit

Tags: none

What is a flip-flop circuit? A binary sequential logic element with ___stable states.
  • 1
  • 4
  • Correct Answer
    2
  • 8

What is a flip-flop circuit? A binary sequential logic element with ___stable states.

2

See Wikipedia's article Flip-flop (electronics)

For more information, please see the Tutorialspoint site for the article Digital Circuits - Flip-Flops

Also, see the Geeks for Geeks site for the article Flip-flop types, their Conversion and Applications

And, see the Electronics Tutorials site for the article Sequential Logic Circuits

Last edited by markadlerdallas. Register to edit

Tags: none

How many flip-flops are required to divide a signal frequency by 4?
  • 1
  • 4
  • 8
  • Correct Answer
    2

How many flip-flops are required to divide a signal frequency by 4?

2

From katzelover:

A Flip-flop takes in a signal. The signal is output as either Q or Not Q. By feeding the Not Q back in, the flip-flop divides the frequency by 2. To divide the frequency by 4 you need 2 flip-flops.

Another way to think of this is that you need to be able to count four numbers in binary to divide by 4:

  • 0 = b00
  • 1 = b01
  • 2 = b10
  • 3 = b11

Each flip-flop stores one bit, and you needed two digits (bits) to do that thus you need two flip-flops.

Hint: You have 2 flip-flops.


See Wikipedia's article Flip-flop (electronics)

For more information, please see the Tutorialspoint site for the article Digital Circuits - Flip-Flops

Also, see the Geeks for Geeks site for the article Flip-flop types, their Conversion and Applications

And, see the Electronics Tutorials site for the article Sequential Logic Circuits

Last edited by markadlerdallas. Register to edit

Tags: none

How many bits of information can be stored in a single flip-flop circuit?
  • Correct Answer
    1
  • 2
  • 3
  • 4

How many bits of information can be stored in a single flip-flop circuit?

1

From kj6prf:

A flip-flop can store a zero or a one, so we can store one bit of information there.


See Wikipedia's article Flip-flop (electronics)

For more information, please see the Tutorialspoint site for the article Digital Circuits - Flip-Flops

Also, see the Geeks for Geeks site for the article Flip-flop types, their Conversion and Applications

And, see the Electronics Tutorials site for the article Sequential Logic Circuits

Last edited by markadlerdallas. Register to edit

Tags: none

How many R-S flip-flops would be required to construct an 8 bit storage register?
  • 2
  • 4
  • Correct Answer
    8
  • 16

How many R-S flip-flops would be required to construct an 8 bit storage register?

8

From wp2ahg:

One flip-flop equates to one storage bit.
Eight flip-flops are required for an 8-bit register.


The SR stands for Set/Reset. A set/reset flip-flop whose output is low when R is high and S is low, high when S is high and R is low, and unchanged when both inputs are low


See Wikipedia's article Flip-flop (electronics)

For more information, please see the Tutorialspoint site for the article Digital Circuits - Flip-Flops

Also, see the Geeks for Geeks site for the article Flip-flop types, their Conversion and Applications

And, see the Electronics Tutorials site for the article Sequential Logic Circuits

Last edited by markadlerdallas. Register to edit

Tags: none

An R-S flip-flop is capable of doing all of the following except:
  • Accept data input into R-S inputs with CLK initiated.
  • Accept data input into PRE and CLR inputs without CLK being initiated.
  • Refuse to accept synchronous data if asynchronous data is being input at same time.
  • Correct Answer
    Operate in toggle mode with R-S inputs held constant and CLK initiated.

An R-S flip-flop is capable of doing all of the following except:

Operate in toggle mode with R-S inputs held constant and CLK initiated.

The SR stands for Set/Reset. A set/reset flip-flop whose output is low when R is high and S is low, high when S is high and R is low, and unchanged when both inputs are low.

Initiating CLK (clock pin) means that a new clock pulse is generated, causing the flop to check the input pin D, and then remember the signal's value.

See the Electronics Tutorial site for the article The Toggle Flip-flop

And, see the ECStudio site for the article D Flip-Flop

Please see the Circuit Globe site for the article on RS Flip Flop


See Wikipedia's article Flip-flop (electronics)

For more information, please see the Tutorialspoint site for the article Digital Circuits - Flip-Flops

Also, see the Geeks for Geeks site for the article Flip-flop types, their Conversion and Applications

And, see the Electronics Tutorials site for the article Sequential Logic Circuits

Last edited by markadlerdallas. Register to edit

Tags: none

Go to 35 Go to 37