The ____ feature is used to set text in italics.

A. Layout
B. Style
C. Format
D. Italics and Bold


Answer: B

Computer Science & Information Technology

You might also like to view...

Critical Thinking QuestionsCase B-2You know that Flash has different drawing modes, and you think you have probably used both without having a significant understanding of the differences - or benefits - of each. The time has come for you to really learn the reasons behind the use of each mode. You have an image that is made up of multiple overlapping objects. You want to move the top one to punch its shape through the bottom shape. Which of the following drawing modes is best suited to this project? a. Object Drawingc. Stroke and Fillb. Merge Drawingd. Resolved Drawing

What will be an ideal response?

Computer Science & Information Technology

public int mystery(int x, int y){    if (x >= y)        return x - y;    else        return x + y;}Based on the code in the accompanying figure, what would be the output of the following statement?System.out.println(mystery(8,7));

A. 1 B. 7 C. 8 D. 15

Computer Science & Information Technology

What function returns the total present value of an investment with a fixed rate, specified number of payment periods and a series of identical future payments?

A) PV B) FV C) PMT D) IPMT

Computer Science & Information Technology

HTML2 is a reformulation of HTML in XML and is recommended by the World Wide Web Consortium for building Web pages

Indicate whether the statement is true or false

Computer Science & Information Technology