My Report

VHDL Practice Test 9


Correct Answer: 2 points | Wrong: -1 point
Grades: A* (100% score) | A (80%-99%) | B (60%-80%) | C (40%-60%) | D (0%-40%)
advertisement

1. Which of the following represents the correct order?

2. Which of the following line is correct for detecting positive edge of a clock?

3. Which of the following will reduce the cost of implementation?

4. What is the type of modeling used in the code given below?

ARCHITECTURE my_arch OF my_design IS
BEGIN
y <= ‘1’ WHEN a =’1’ AND b = ‘0’;
       ‘0’ WHEN OTHERS;
END my_arch;

5. Preset and clear are asynchronous inputs.

6. What happens if both the inputs PRE and CLR are activated?

7. What is the minimum number of NAND gates required to implement an EXOR gate?

8. Reset is a signal that is used for the initialization of the hardware.

9. What is the state of CLEAR input?

10. Which of the following is the opposite of flattening of functions?


 

Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.