Q.1.
Which of the following doesn’t corresponds to NAND gate?
Q.2.
What is the minimum number of NAND gates required to implement an EXOR gate?
Q.3.
Which of the following logic describes the EXOR gate?
Q.4.
What logic circuit is described by the following code? ARCHITECTURE gate OF my_gate IS BEGIN WITH ab SELECT y<= 0 WHEN “OR “10”; 1 WHEN OTHERS; END gate;
Q.5.
Sometimes gates modeled with ________ modeling may behave differently.
Q.6.
The odd behavior of gates in dataflow modeling may be the result of ________
Q.7.
Which of the following option represents a structural model for not gate?
Q.8.
In CPLD, there are many input switches arranged in a switch bank, if an AND gate is behaving oddly but could be the reason?
Q.9.
For gates, which of the following modeling style will corresponds to shortest code?
Q.10.
Generally, structural modeling is used with another modeling style.