What is the most complicated/valuable program you written in
C/C++?

Answer Posted / gaurav

gta 4 and windows operating system

Is This Answer Correct ?    10 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Draw the Layout of an Inverter?

2049


What types of I/O have you designed? What were their size? Speed? Configuration? Voltage requirements?

2008


Working of a 2-stage OPAMP?

2613


Why do we gradually increase the size of inverters in buffer design? Why not give the output of a circuit to one large inverter?

822


Give the logic expression for an AOI gate. Draw its transistor level equivalent. Draw its stick diagram

851






In a SRAM layout, which metal layers would you prefer for Word Lines and Bit Lines? Why?

3602


6-T XOR gate?

3794


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

949


Explain what is slack?

643


Explain what is the use of defpararm?

659


Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes considering Channel Length Modulation.

696


What was your role in the silicon evaluation or product ramp? What tools did you use?

1862


Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes with increasing transistor width.

788


What is Body Effect?

2043


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;

1058