MCQOPTIONS
Saved Bookmarks
| 1. |
A component has 3 ports- two inputs(a and b) and one output(y). Which of the following statement is for the positional mapping of the component?a) LABEL : my_component PORT MAP (l, m, n);b) LABEL : my_component PORT MAP (y, a);c) LABEL : my_component PORT MAP (l => a, m => b, n => y);d) LABEL : my_component PORT MAP(a, b, y>= |
| A. | LABEL : my_component PORT MAP (l, m, n); |
| B. | and one output(y). Which of the following statement is for the positional mapping of the component?a) LABEL : my_component PORT MAP (l, m, n);b) LABEL : my_component PORT MAP (y, a); |
| C. | LABEL : my_component PORT MAP (l => a, m => b, n => y); |
| D. | LABEL : my_component PORT MAP(a, b, y>= a); |
| Answer» B. and one output(y). Which of the following statement is for the positional mapping of the component?a) LABEL : my_component PORT MAP (l, m, n);b) LABEL : my_component PORT MAP (y, a); | |