What is the most complicated/valuable program you written in
C/C++?
Answers were Sorted based on User's Feedback
Answer / rahul hiware
to implement user define malloc() function
| Is This Answer Correct ? | 7 Yes | 18 No |
Insights of a 4bit adder/Sub Circuit?
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;
What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?
Given a circuit and asked to tell the output voltages of that circuit?
1 Answers Intel, Omega Healthcare,
what is SCR (Silicon Controlled Rectifier)?
Why does the present vlsi circuits use mosfets instead of bjts?
How can you model a SRAM at RTL Level?
What are the steps involved in preventing the metastability?
Explain what is Verilog?
How does a Bandgap Voltage reference work?
How many bit combinations are there in a byte?
What is polymorphism? (C++)