
The accompanying figure is an example of a ____.
A. document
B. spreadsheet
C. database
D. presentation
Answer: D
You might also like to view...
The end of a Java statement is indicated by a ________.
a. bracket (}) b. asterisk (*) c. semicolon (;) d. colon (:)
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)
The person responsible for the initial development of C++ was
a) Dennis Ritchie b) James Gosling c) Brian Kernighan d) Bjarne Strousrup e) Bill Joy
The ________ Protocol resolves hostnames on the Internet and localnetworks to IP addresses
a. Hypertext transfer b. Domain name system c. File transfer d. None of the above