Files can be divided into two categories: executable files and ____.
A. data files
B. application files
C. operating system files
D. PDF files
Answer: A
You might also like to view...
Answer the following statements true (T) or false (F)
1. We use the dot notation with eof because it is a member function of a class. 2. The following statements are equivalent: cin.get (ch); cin >> ch; 3. You do not need prompts when reading from an external file. 4. What will inFile.fail( ) return if the file associated with the stream inFile cannot be opened? 5. A file stream should always be passed as a value parameter.
The .class extension on a file means that the file:
a. Contains java source code b. Contains HTML c. is produced by the Java compiler (javac). d. None of the above.
You use a(n) ____ to specify both the records to select in a dataset and the order in which to arrange the records.
A. query B. question C. inquiry D. access
Case-Based Critical Thinking QuestionsCase 5-1Skylar is trying to build a table to display her inventory of the items she sells in her online software shop. She wants to display the cover, name, vendor, quantity in stock, and price for each item. Skylar would also like her header row to be blue. How would she accomplish that using a style?
A. color="blue" B. background-color: blue C. header-color: blue D. thead-color: blue