The techniques used to edit text are similar in all Microsoft Office applications.

a. true
b. false


Answer: a. true

Computer Science & Information Technology

You might also like to view...

What is a static variable?

A. It retains its value until the program is terminated. B. The variable is visible to all parts of the program. C. The variable is never initialized. D. The variable is free to be assigned any value until the program is terminated.

Computer Science & Information Technology

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

1. Class member functions are global in the file where they’re defined but can be called only for objects created from the class. 2. As each class is defined, it gets its own block of memory for its data members. 3. You cannot create static member functions in C++. 4. An implicit conversion occurs in C++’s operations. 5. Converting from a class to a class is done in the same manner as a conversion from a class to a built-in data type.

Computer Science & Information Technology

A(n) _________ is information sent from one system to another

a. Interface b. Message c. Protocol d. Point-to-point connection

Computer Science & Information Technology

Which of the following statements about Cs random number generator is false?

A. The seed can be defaulted or set by the seed random number function (srand). B. The random number function (rand) generates both integral and real numbers. C. A random number can be scaled to any range allowed by the computer. D. By definition, C can generate only pseudorandom numbers. E. The random number functions are found in stdlib.h.

Computer Science & Information Technology