Designed version of font that is normal letters slanted with some additional spacing and design.

a. Italic
b. Oblique
c. Bold
d. Faux italic


b. Oblique

Computer Science & Information Technology

You might also like to view...

Business managers will typically use the Select or Crosstab queries when entering data in the tables of an existing database system that is maintained by their firm's IT departments

Indicate whether the statement is true or false

Computer Science & Information Technology

int loopVariable = 0;do{     Console.WriteLine("Count = {0:}",  ++loopVariable);}while (loopVariable < 5); How many times will be loop body be executed?

A. 0 B. 4 C. 5 D. 6

Computer Science & Information Technology

A(n) ____________________ is a software package that contains some new features that have been added to an existing program without a major rewrite effort.

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

Computer Science & Information Technology

Instruction-level parallelism is also determined by __________, which is the time until the result of an instruction is available for use as an operand in a subsequent instruction.

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

Computer Science & Information Technology