

MCQOPTIONS
Saved Bookmarks
1. |
What will be the value of array16’RANGE and array16’REVERSE_RANGE, if the array16 is an object defined as below? |
A. | 15 DOWNTO 0, 0 TO 15 |
B. | 0 TO 15, 15 DOWNTO 0 |
C. | 0 TO 15, 0 TO 15 |
D. | 15 DOWNTO 0, 15 DOWNTO 0View Answer |
Answer» B. 0 TO 15, 15 DOWNTO 0 | |