In an outline, the ________ button moves selected paragraphs to a higher level

A) Demote
B) Move Down
C) Move Up
D) Promote


D

Computer Science & Information Technology

You might also like to view...

What is top-down design?

What will be an ideal response?

Computer Science & Information Technology

If str1 and str2 are both String objects, which of the following expressions will correctly determine whether or not they are equal?

a. str1 = str2 b. str1 && str2 c. str1.equals(str2) d. str1 += str2

Computer Science & Information Technology

Match each item with a statement below.

A. the hypervisor implements OS virtualization by running directly on the host computer's hardware B. a networking model in which data, applications, and processing power are managed by servers on the Internet C. the operating system installed on a virtual machine D. the physical computer on which virtual machine software is installed E. the hypervisor implements OS virtualization by being installed in a general-purpose host OS F. the component of virtualization software that creates and monitors the virtual hardware environment G. a category of cloud computing in which a company can use a provider's storage or virtual servers as its needs demand H. a category of cloud computing in which a customer develops applications with the service provider's development tools I. a partial copy of a virtual machine made at a particular moment J. a category of cloud computing in which a customer pays for the use of applications that run on a service provider's network

Computer Science & Information Technology

HTML controls do not maintain state..

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

Computer Science & Information Technology