To display the Format Cells dialog box you also can use the Format Cells Dialog Box Launcher in the _____ group.
A. Number
B. Cells
C. Styles
D. Font
Answer: D
Computer Science & Information Technology
You might also like to view...
________ implements shared memory for the ________ specification.
a) Psxfs, POSIX b) Tmpfs, POSIX and System V c) shmfs, System V d) both a and c
Computer Science & Information Technology
Each heading formatted with the Heading 2 style in Word becomes a ____.
A. first-level bulleted item B. second-level bulleted item C. first-level title D. sub-title
Computer Science & Information Technology
Which statements convert the string "10" to the integer value 10?
A) istringstream istr("10"); int x; istr >> x; B) ostringstream ostr("10"); int x; ostr >> x; C) int x = stoi("10"); D) int x = str("10"): E) None of the above
Computer Science & Information Technology
Web pages are text files written in a language called ____.
A. SGML B. Java C. Perl D. HTML
Computer Science & Information Technology