An action button is a shape intended to be a(n) _____.
A. animation
B. recording
C. motion path
D. link
Answer: D
You might also like to view...
What is the output of the following code?
``` int x = 0; while (x < 4) { x = x + 1; } System.out.println("x is " + x); ``` a. x is 0 b. x is 1 c. x is 2 d. x is 3 e. x is 4
____ fields allow users to browse to a file on their computer and upload it to the form host web server.
A. Upload B. File C. Indexed D. Text
The delete operator passes ____ as an argument to the function
A. the number of bits to be released B. the number of bytes to be released C. the address of the first reserved location D. nothing
To disable the Hide Extensions for Known File Types option, you can use ____________
a. The view tab of the Folder Options window b. sysconfig c. file.exe at the command prompt d. None of the above