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

1. A statement of the form IO.File.WriteAllLines("fileName.t", numArray) copies
the contents of the numeric array numArray into a text file.
2. The acronym CSV stands for "Comma Separated Values".
3. When you place the OpenFileDialog control on a form, it will not be visible on the form.
4. In order to use the OpenFileDialog control, the programmer must first change its Name
property to something other than the default OpenFileDialog1.
5. The following statement could be used to set the Filter property of the OpenFileDialog
control so that it displays files with the .txt extension.
Text Files (*.txt)|(.txt)


1. F
2. T
3. T
4. F
5. F

Computer Science & Information Technology

You might also like to view...

Files created in Windows 8 can have descriptive ____.

A. file links B. file tags C. file labels D. file properties

Computer Science & Information Technology

Define the integrity property of reliable communication and list all the possible threats to integrity from users and from system components. What measures can be taken to ensure the integrity property in the face of each of these sources of threats

What will be an ideal response?

Computer Science & Information Technology

Case OL 5-1Jesse is a financial officer for a real estate firm. He spends most of his day meeting with agents and customers regarding financial matters and must keep his calendar up to date to avoid overscheduling his time. Jesse's co-worker sent him a meeting request that conflicts with another meeting. Jesse wants to attend the meeting, but just can't unless it starts an hour later. How should he respond?

A. Decline B. Accept C. Propose New Time D. Tentative

Computer Science & Information Technology

A view can join two or more tables.

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

Computer Science & Information Technology