What is the most complicated/valuable program you written in
C/C++?
Answer Posted / tanmoy
the answer is micro controller programming and function
using any program and pointer using program.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is threshold voltage?
Explain why present VLSI circuits use MOSFETs instead of BJTs?
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 are the steps involved in designing an optimal pad ring?
what are three regions of operation of MOSFET and how are they used?
What is the critical path in a SRAM?
For an AND-OR implementation of a two input Mux, how do you test for Stuck-At-0 and Stuck-At-1 faults at the internal nodes? (You can expect a circuit with some redundant logic)
How binary number can give a signal or convert into a digital signal?
Draw a CMOS Inverter. Explain its transfer characteristics
How do you size NMOS and PMOS transistors to increase the threshold voltage?
What is the difference between the mealy and moore state machine?
If not into production, how far did you follow the design and why did not you see it into production?
In Verilog code what does “timescale 1 ns/ 1 ps” signifies?
For f = AB+CD if B is S-a-1, what are the test vectors needed to detect the fault?
Implement a 2 I/P and gate using Tran gates?