Complex subscripts
List boxes
Text boxes
Multidimensional arrays
Rate this question:
A subscript
An element
A subscripted variable
An index
Rate this question:
Index
ListCount property
Subscript
ItemCount property
Rate this question:
The ListCount property
The ListIndex property
An Array statement
A Dim statement
Rate this question:
0 (the code is incorrect to create an array)
24
25
26
Rate this question:
The Find method of an array
A table lookup
The Locate.Item property
A Case structure
Rate this question:
When looking for a table it is very likely that the table will not exist
The user should be notified if there is no match found in the table
Validation will add a new element to the table if no match is found
It will cause the lookup to perform much faster than without validation
Rate this question:
Preview
Sample view
Print preview
Test print page
Rate this question:
LstColor.PrintLine
LstColor.Print
Print lstColor.Text
None of the above
Rate this question:
DrawString
WriteLine
String
Rate this question:
PagePrint method
Graphics page
Callback
SystemPrint
Rate this question:
Printer
PrintDocument
PrintAndPreview
Rate this question:
SelectText
SelectedIndex
SelectedItem
SelectAll
Rate this question:
Exit For
Exit Do
Continue For
Continue Do
Rate this question:
Exit
ExitFor
ExitLoop
Continue
Rate this question:
10
11
13
14
Rate this question:
20
25
36
None of the above.
Rate this question:
0
1
4
5
Rate this question:
0
3
4
5
Rate this question:
0
1
10
11
Rate this question:
2
4
5
10
Rate this question:
When executing the For statement, the counter must be greater than the final value
When executing the For statement, the counter must be the same as the final value
When executing the Next statement, the counter must be greater than the final value
When executing the Next statement, the counter must be the same as the final value
Rate this question:
Will cause the program to halt
Will cause the logic of calculations inside the loop to perform incorrectly
Will make the program difficult to read and understand
All of the above
None of the above
Rate this question:
2
4
5
10
Rate this question:
Group
Set
Loop
Iteration
Rate this question:
An iteration
A loop
A set
A group
Rate this question:
The terminating condition is at the top of the loop and it is True the first time it is tested
The terminating condition is at the bottom of the loop and it is True the first time it is tested
Both answers A and B would cause the statements in the loop not to be executed
The statements in the loop will always be executed
Rate this question:
Banners
Flags
Ribbons
Posters
Rate this question:
In the NEXT statement
In the FOR statement
In the Exit For statement
When the statements in the loop are executed
Rate this question:
In the NEXT statement
In the FOR statement
When the counter is initialized
When the counter is incremented
Rate this question:
Repetition
Reiteration
Looping
Initializing
Rate this question:
Click event
GotFocus event
Enter event
TextChanged event
Rate this question:
Click event
Enter event
Leave event
TextChanged event
Rate this question:
Items.Delete method
Items.Clear method
Items.Erase method
Items.RemoveAt method
Rate this question:
LstColor.Clear
LstColor.RemoveItem
LstColor.Delete (lstColor.ListIndex)
LstColor.Items.RemoveAt (lstColor.SelectedIndex)
Rate this question:
LstColor.Count.Index
LstColor.Items.Count
LstColor(Items.Total)
LstColor.SelectedIndex
Rate this question:
-1
0
1
None of the above
Rate this question:
3
4
5
0
Rate this question:
- 1
0
1
True
Rate this question:
CboNames.Items.Add (“John”)
CboNames.AddItem = (“John”)
Add.cboNames = (“John”)
Add.”John”.cboNames
Rate this question:
Setting the Sorted property to True
Selecting the item in the list and then using the arrow keys to move the item up or down the list
Setting the Alphabetize property to True
Setting the Index property to 1
Rate this question:
LstAnimals.Insert(monkey)
LstAnimals.Insert (“monkey”)
LstAnimals.Items.Add(monkey)
LstAnimals.Items.Add(“monkey”)
Rate this question:
AddLists
Lists
ItemsAdd
Items.Add
Rate this question:
Using the Form_Load procedure and the combo box Items.Add method
During design time in the Items Collection of the combo box
Using the ComboBox.Add() method
Answers A and B are correct
Rate this question:
Can be entered in the Items collection in the Properties window
Can be entered in the Values collection in the Properties window
Can be entered in the AddItem collection in the Properties window
Must be entered in alphabetical order
Rate this question:
AddLists
Items
ItemsAdd
AddItems
Rate this question:
Are created with the same tool from the toolbox
Have a Text property during design time
Hold a list of values
Always have scroll bars
Rate this question:
Simple
DropDown
DropDownList
SimpleList
Rate this question:
List
ListBox
ComboBox
SimpleList
Rate this question:
Frame
ListBox
ComboBox
DropDownList
Rate this question:
Quiz Review Timeline +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.