What effect does the Accounting Number Format have on the selected cells?
A. Converts alphabetic characters to numbers
B. Displays cell contents with two decimal places that align vertically
C. Performs tax calculations
D. Copies the numbers of one cell to another
Answer: B
You might also like to view...
The variable that accumulates a total of the numbers in a running total is called a(n) ____________.
a. counter b. sentinel c. entity d. accumulator
Which of the following is false?
a. Method finalize does not take parameters and has return type void. b. Memory leaks using Java are rare because of automatic garbage collection. c. Objects are marked for garbage collection by method finalize. d. The garbage collector reclaims unused memory.
Which of the following best describes what happens when an object no longer has any references pointing to it?
a) The object is overwritten the next time the new operator is called. b) The object is overwritten the next time the new operator is called using the same class. c) The object is immediately deleted from memory. d) The object is marked as garbage and its associated memory is freed when the garbage collector runs. e) The object stays in memory for the remainder of the programs execution.
A software program that interprets and displays documents formatted in the hypertext markup language, HTML, is known as:
A) a web browser. B) a blog. C) an email. D) a webpage.