Question
1. Which of the following is true about the Form Load event? Select one: a. The Load event procedure for a form is executed when
1. Which of the following is true about the Form Load event?
Select one:
a. The Load event procedure for a form is executed when the form loses focus and then regains focus.
b. The Load event procedure only gets processed when the form is initially brought into memory.
c. The Load event procedure is processed after the Activated event procedure is processed.
d. The Load event procedure for a form is executed every time the form is initialized.
2. You would most likely use this to step through each element of a two-dimensional array.
Select one:
a. A Sub Procedure that copies the elements of the two-dimensional array to a single-dimensional array
b. Nested loops
c. An intentional index-out-of-range error
d. ReDim statement
3. What is the best way to share functions across more than one project?
Select one:
a. Place the code for the functions in the Activated event of each form.
b. Create the functions in one project, and then copy and paste into all the projects that call the functions.
c. Place the code inside a Main procedure with a Public access specifier for each function.
d. Put the functions in a standard module that you would add to each project.
4. The __________ keyword is used to create an instance of a form.
Select one:
a. new
b. open
c. instantiate
d. create
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started