Font size
WorksheetsCC103_COMPUTER_PROGRAMMING
Total questions: 15
Worksheet time: 8mins
It specifies how the compiler will compile its input.
(a)
This takes the responsibility of the preprocessor.
(a)
This is one of the types of the directive which is used for constant.
(a)
This is one of the types of directive which is used for If...then...else statement.
(a)
This means the controller will decide whether the set of operations going to be executed or not.
(a)
This statement is consists of a boolean expression followed by one or more statements.
(a)
It is a statement that can be followed by an optional Else statement, which executes when the boolean expression is false.
(a)
In this statement you can use one select case statement inside another select case statement(s).
(a)
In this statement, you can use one If or Else if statement inside another If or Else if statement(s).
(a)
This statement allows a variable to be tested for equality against a list of values.
(a)
This is a meaningful name that takes the place of a number or string that does not change.
(a)
Which of the following is/are the benefits of using enumerations?
Ensures forward compatibility.
Each member represents a constant.
It is a member of the class, structure, module, or interface that declares it.
Makes it easy to change values in the future.
In using ComboBox in VB.Net, what syntax do you need to embed if you need to select the first index of the ComboBox?
ComboBox1.SelectedIndex = 0
Combobox1.SelectedIndex = 0
ComboBox1.SelectedNumber = 0
ComboBox1.SelectedIObject = 0
What is the syntax used for Enumeration in VB.Net?
(a)
What is the keyword used to declare a constant?
(a)
