The ________ displays a formatted selection and a complete description of the formats applied to the selection

A) Modify Style dialog box
B) Reveal Formatting pane
C) Style Inspector pane
D) Styles window


B

Computer Science & Information Technology

You might also like to view...

Which of the following firewall setups is a combination of a bastion host and a screening router?

A) Network host-based B) Dual-homed host C) Screened host D) Router-based

Computer Science & Information Technology

What is wrong with this function?

``` int Modulus( int x, int y ) { int z; z = x % y; } ``` A. Modulus is a keyword in C++, the function can’t be named that. B. There is no returned value. C. There is nothing wrong with it. D. The function doesn’t use the passed variables.

Computer Science & Information Technology

A developer who needs to create a new feature for a Web site can save time by first checking a Web service ____________________ for that particular feature.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A disadvantage of segmented memory allocation is ____.

A. the physical size requirements of main memory B. the number of page faults C. internal fragmentation D. external fragmentation

Computer Science & Information Technology