If an input mask is used, data will not be restricted during entry.

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


False

Rationale: If an input mask is used, data will be restricted during entry to prevent errors.

Computer Science & Information Technology

You might also like to view...

An object of a derived class has the type of the derived class, and it also has the type of the base class, and more generally, has the type of every one of its ___________ classes.

a. descendant b. child c. ancestor d. sub

Computer Science & Information Technology

In the statement b=a*c/d+e which is the first operation that is performed when this C++ statement is executed?

A. b= B. d+e C. a*c D. c/d

Computer Science & Information Technology

Explain how to transfer videos from DVDs and your cell phone to your computer.

What will be an ideal response?

Computer Science & Information Technology

Which of the following characters CANNOT be used in a file name?

A) _ B) - C) : D) +

Computer Science & Information Technology