MMET 383 EXAM 1QUESTIONS AND ANSWERS
What is an event - Answer -something that happens that the computer can detect
What are event-driven programs - Answer -programs written in Visual Basic
What does GUI stand for - Answer -Graphical User Interface
Tool function of Label - Answer -display text on a form
Tool function of textbox - Answer -enable user to enter info
Tool function of button - Answer -allow user to initiate actions
Tool function of radiobutton - Answer -allow user to select an option/radiobutton
What are variables - Answer -memory locations
Format to declare a variable - Answer -Dim Variable1 As String
Dim Variable2 As Double
Dim Variable3 As Long
What is the variable scope of private - Answer -form level (works for all subroutines and
all tools)
What is the variable scope of Dim - Answer -subroutine level (works for only one
subroutine and within one tool)
What is the variable scope of Public - Answer -Project level (works for entire project,
and all the forms)
How many Bytes can be stored in a boolean - Answer -2
How many Bytes can be stored in a Byte - Answer -1
How many Bytes can be stored in a Short - Answer -2
How many Bytes can be stored in an integer - Answer -4
How many Bytes can be stored in a Long - Answer -8
How many Bytes can be stored in a Single - Answer -4
How many Bytes can be stored in a Double - Answer -8
What is an event - Answer -something that happens that the computer can detect
What are event-driven programs - Answer -programs written in Visual Basic
What does GUI stand for - Answer -Graphical User Interface
Tool function of Label - Answer -display text on a form
Tool function of textbox - Answer -enable user to enter info
Tool function of button - Answer -allow user to initiate actions
Tool function of radiobutton - Answer -allow user to select an option/radiobutton
What are variables - Answer -memory locations
Format to declare a variable - Answer -Dim Variable1 As String
Dim Variable2 As Double
Dim Variable3 As Long
What is the variable scope of private - Answer -form level (works for all subroutines and
all tools)
What is the variable scope of Dim - Answer -subroutine level (works for only one
subroutine and within one tool)
What is the variable scope of Public - Answer -Project level (works for entire project,
and all the forms)
How many Bytes can be stored in a boolean - Answer -2
How many Bytes can be stored in a Byte - Answer -1
How many Bytes can be stored in a Short - Answer -2
How many Bytes can be stored in an integer - Answer -4
How many Bytes can be stored in a Long - Answer -8
How many Bytes can be stored in a Single - Answer -4
How many Bytes can be stored in a Double - Answer -8