Exam 10: Structures and Sequential Access Files
Exam 1: An Introduction to Visual Basic 201259 Questions
Exam 2: Designing Applications57 Questions
Exam 3: Using Variables and Constants58 Questions
Exam 4: The Selection Structure57 Questions
Exam 5: More on the Selection Structure56 Questions
Exam 6: The Repetition Structure59 Questions
Exam 7: Sub and Function Procedures56 Questions
Exam 8: String Manipulation57 Questions
Exam 9: Arrays57 Questions
Exam 10: Structures and Sequential Access Files58 Questions
Exam 11: Classes and Objects58 Questions
Exam 12: Web Applications55 Questions
Exam 13: Working With Access Databases and Linq57 Questions
Exam 14: Access Databases and SQL58 Questions
Select questions type
In Visual Basic,you use a(n)____ to read data from a sequential access file.
(Multiple Choice)
4.8/5
(43)
An application uses the posterFrame.txt sequential access file to display all of the poster frames in a list box.You need to use the list box to select and remove any poster frames that are 16x20.Which of the following statements determines if a line is selected in the list box? 

(Not Answered)
This question doesn't have any answer yet
Most programmers use the Structure statement,rather than the Class statement,to create data types that contain procedures.
(True/False)
4.8/5
(41)
Which of the following statements can be used to fill a string variable with asterisks resulting in "*****$675.89"? 

(Not Answered)
This question doesn't have any answer yet
Which of the following statements will read data from a sequential access file?
(Multiple Choice)
4.7/5
(29)
Which of the following can be used to determine whether the accounts.txt file exists? 

(Not Answered)
This question doesn't have any answer yet
The members of a structure can be variables,constants,or ____.
(Multiple Choice)
4.8/5
(36)
You can use the ____ to open a sequential access file for append.
(Multiple Choice)
4.9/5
(29)
Which of the following statements will close the sequential access file associated with the outFile variable?
(Multiple Choice)
4.9/5
(32)
Write the code to declare a variable named outFile that can be used to write data to a sequential access file.Then write the statement to open a sequential access file named samples.txt for output.New data should be written to the file after any existing data in the file.
(Essay)
4.9/5
(36)
Which of the following statements removes the selected line in the list box? 

(Not Answered)
This question doesn't have any answer yet
Write the code to declare a variable named inFile that can be used to read data from a sequential access file.Then write the statement to open a sequential access file named samples.txt for input.
(Essay)
4.8/5
(38)
You use the ____ member access operator to separate the structure variable's name from the member variable's name.
(Multiple Choice)
4.8/5
(38)
Write a Structure statement that defines a structure named Order.The structure contains four member variables named strItemNum,strItemDesc,decPrice,and intQuantity.Then write the Dim statement that declares an Order variable named furniture.
(Essay)
4.8/5
(31)
Which of the following statements will write the text "Programming" to a sequential access file? 

(Not Answered)
This question doesn't have any answer yet
Programmers use structure variables to store related items in an array,even when the items have different data types.
(True/False)
4.8/5
(33)
You can use the Strings.Space method to include a specific number of space characters in a string.
(True/False)
4.8/5
(37)
Showing 21 - 40 of 58
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)