MMET 383 EXAM 70 QUESTIONS & CORRECT
ANSWERS LATEST 2025
What is a GUI? - ANSWER-Graphical User Interface
The GUI provides a way for users to interact with the programs to provide
_______, trigger _______ and display _______. - ANSWER-input, processing and
results
T/F: Programs written in visual Basics are called Event Driven programs. -
ANSWER-True
T/F: An Event is something that happens that the computer can detect. -
ANSWER-True
What is an event? - ANSWER-An event is something that happens that the
computer can detect.
What is a timer? - ANSWER-A tick of the computer's internal Clock.
What are the two ways to place a control on a form? - ANSWER-1. Double Click
on the control
2. Clock on control and the drag on drop onto the form
What does a label control do? - ANSWER-It allows the user to display text on a
from.
, What does a textbox control do? - ANSWER-It enables the user to enter
information.
What does a Button control do? - ANSWER-Allows the user to initiate actions,
such as performing calculations.
What does a Radio Button control do? - ANSWER-Allows the user to select an
option.
What does a picture box control do? - ANSWER-Allows user to display an image
on a form.
In the text
Label.Text = "Tony"
what does the = do? - ANSWER-It assigns a command
In the text
Label.Text = "Tony"
what is on the right side of the equal sign?
What is on the left side of the equal sign? - ANSWER-To the right is the
containment.
To the left is the contents.
What does ' mean? - ANSWER-A comment
What does "*" mean? - ANSWER-Display * instead of characters (i.e. Passwords)
ANSWERS LATEST 2025
What is a GUI? - ANSWER-Graphical User Interface
The GUI provides a way for users to interact with the programs to provide
_______, trigger _______ and display _______. - ANSWER-input, processing and
results
T/F: Programs written in visual Basics are called Event Driven programs. -
ANSWER-True
T/F: An Event is something that happens that the computer can detect. -
ANSWER-True
What is an event? - ANSWER-An event is something that happens that the
computer can detect.
What is a timer? - ANSWER-A tick of the computer's internal Clock.
What are the two ways to place a control on a form? - ANSWER-1. Double Click
on the control
2. Clock on control and the drag on drop onto the form
What does a label control do? - ANSWER-It allows the user to display text on a
from.
, What does a textbox control do? - ANSWER-It enables the user to enter
information.
What does a Button control do? - ANSWER-Allows the user to initiate actions,
such as performing calculations.
What does a Radio Button control do? - ANSWER-Allows the user to select an
option.
What does a picture box control do? - ANSWER-Allows user to display an image
on a form.
In the text
Label.Text = "Tony"
what does the = do? - ANSWER-It assigns a command
In the text
Label.Text = "Tony"
what is on the right side of the equal sign?
What is on the left side of the equal sign? - ANSWER-To the right is the
containment.
To the left is the contents.
What does ' mean? - ANSWER-A comment
What does "*" mean? - ANSWER-Display * instead of characters (i.e. Passwords)