Tools
Data Types
Commands
Intro Topics
General Terms
100

What Visual Basic Control structure that is used to get input from the user or to display text?

TextBox

100

It specifies the type of data that a variable can store.

Data Type

100

What is the command to add an item in ListBox?

ListBox.Items.Add(“Text”)

100

It is a kind of structured English in describing algorithms.

Pseudocode

100

This control structure provides more choices than If Then Else Statement.

If Then Else If Statement

200

What Visual Basic Control structure that    is used to identify the contents of a TextBox?

Label

200

Examples of this kind of variable are Long, Integer, Short, Byte.

Integer Variables

200

What is the command to remove an item in ListBox?

ListBox.Items.Remove(“Text”)

200

It is a procedure or formula for solving a problem based on conducting a sequence of specified actions.

Algorithm

200

This control structure only make a decision on one expression or dimension

Switch Case Statement

300

What Visual Basic Control structure that   is used to display several pieces of output?

ListBox

300

Examples of this kind of variable are Single and Double.

Floating-point Variables

300

What is the correct format for Clear() method in List Box?

ListBox.Items.Clear()

300

What is the meaning of Dim?

Dimension

300

It is procedure in a computer program that runs repeatedly until meeting the certain condition?

Looping

400

What is the icon for button in Visual Basic?

Show it using Visual Studio

400

It is a statement that creates a variable in memory.

Variable Declaration

400

What is the correct format of  Add() method in Combo Box?

ComboBox.Items.Add(“Text”)

400

What is the shortcut key to run or play the Visual Basic application?

F5

400

What is the icon for label in Visual Basic? Show it using the Visual Studio.

Label Icon

500

What is the icon for ComboBox in Visual Basic?

Show it using Visual Studio

500

Examples of this kind of variable is String

Text Variable

500

What is the correct format of Remove() method in Combo Box ?

ComboBox.Items.Remove(“Text”)

500

What is the acronym of BASIC?

Beginner’s All-purpose Symbolic Instruction Code

500

This control structure will ask the computer to perform a certain action specified by the Visual Basic 2013 expression if the condition is met. And when the condition is false, an alternative action will be executed.

If Then Else Statement

M
e
n
u