Live Preview is a name for the gallery of choices for paste options.

a. true
b. false


Ans: b. false

Computer Science & Information Technology

You might also like to view...

Which of the following is not true about bool values and how they are output with the output stream?

a. The old style of representing true/false values used -1 to indicate false and 1 to indicate true. b. A bool value outputs as 0 or 1 by default. c. Stream manipulator boolalpha sets the output stream to display bool values as the strings "true" and "false". d. Both boolalpha and noboolalpha are “sticky” settings.

Computer Science & Information Technology

If two classes have an IS_A relationship, we should use:

A. composition B. polymorphism C. inheritance D. static binding

Computer Science & Information Technology

When using Java's built-in monitors, every object has a(n) ________ or a(n) ________ that the monitor ensures is held by a maximum of only one thread at any time.

a. monitor lock, intrinsic lock b. built-in lock, free lock c. mutual exlcusion lock, synchronization lock d. None of the above.

Computer Science & Information Technology

Match each term with the correct statement below:

A. a text mode user interface for YaST B. a command used to start the graphic user interface for YaST C. a privileged user that has the UID 0 D. a unique number allocated to each group in the system E. a command used to display additional user information F. default X server implementation used by SLES 11 G. a command used for secure login to a remote computer H. a utility used to determine chipset support I. a command used to control whether or not the display manager is loaded at system boot

Computer Science & Information Technology