The _____ character type is a word character.

A. \w
B. \W
C. \B
D. \b


Answer: A

Computer Science & Information Technology

You might also like to view...

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

1. In a general sense, a class is a collection of statements that performs a specific task. 2. If a specific task is performed in several places in a program, a method can be written once to perform that task and then be executed any time it is needed. 3. Every method must have a nonempty parameter list. 4. A method definition has two parts: a header and a body. 5. The statements that make up the method body are enclosed inside a set of curly braces.

Computer Science & Information Technology

____ only allow one selection.

A. Check boxes B. Menus C. Lists D. Text boxes

Computer Science & Information Technology

When adding or subtracting numbers to pointers, the computer automatically adjusts the number to ensure that the result still "points to" a value of the original data type.

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

Computer Science & Information Technology

SSL technology is used to wipe data from your computer so you can reformat the hard drive. 

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

Computer Science & Information Technology