The default markup for deleted text is:
A) bold.
B) italic.
C) strikethrough.
D) underline.
C
Computer Science & Information Technology
You might also like to view...
Assuming the following pseudocode for the Fibonacci series, what is the value of the 5 th Fibonacci number (fibonacci (5))? fibonacci(0) = 0 fibonacci(1) = 1 fibonacci(n) = fibonacci(n – 1) + fibonacci(n
a. 1. b. 3. c. 5. d. 7.
Computer Science & Information Technology
To select all of the layers in a file, on the Menu bar, click Select, and then click ____________________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Because the plus symbol (+) has diverse meanings based on context, it is ____.
A. overdefined B. defined C. polyclassist D. polymorphic
Computer Science & Information Technology
If the date formats available in Excel are not suitable, you can created a(n) ________ date format
Fill in the blank(s) with correct word
Computer Science & Information Technology