A ____ button sends the form data to the location you designated for processing.
A. Send
B. Process
C. Submit
D. Reset
Answer: C
You might also like to view...
MC The arguments to function seek are__________ (a required argument) and__________ (an optional argument).
a) offset and seek direction. b) seek direction and location. c) file-position pointer and location. d) offset and file-position pointer.
Which of the following is not a look-and-feel?
a. Windows. b. Motif. c. Metal. d. None of the above.
Correct statements of similarities and differences between calling user defined functions and library functions are:
a. Similarity: A call to either requires the function name followed by parenthesized comma separated list of arguments that match the prototype in number and type.
b. Difference: Library functions require inclusion of header files for declarations but user defined functions do not require any declaration before use.
c. Similarity: Either library or user defined functions may be value returning or void functions.
d. Difference: Library functions all provide a return value, user functions must be void functions.
e. Difference Library function declarations (sometimes definitions) come from #include
With CDP, each location backs up the other in real time.
True False