Instead of typing the same text over and over again, the best way is to:

A) delete and retype. B) copy and paste.
C) change the font size. D) start a new document using new buttons.


B

Computer Science & Information Technology

You might also like to view...

Which superclass members are inherited by all subclasses of that superclass?

a. private instance variables and methods. b. protected instance variables and methods. c. private constructors. d. protected constructor

Computer Science & Information Technology

Consider the following incomplete code:

``` public class Test { public static void main(String[] args) { System.out.println(f(5)); } public static int f(int number) { // Missing body } } ``` The missing method body should be ________. a. return "number"; b. System.out.println(number); c. System.out.println("number"); d. return number;

Computer Science & Information Technology

The options in the Spelling and Grammar dialog box change depending on the nature of the current error.

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

Computer Science & Information Technology

Using the _________ cipher you select multiple numbers by which to shift letters

a. DC4 b. Caesar c. Multi-alphabet substitution d. ASCII

Computer Science & Information Technology