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.
You need to create a report using the pictureFrame.txt sequential access file. The report provides a list of all picture frames with a size of 5×7. The report will be saved as another sequential access file named pictureFrame57.txt. Your first step is to ____.

A. declare a StreamWriter variable for the output file
B. open the pictureFrame57.txt file for output using the CreateText method
C. declare a StreamReader variable for the input file
D. open the pictureFrame.txt file


Answer: C

Computer Science & Information Technology

You might also like to view...

Provide a user’s requirements specification for the University Accommodation Office case study documented in Appendix B.1.

What will be an ideal response?

Computer Science & Information Technology

To support the Swing classes in applets, some browsers require a ________, which is software that extends or enhances another program.

A) extension B) plug-in C) booster D) widget

Computer Science & Information Technology

Windows 8 operating system has been redesigned to allow for ________

A) small icons B) easy to read commands C) graphic images D) voice commands

Computer Science & Information Technology

List the three possible ways to access a macro. Can the macros that you created in one document be used in another document? If yes, how do you do that?

What will be an ideal response?

Computer Science & Information Technology