A Form’s _________ event occurs just before the Form is displayed on the screen, typically as a result of executing the program.

a) Display
b) Raised
c) Execute
d) Load

d) Load

Computer Science & Information Technology

You might also like to view...

An exception report from the sequential update program:

a. Lists all of the changed records in the master file. b. Lists all of the errors found in updating the master file. c. Lists all of the records in the transaction file. d. Lists all of the records in the activity file.

Computer Science & Information Technology

Which one of the following statements calls the Jump method of the Animal class using a reference variable named fox?

a. Animal.fox.Jump(); b. Animal(fox) = Jump(); c. fox.Jump(); d. fox = new Jump();

Computer Science & Information Technology