

MCQOPTIONS
Saved Bookmarks
1. |
Fill the half-filled code snippet to get the following graph: impulse(1,[1 _], ‘red’);____; impulse(1,[1 _], ‘blue’);impulse(1,[1 _], ‘yellow’);impulse(1,[1 _], ‘green’); |
A. | 2, hold, 3,4,5 |
B. | 9, hold, 4,5,2 |
C. | 5, hold, 4,3,2 |
D. | Cannot be determined |
Answer» B. 9, hold, 4,5,2 | |