When figures on a chart begin with a high number, you can change the ________ on the vertical axis to provide more vertical space and a more dramatic slope to the lines

A) degree B) scale C) level D) balance


B

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. With a BufferedOutputStream each output operation is directed to a buffer large enough to hold the data of many output operations. Transfer to the output device is performed in one large physical output operation when the buffer fills. b. With a BufferedOutputStream, a partially filled buffer can be forced out to the device at any time by invoking the stream object’s force method. c. With a BufferedInputStream, many “logical” chunks of data from a file are read as one large physical input operation into a memory buffer. d. With a BufferedInputStream, as a program requests data, it’s taken from the buffer. When the buffer is empty, the next actual physical input operation is performed.

Computer Science & Information Technology

In a Hypertext Markup Language (HTML), the markers are codes that tell the browser how to format the text or graphics that will be displayed.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following classes are immutable?

a. Integer b. Double c. BigInteger d. BigDecimal e. String

Computer Science & Information Technology

The ________ is deployed directly to users and contains nondata objects such as queries, reports, forms, macros, and VBA modules

A) front-end database B) back-end database C) linked table D) database splitter

Computer Science & Information Technology