________ macros do not include the entire action list that is available in other macros
Fill in the blank(s) with correct word
Data
You might also like to view...
When you want to display text on a form but not allow the user to change the text, you use a ____________.
a. String control b. Label control c. Text control d. Font control
8. Ben Coleman, one of your systems analysis team members, surprises you by asserting that when a system uses a test for correct field length, it is redundant also to include a test for range or reasonableness. In a paragraph, give an example that demonstrates that Ben is mistaken on this one.
What will be an ideal response?
A ____ operator allows you to perform arithmetic operations with a variable and store the results back to that variable.
A. logical B. rational C. compressed D. compound
What is the method header for passing in the variable that holds a reference to an array of Strings?
a) method_name(ref String[] array) b) method_name(String[] ref array) c) method_name(String[]) d) None of the above.