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 use the ____ method to write a specific number of space characters in a string.
(Multiple Choice)
4.8/5
(44)
Write a statement to declare a class-level variable named salaried of a structure named Employee.
(Short Answer)
4.9/5
(39)
A form's FormClosing event can occur when the computer processes the ____ statement in the form's code.
(Multiple Choice)
5.0/5
(31)
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
-New data is written after existing data in the file
(Short Answer)
4.8/5
(43)
Variables declared using a structure are often referred to as ____________________ variables.
(Short Answer)
4.8/5
(40)
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 declare a class-level structure variable.
(Short Answer)
4.8/5
(42)
Explain what it means to access data sequentially from a sequential access file.
(Essay)
4.9/5
(40)
You should use the ____________________ method to close an output sequential access file as soon as you are finished using it.
(Short Answer)
4.9/5
(33)
The only time that a form's FormClosing event occurs is when the user clicks the Close button on the form's title bar.
(True/False)
4.9/5
(29)
In most cases, an application will not need to read each line of text contained in a sequential access file.
(True/False)
4.8/5
(40)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)