Exam 11: Structures and Sequential Files
Exam 1: An Introduction to Visual Basic 201250 Questions
Exam 2: Creating a User Interface50 Questions
Exam 3: Memory Locations and Calculations50 Questions
Exam 4: Making Decisions in a Program50 Questions
Exam 5: More on the Selection Structure50 Questions
Exam 6: Repeating Program Instructions50 Questions
Exam 7: More on the Repetition Structure50 Questions
Exam 8: Sub and Function Procedures50 Questions
Exam 9: Arrays50 Questions
Exam 10: String Manipulation and Menus50 Questions
Exam 11: Structures and Sequential Files50 Questions
Exam 12: Access Databases and Linq50 Questions
Exam 13: Creating Simple Web Applications50 Questions
Exam 14: Creating Classes and Objects50 Questions
Exam 15: an Introduction to Programming17 Questions
Select questions type
You can create your own data types in Visual Basic using the ____ statement.
(Multiple Choice)
4.9/5
(35)
The members included in a structure can be variables, constants, or procedures.
(True/False)
4.7/5
(43)
A sequential access file is often referred to as a ____ file.
(Multiple Choice)
4.8/5
(37)
Describe the advantage of passing a structure variable to a procedure.
(Essay)
4.9/5
(40)
Which of the following statements removes the first item from the booksList box?
(Multiple Choice)
4.8/5
(41)
You can write data to a sequential access file using the ____ method.
(Multiple Choice)
4.9/5
(41)
A class-level structure variable is declared using the keyword ____.
(Multiple Choice)
4.9/5
(36)
Match each item with a statement below.
a.input file
f.dot member access operator
b.Private
g.record
c.AppendText
h.output file
d.Dim
i.field
e.structure
-Used to separate the structure variable's name from the member variable's name.
(Short Answer)
4.7/5
(37)
Variables included in a structure are referred to as ____________________ variables.
(Short Answer)
4.8/5
(36)
Match each item with a statement below.
a.input file
f.dot member access operator
b.Private
g.record
c.AppendText
h.output file
d.Dim
i.field
e.structure
-A single item of information about a person, place, or thing
(Short Answer)
4.8/5
(39)
The "____" filename extension typically is used when naming sequential access files.
(Multiple Choice)
5.0/5
(33)
A(n) ____ is a single item of information about a person, place, or thing.
(Multiple Choice)
4.9/5
(32)
Match each item with a statement below.
a.input file
f.dot member access operator
b.Private
g.record
c.AppendText
h.output file
d.Dim
i.field
e.structure
-A user-defined data type.
(Short Answer)
4.9/5
(47)
The ____ method can be used to avoid the run time error that occurs when the computer cannot locate an input file..
(Multiple Choice)
4.8/5
(27)
The PadLeft and PadRight methods pad a string with a character until the string is a specified length.
(True/False)
4.9/5
(44)
Showing 21 - 40 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)