Case-Based Critical Thinking Questions
Case 1: Frames Unlimited
?
Frames Unlimited is a wholesale picture and poster frame business. Frame data are stored in sequential access files that contain four columns: item number, item name, size, and price.
Which of the following is the correct declaration statement for a procedure-level variable namedinInventorythat will be used to read data from a sequential access file?

A. Dim inInventory As IO.StreamReader
B. Dim variable As InInventory
C. Dim ReadFrom As inInventory
D. Dim outFile As InInventory

Answer: A

Computer Science & Information Technology

You might also like to view...

A data entry form is usually a(n) unbound form. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The size of virtual storage is limited by the addressing scheme of the computer system and by the amount of __________ available.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology