Differences between D-Latch and D flip-flop?
Answer Posted / alena khan
a flip flop consist of two latches (positive and negative
level sensitive latchs). .
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is threshold voltage?
Why does the present vlsi circuits use mosfets instead of bjts?
Explain about 6-T XOR gate?
Process technology? What package was used and how did you model the package/system? What parasitic effects were considered?
Tell me how MOSFET works.
What is the difference between the mealy and moore state machine?
Help with VHDL programming. Write a VHDL code for a D-Latch with clear input ?? (Hint: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs AND OUTPUTS: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
Explain what is Verilog?
How does a Bandgap Voltage reference work?
For a NMOS transistor acting as a pass transistor, say the gate is connected to VDD, give the output for a square pulse input going from 0 to VDD
What are the ways to Optimize the Performance of a Difference Amplifier?
Implement a 2 I/P and gate using Tran gates?
Draw the Layout of an Inverter?
For a single computer processor computer system, what is the purpose of a processor cache and describe its operation?
What does the above code synthesize to?