My Report

VHDL Practice Test 5


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. The correct syntax for using EXIT in a loop is ___________

2. How many types of severity levels are there for the ASSERT statement?

3. What does the next statement in loops do?

4. A wait statement can have label preceding it.

5. Which of the following can’t be used in a process when it has any WAIT statement?

6. Which of the following is the default type of ports of an entity?

7. What kind of circuit is implemented by the following architecture?

ARCHITECTURE my_arch OF my_design IS
BEGIN
PROCESS
BEGIN
WAIT ON clk;
IF(clk = ‘1’) THEN
y <= x;
END IF;
END PROCESS;
END my_arch;

8. Which of the following is correct syntax for WHILE LOOP?

9. What is the use of WHILE loop?

10. WAIT statement can’t appear under _______ directly.


 

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.