Review Game Zone
Games
Test
Preview
Back
Match it!
Match it! Select the correct answer from the pull down...Good luck!
Sub procedure is..
Reference Parameter
Event procedure
a block of code that will execute in response to a “call” from inside another block of code.
Private Sub
End Sub
3
More flexible
This is assigning a data type to ALL variables including those in procedure calls.
What always ends a sub?
Reference Parameter
Event procedure
a block of code that will execute in response to a “call” from inside another block of code.
Private Sub
End Sub
3
More flexible
This is assigning a data type to ALL variables including those in procedure calls.
What is a code that will respond to an event that executes in response to the user?
Reference Parameter
Event procedure
a block of code that will execute in response to a “call” from inside another block of code.
Private Sub
End Sub
3
More flexible
This is assigning a data type to ALL variables including those in procedure calls.
What is an advantage of modularization?
Reference Parameter
Event procedure
a block of code that will execute in response to a “call” from inside another block of code.
Private Sub
End Sub
3
More flexible
This is assigning a data type to ALL variables including those in procedure calls.
What is accessed only from within the same module?
Reference Parameter
Event procedure
a block of code that will execute in response to a “call” from inside another block of code.
Private Sub
End Sub
3
More flexible
This is assigning a data type to ALL variables including those in procedure calls.
What is passing ByRef passes a reference to the variable itself?
Reference Parameter
Event procedure
a block of code that will execute in response to a “call” from inside another block of code.
Private Sub
End Sub
3
More flexible
This is assigning a data type to ALL variables including those in procedure calls.
What is strong typing?
Reference Parameter
Event procedure
a block of code that will execute in response to a “call” from inside another block of code.
Private Sub
End Sub
3
More flexible
This is assigning a data type to ALL variables including those in procedure calls.
How many arguments are required in a call procedure where the procedure declaration has two value arguments and one reference parameter?
Reference Parameter
Event procedure
a block of code that will execute in response to a “call” from inside another block of code.
Private Sub
End Sub
3
More flexible
This is assigning a data type to ALL variables including those in procedure calls.
Check it!