When using the password data type, any information that a user enters will be displayed as a series of ____ or asterisks, protecting the information from prying eyes.

A. dashes
B. dots
C. ampersands
D. plus signs


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following functions is a properly overloaded function of the following?

int doSomething(int first, float second); a. float doSomething(int first, float second); b. int doSomething( int next, float last); c. int doSomething(int first, int second, float third); d. int doSome(int first, float second);

Computer Science & Information Technology

To select the account from which to send an email message when there are multiple accounts, click the ____________________ button in the Untitled - Message window, and then click the desired email account.

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

Computer Science & Information Technology

In the _____ Phase a prototype of the website will often be created.

a. Design Phase b. Conceptualization Phase c. Production Phase d. Analysis Phase

Computer Science & Information Technology

Separate 37 into two parts such that first part is 5 less than the second part.

Let first part = n Let second part = 37 — n Equation: P2 = (37 — n) — 5 Solve for n n = 32 n 2n = 32 n=32/2 n= 16

Computer Science & Information Technology