Match the following custom format characters to their description:

I. Forces left alignment
II. Displays the character that follows
III. Display a digit or blank
IV. Fills the available space with the next character
V. Display a digit or 0

A. \
B. !
C. 0
D. #
E. *


B, A, D, E, C

Computer Science & Information Technology

You might also like to view...

Most digital cameras use ________ for storage

A) FireWire B) flash memory C) mini-DVDs D) an external hard drive

Computer Science & Information Technology

After sorting, filtering, and totaling an Excel table, an Excel table can be converted into this:

A) Pane B) Range C) Link

Computer Science & Information Technology

If you provide an empty method within an abstract class, the method is an abstract method even if you do not explicitly use the keyword ____ when defining the method.

A. virtual B. implements C. abstract D. extends

Computer Science & Information Technology

One way to drop database objects in a script without throwing errors and cancelling the script if the objects don't exist is to

A. use a PL/SQL block to drop the objects B. use a PL/SQL block to drop the objects and use an IF statement to handle any errors that are thrown C. use a PL/SQL block to drop the objects and ignore any exceptions D. use a PL/SQL block to drop the objects and use a CASE structure to handle any errors that are thrown

Computer Science & Information Technology