Exam 8: Using Arrays and File Handling
Exam 1: Introduction to Visual Basic 2012 Programming112 Questions
Exam 2: Program and Graphical User Interface Design112 Questions
Exam 3: Program Design and Coding112 Questions
Exam 4: Variables and Arithmetic Operations112 Questions
Exam 5: Decision Structures112 Questions
Exam 6: Loop Structures112 Questions
Exam 7: Using Procedures and Exception Handling112 Questions
Exam 8: Using Arrays and File Handling112 Questions
Exam 9: Creating Web Applications112 Questions
Exam 10: Incorporating Databases with ADO.NET112 Questions
Exam 11: Multiple Classes and Inheritance112 Questions
Exam 12: Windows Store Apps112 Questions
Select questions type
The ____________________ procedure of the StreamReader class is used to read a line of text from a file.
(Short Answer)
4.8/5
(35)
The elements in an integer type array will be initialized to ____.
(Multiple Choice)
4.7/5
(38)
The IO.File.____________________ command opens a text file and assigns it to an object variable.
(Short Answer)
4.7/5
(31)
Arrays provide access to data by using a numeric ____ to identify the desired element.
(Multiple Choice)
4.8/5
(43)
To store the values contained in a table,you would use a ____ array.
(Multiple Choice)
4.8/5
(39)
When you are in a situation of having to create hundreds of variables to store hundreds of values,what is the solution for your development of an application to address this situation? Include a definition of all key relevant associated terms in your response.
(Essay)
4.7/5
(37)
A nested loop can be used to process all of the elements in a(n)implicit array._________________________
(True/False)
4.8/5
(33)
An array element is accessed by using the array name and the element's ____.
(Multiple Choice)
4.9/5
(35)
The ShowDialog procedure of a Form object loads a form as modal.
(True/False)
4.9/5
(42)
To access the 9th element in an array the ____ index is used.
(Multiple Choice)
4.8/5
(39)
An array variable can store more than five values at a time._________________________
(True/False)
4.8/5
(33)
The elements in a string type array will be initialized to ____.
(Multiple Choice)
4.9/5
(39)
An array can be passed as an argument to a(n)____ procedure.
(Multiple Choice)
4.9/5
(40)
To apply the sort procedure to an array called intAges,use the syntax ____.
(Multiple Choice)
4.9/5
(30)
When using a For Each loop to process each element in an array,you must specify the number of iterations for the loop.
(True/False)
4.9/5
(33)
The ____ method of a StreamReader object should be used to read the next character in a file without changing position in the file.
(Multiple Choice)
5.0/5
(31)
The ____________________ object is used to read text from a file into the program.
(Short Answer)
4.9/5
(26)
Showing 61 - 80 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)