Exam 12: Structures and Sequential Files
Exam 1: Overview an Introduction to Programming17 Questions
Exam 2: An Introduction to Visual Basic 201542 Questions
Exam 3: Creating a User Interface42 Questions
Exam 4: Memory Locations and Calculations42 Questions
Exam 5: Making Decisions in a Program42 Questions
Exam 6: More on the Selection Structure42 Questions
Exam 7: Repeating Program Instructions42 Questions
Exam 8: More on the Repetition Structure42 Questions
Exam 9: Sub and Function Procedures42 Questions
Exam 10: Arrays42 Questions
Exam 11: String Manipulation and Menus42 Questions
Exam 12: Structures and Sequential Files42 Questions
Exam 13: Access Databases and Linq42 Questions
Exam 14: Creating Simple Web Applications42 Questions
Exam 15: Creating Classes and Objects42 Questions
Select questions type
The "____" filename extension typically is used when naming sequential access files.
Free
(Multiple Choice)
4.9/5
(43)
Correct Answer:
B
Explain what it means to access data sequentially from a sequential access file.
Free
(Essay)
4.8/5
(37)
Correct Answer:
When you access data sequentially from a sequential access file, data is always accessed in consecutive order, one line at a time, beginning with the first line in the file and ending with the last line in the file.
The PadLeft and PadRight methods pad a string with a character until the string is a specified length.
Free
(True/False)
4.8/5
(39)
Correct Answer:
True
A form's FormClosing event can occur when the computer processes the ____ statement in the form's code.
(Multiple Choice)
4.8/5
(42)
You can write data to a sequential access file using the ____ method.
(Multiple Choice)
4.8/5
(36)
A(n) ____ is a single item of information about a person, place, or thing.
(Multiple Choice)
4.7/5
(45)
You can create your own data types in Visual Basic using the ____ statement.
(Multiple Choice)
4.9/5
(44)
Describe the advantage of passing a structure variable to a procedure.
(Essay)
4.8/5
(42)
The members included in a structure can be variables, constants, or procedures.
(True/False)
4.8/5
(32)
A(n) ____ is a group of related fields that contain all of the necessary data about a specific person, place, or thing.
(Multiple Choice)
4.8/5
(36)
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.7/5
(38)
Explain the difference between a field and a record and provide an example of each.
(Essay)
4.8/5
(42)
You refer to a member variable in an array element using the syntax ____.
(Multiple Choice)
4.7/5
(28)
A sequential access file is often referred to as a ____ file.
(Multiple Choice)
4.8/5
(46)
Write a statement to declare a procedure-level variable named manager of a structure named Employee .
(Essay)
4.9/5
(42)
Variables included in a structure are referred to as ____________________ variables.
(Short Answer)
4.9/5
(37)
A form's ____ event occurs when a form is about to be closed.
(Multiple Choice)
4.9/5
(38)
Showing 1 - 20 of 42
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)