The file format that preserves the document's layout and formatting is a ________ file
A) Rich Text Format
B) HTML
C) Text
D) PDF
D
You might also like to view...
Which of the following is false?
a. The size of an ArrayList can be determined via its length instance variable. b. The size of an ArrayList can be determined via its size method. c. You can add a new item to the end of an ArrayList with its add method. c. You can get an item from a specified index in an ArrayList with its get method.
Under the Control Panel, what console contains Print Management, Computer Management, and Event Viewer?
A. Windows Firewall B. System C. Administrative Tools D. Admin Page
By default, a(n) _________ form displays in Form view on the top half of the form and Datasheet view on the bottom half of the form
Fill in the blank(s) with correct word
(Randomly Creating Sentences) Write a program that uses random number generation to create sentences. The program should use four arrays of pointers to char called article, noun, verb and preposition. The program should create a sentence by selecting a word at random from each array in the following order: article, noun, verb, preposition, article and noun. As each word is picked, it should be
concatenated to the previous words in a character array that is large enough to hold the entire sentence. The words should be separated by spaces. When the final sentence is out- put, it should start with a capital letter and end with a period. The program should generate 20 such sentences. The arrays should be filled as follows: The article array should contain the articles "the", "a", "one", "some" and "any"; the noun array should contain the nouns "boy", "girl", "dog", "town" and "car"; the verb array should contain the verbs "drove", "jumped", "ran", "walked" and "skipped"; the preposition array should contain the prepositions "to", "from", "over", "under" and "on". After completing the program, modify it to produce a short story consisting of several of these sentences. (How about a random term-paper writer!) What will be an ideal response?