Answer Posted / achal ubbott
Literally Polymorphism means one thing taking different
forms. e.g. in Function overloading same function name can
be used to represent 2 different functions.
fun(int a);
fun(int a, int b);
Similarly Operator overloading is polymorphism.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Give the cross-sectional diagram of the cmos.
Explain Process technology? What package was used and how did you model the package/system? What parasitic effects were considered?
What happens if we delay the enabling of Clock signal?
Explain how logical gates are controlled by Boolean logic?
what is multiplexer?
what is the use of defpararm?
Tell me how MOSFET works.
In the design of a large inverter, why do we prefer to connect small transistors in parallel (thus increasing effective width) rather than lay out one transistor with large width?
Process technology? What package was used and how did you model the package/system? What parasitic effects were considered?
Explain the three regions of operation of a mosfet.
Give various factors on which threshold voltage depends.
what are three regions of operation of MOSFET and how are they used?
What products have you designed which have entered high volume production?
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 transistor level design tools are you proficient with? What types of designs were they used on?