Exam 8: Arrays and Collections
Exam 1: Introduction to Visual Basic 201054 Questions
Exam 2: User Interface Design74 Questions
Exam 3: Variables, Constants, and Calculations58 Questions
Exam 4: Decisions and Conditions51 Questions
Exam 5: Menus, Common Dialog Boxes, Sub Procedures, and Function38 Questions
Exam 6: Multiform Projects69 Questions
Exam 7: Lists, loops, and Printing76 Questions
Exam 8: Arrays and Collections50 Questions
Exam 9: Web Applications66 Questions
Exam 10: Database Applications43 Questions
Exam 11: Data Files43 Questions
Exam 12: OOP: Creating Object-Oriented Programs51 Questions
Exam 13: Graphics, Animation, Sound, and Drag-And-Drop62 Questions
Exam 14: Additional Topics in Visual Basic60 Questions
Select questions type
How many elements are contained in the array created with the following code? Dim EmployeeString(25)As String
(Multiple Choice)
4.9/5
(35)
The following code is valid for creating a structure named Student:
Structure Student
Dim StudentIDString As String
Dim FirstNameString As String
Dim LastNameString As String
Dim GPADecimal As Decimal
End Structure
(True/False)
4.7/5
(30)
The Structure / End Structure statements may be used to represent a record of related fields of information.
(True/False)
4.8/5
(39)
The following code is valid: Dim NameString()As String = {"Theresa","Anita","Julia")
(True/False)
4.9/5
(40)
Write a declaration statement for a SortedList object named MyList,accessible to all classes in the project.
(Short Answer)
4.8/5
(49)
The following code is valid for declaring an array with ten elements: Dim EmployeeNameString(0 to 10).
(True/False)
4.8/5
(42)
Declare an array and specify the number of elements using _______.
(Multiple Choice)
4.9/5
(29)
A Structure is private by default,but can be declared to be Friend or Private.
(True/False)
4.7/5
(32)
When performing a table lookup,it is a good idea to include validation because _______.
(Multiple Choice)
4.9/5
(43)
A For Each loop will execute even if the array contains no elements.
(True/False)
4.9/5
(39)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)