What is the most complicated/valuable program you written in
C/C++?
Answer Posted / monishaah
number puzzle game
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
How logical gates are controlled by boolean logic?
Draw a 6-T SRAM Cell and explain the Read and Write operations
What are the steps involved in designing an optimal pad ring?
Give various factors on which threshold voltage depends.
How can you construct both PMOS and NMOS on a single substrate?
What is look up table in vlsi?
What was your role in the silicon evaluation/product ramp? What tools did you use?
Draw the timing diagram for a SRAM Read. What happens if we delay the enabling of Clock signal?
Explain the working of Insights of a pass gate ?
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;
Differences between Array and Booth Multipliers?
Describe the various effects of scaling?
Why do we gradually increase the size of inverters in buffer design? Why not give the output of a circuit to one large inverter?
Draw the stick diagram of a NOR gate. Optimize it
Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.