A keyboard shortcut for italics is ________

A) [Ctrl] + [I]
B) [Ctrl] + [B]
C) [Alt] + [F5]
D) [Shift] + [^]

Answer: A

Computer Science & Information Technology

You might also like to view...

On Facebook, you can upload commercial videos or videos that contain commercial music in the background

Indicate whether the statement is true or false

Computer Science & Information Technology

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

1. The operator * is prefixed to an iterator to insert an element in the container. 2. To declare an iterator, one must #include the proper header file, then specify the container type and use that with the scope resolution operator, ::, to qualify the inner type iterator, to declare the iterator variable, as in #include std::vector::iterator myIterator;.

Computer Science & Information Technology