Case Based Critical ThinkingCase 1You plan to add sound to your application. Answer the following questions regarding good design strategies. Which feature is not included as part of a standard user control plugin?
A. Start/stop
B. Pause/play
C. Increase/decrease the volume
D. Select the background music to play
Answer: D
You might also like to view...
Computers view colors as having the following color components:
a) red, blue and yellow. b) purple, orange and green. c) red, yellow and green. d) red, green and blue.
Which of (a) to (d) is false about the pointer this?
a. it is used to test for aliasing b. it is used for the return in an assignment operator c. this is not modifiable d. this is not modifiable e. all of the above are true
Which of the following refers to the deliberate manipulation of an existing program to redirect or reroute data representing monies or economic exchanges?
a. ISP jacking b. web cramming c. data diddling d. IP spoofing
Which of the following function declarations receives a pointer to a row of ten integers?
A. void fun(int row[10]; B. void fun(int row[][10]; C. void fun(int* row[10]; D. void fun(int* row); E. void fun(int** row);