Exam 10: Structures and Sequential Access Files

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

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? 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
Ask our community

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"? 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
Ask our community

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? 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
Ask our community

What is the difference between an input file and an output file?

(Essay)
4.8/5
(33)

What is the difference between a structure and a structure variable?

(Essay)
4.7/5
(43)

The members of a structure can be variables,constants,or ____.

(Multiple Choice)
4.8/5
(36)

Files that are read by the computer are called ____ files.

(Multiple Choice)
4.8/5
(33)

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? Which of the following statements removes the selected line in the list box?

(Not Answered)
This question doesn't have any answer yet
Ask our community

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? 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
Ask our community

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)