Critical Thinking QuestionsCase 1-2You have written a novella on your new laptop and now, as you prepare to find a literary agent for your work, you would like to do some formatting of it to make it more appealing to prospective agents.In your novella, you can change the formatting of all of the following EXCEPT ____.
a. a question markc. the asterisk symbol b. paragraph markd. the numeral 5
What will be an ideal response?
Answer: B
You might also like to view...
Which of the following enables end users to make their own data requests and format the results without the need for additional help from the information technology organization?
a. Online analytical processing (OLAP) b. Reporting and querying tools c. Spreadsheets d. Drill-down analysis
Answer the following statement(s) true (T) or false (F)
1. The for statement performs the same functions as the while statement, but uses a different form. 2. The construction for ( ; count <= 20 ; ) is invalid. 3. In C++, continue produces the same action for both while and for statements. 4. Entering data interactively in a loop is a general technique that’s applicable to for loops. 5. The do statement is particularly useful in filtering user-entered input and providing data validation checks.