When you add point type, you are in ____ mode.

a. edit
b. faux
c. text
d. writing


C. text

Computer Science & Information Technology

You might also like to view...

The circuitry that enables a device to access a LAN is called a(n) ________.

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

Computer Science & Information Technology

All home routers use a technology called ______________ to present an entire LAN of computers to the Internet as a single machine.

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

Computer Science & Information Technology

Use the counting principle to determine the number of possible outcomes.Four balls are to be selected from a bag without replacement. The bag contains one red, one blue, one green, one yellow, and one purple ball. How many possible outcomes will there be for this experiment?

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

Computer Science & Information Technology

When searching for a node in a linked list to remove, we use a loop to move a pointer through the list. We want the pointer to stay one node in front of the node we wish to remove because:

A. we have to link the node to remove to the node in front of it B. we have to link the node in front of the node to remove to the node after the node to remove (if there is one) C. if we did not, there would be memory leak for the node in front of the node to remove D. we cannot free the node to remove if the pointer is pointing to it

Computer Science & Information Technology