Case-Based Critical Thinking Questions
?
Case 9-1
Charles is having a lot of problems with errors in a very complicated spreadsheet that he inherited from a colleague, and he turns to another co-worker, Seymour, for tips on how to trace errors in the sheet.
?
?
Seymour tells Charles that all error values begin with the same symbol, so they can be easily identified as errors. What is the symbol?

A. #
B. &
C. ^
D. %


Answer: A

Computer Science & Information Technology

You might also like to view...

Files whose contents must be handled as sequences of binary digits are called:

a. text files b. ASCII files c. binary files d. output files

Computer Science & Information Technology

Given the following two arrays:

``` char s1[] = {'a', 'b', 'c'}; char s2[] = "abc"; ``` Which of the following statements is correct? A. s2 has four characters B. s1 has three characters C. s1 has four characters D. s2 has three characters

Computer Science & Information Technology

Which of the following is incorrect?

a. int[] a = new int[2]; b. int a[] = new int[2]; c. int[] a = new int(2); d. int a = new int[2]; e. int a() = new int[2];

Computer Science & Information Technology

A Word file can be saved as a PDF file

Indicate whether the statement is true or false

Computer Science & Information Technology