A(n) _________________________ is a character, like the ones in the accompanying figure, that Word displays on the screen but is not visible on a printed document.

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


nonprinting character

Computer Science & Information Technology

You might also like to view...

To identify an operation’s parameters, we examine:

a. The data the operation will return. b. The attributes of the class performing the operation. c. The data the operation requires to perform its assigned task. d. The client of the class performing the operation.

Computer Science & Information Technology

If a class is named MyClass, what must theconstructors be named?

a) initializer b) MyClass c) Any name the programmer wishes except the name of the class d) ~MyClass e) None of the above.

Computer Science & Information Technology

Write a script that prints out the length of all collections on a page.

What will be an ideal response?

Computer Science & Information Technology

Every recursive definition can have zero or more base cases.

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

Computer Science & Information Technology