After declaring a StreamReader variable, you can use the ____ to open a sequential access file for input; doing this automatically creates a StreamReader object.

A. OpenText method
B. Write method
C. StreamWriter object
D. ReadLine method


Answer: A

Computer Science & Information Technology

You might also like to view...

Match the following cloud solutions on the left with the correct descriptors on the right

1. IaaS a. The vendor provides the hardware platform and the software running on the platform. 2. PaaS b. The vendor provides the hardware platform and the company installs and manages its own operating systems and applications. 3. SaaS c. The vendor provides the entire solution.

Computer Science & Information Technology

Consider the schema Grades(id,grade), where grades are in between 0 and 100. Write a query that computes the histogram of the form


This problem is not as easy as it sounds.

Computer Science & Information Technology

In the Find and Replace dialog box, the HTML ____ button option on the Replace tab specifies a complex set of conditions for searching and replacing HTML.

A. Guidelines B. Enforcement C. Conditions D. Rules

Computer Science & Information Technology

The Thermometer class stores the temperature internally in Fahrenheit.

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

Computer Science & Information Technology