operator is used."> operator is used.">
D. Text Based: The Time Period For The Clock #10 Clock Clock
D. Text Based: The Time Period For The Clock #10 Clock Clock
D. Text Based: The Time Period For The Clock #10 Clock Clock
a. graphic
b. handwritten
d. pictorial
d. text‐based
3. For programming sequential circuits like flip flops, which type of statement is used
a. Entity
b. Always
c. Initial
d. Component
a. register‐transistor logic .
b. resistor‐transfer logic
c. register‐transfer logic
d. none of these
a.5
b. 10
c.20
d.15
module zero;
reg a,b,c;
//initial block with zero delay
initial begin
#0 a = 1;
#0 b = 1;
#0 c = 1;
(" Zero delay control a= %b, b= %b, c=%b
",a,b,c);
end
initial begin
a = 0;
b = 0;
("Non-zero delay control a= %b, b= %b, c=%b ",a,b,c);
end
endmodule
a. Zero delay is executed only after all other statements are executed in that simulation
time and order of zero
b. Zero delay control statement is executed last
c. Both
d. None
8. For triggerring an event, ----------------------- operator is used.
a. --->
b. =>
c. @
d. ==
a. yes
b. no
c. may be
d. none
14. ______ is a superset of Verilog
a. system C
b. VHDL
c. Helio
d. System verilog
15. Many companies are switching from ASICs to FPGAs for their CPU architectures.
Why?
a. The development cycle for FPGA is much shorter.
b. FPGAs are both smaller and faster.
c. FPGAs are more space‐efficient
d. FPGAs always outperform an ASIC
16. EDA stands for ____________________ .
a. Electricity Distributors Association
b. Electronic Design Automation
c. Electronic Design Agency
d.none
17. Most FPGA logic modules utilize which approach to create the desired logic functions.
a. c. OR array
b. AND array
c. Look‐up table
d. AND and OR array
i. architecture design
a. iii-ii-i-iv
b. iv-i-iii-ii
c. ii-i-iii-iv
d.i-ii-iii-iv
b. placement
c. system partitioning’
d. routing
b. placement
c. system partitioning’
d. routing