0% found this document useful (0 votes)
2 views

Visual Studio Fill in the Blanks

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Visual Studio Fill in the Blanks

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

1.

The user interface design is a _________ layout of an application that allows the user to

interact with the system.

Answer: graphical

2. A good user interface must provide _________ between the user and the computer.

Answer: clear communication

3. A(n) _________ interface is easy to learn and navigate.

Answer: simple

4. The _________ event is triggered when the user clicks on a button in Visual Basic.

Answer: Click

5. A _________ control in Visual Basic allows the user to enter text into the application.

Answer: TextBox

6. The _________ control allows the user to select a date and time from a calendar view.

Answer: DateTimePicker

7. A variable is a _________ given to a storage area that our programs can manipulate.

Answer: name

8. In Visual Basic, you can declare a variable using the keyword _________.

Answer: Dim

9. The _________ property in a TextBox allows the user to input text into the field.

Answer: Text

10. The _________ event occurs when the mouse pointer moves over a control.

Answer: MouseHover

11. The _________ control allows a user to pick only one option from a set of choices.

Answer: RadioButton
12. A _________ variable is accessible throughout the entire program.

Answer: public

13. A _________ variable is only accessible within a specific portion of the program.

Answer: private

14. To handle errors in Visual Basic, you can use the _________ statement.

Answer: Try...Catch

15. The _________ control displays a list of items that a user can select from.

Answer: ComboBox

16. A(n) _________ variable in Visual Basic can hold values such as text, numbers, or other

data types.

Answer: data type

17. The _________ event occurs when the mouse pointer clicks on an element.

Answer: MouseClick

18. The _________ function in Visual Basic is used to return a calculated value to the main

program.

Answer: Function

19. A(n) _________ in Visual Basic refers to a predefined action, such as a button click, that

triggers a program response.

Answer: event

20. In Visual Basic, a _________ is used to handle different conditions, like if a user’s input

is correct.

Answer: conditional statement


21. The _________ statement is used to check if a condition is true and execute a set of

actions.

Answer: If...Then

22. The _________ control allows users to select multiple options from a list of choices.

Answer: CheckBox

23. The _________ button is used to submit a form or trigger an action in Visual Basic.

Answer: Button

24. The _________ property of a button in Visual Basic changes the text displayed on the

button.

Answer: Text

25. The _________ event occurs when the mouse pointer moves within a control’s area.

Answer: MouseMove

26. A _________ is a part of the program that performs a specific task, like displaying a

message when triggered.

Answer: subroutine

27. _________ refers to the process of improving the quality of the user interface by making

it more intuitive and clear.

Answer: User Interface (UI) design

28. A _________ is used in Visual Basic to execute a sequence of actions automatically after

a specific time period.

Answer: Timer

29. The _________ property of a label control is used to change the text shown on the label.

Answer: Text
30. _________ in Visual Basic is used to divide a program into smaller parts or modules, s

which improves code organization and readability.

Answer: Modules

You might also like