Which of the following is not an argument in a Database function?
A. Database
B. Criteria
C. Filter
D. Field
Answer: C
You might also like to view...
Which of the following is not a disadvantage of trying to modify a sequential access file?
a. Modifying data can potentially destroy other data. b. It may be necessary to rewrite every record in the file to make a slight change. c. Things that are stored in the same number of “raw data” bytes internally may not take up the same amount of space in a file. d. Overwriting a record with another record of the same size is very difficult.
To specify a form handler in Expression Web, you must have FrontPage Server Extensions installed and know the e-mail address or database filename where the data is being sent.
Answer the following statement true (T) or false (F)
In object-oriented programming, which of the following are structures that hold pieces of data and functions?
a. objects b. keywords c. classes d. variables
Which of the following statements is false?
a. When the user interacts with a GUI component, the interaction—known as an event—drives the program to perform a task. b. For events that occur when the value of a control’s property changes, you must create the event handler entirely using only drag and drop in Scene Builder. c. The code that performs a task in response to an event is called an event handler. d. For certain events you can link a control to its event-handling method by using the Code section of Scene Builder’s Inspector window. In this case, the event-listener interface is implemented for you to call the method that you specify.