A ____ is a kind of software that stores the payment information you enter when you finalize an online purchase.
digital wallet

A. wiki
B. helper application
C. digital wallet
D. cookie


Answer: C

Computer Science & Information Technology

You might also like to view...

What is wrong with the following switch statement?

``` switch (gender) { case 'f': cout << "Hello, Ms. " << name << endl; case 'm': cout << "Hello, Mr. " << name << endl; default: cout << "Invalid value for gender." << endl; } ``` a. It is too short. b. It is too long. c. The break statements are missing. d. There is no if statement surrounding it. e. Several brackets are missing.

Computer Science & Information Technology

Match the following keyboard shortcuts with the correct action

I. Shift + Tab II. Shift + Enter III. PageDown IV. Ctrl + End V. Tab A. Moves left one cell B. Moves right one cell C. Moves down one full screen D. Moves one cell up E. Moves to the last cell in the last column of the active area of a worksheet

Computer Science & Information Technology

When purchasing a mobile computer, which of the following is NOT recommended?

A. If you have large fingers, you should not purchase a computer with a small, condensed keyboard. B. Upgrading a mobile computer's memory and internal storage may be less expensive at the time of initial purchase. C. Consider purchasing a second battery if you plan to use your mobile device for a long time without access to an outlet. D. The availability of ports is not important because you can always add ports.

Computer Science & Information Technology

For some commercial Web sites, the server is actually a large collection of computers, called a ________, that coordinates all of their activities.

A. networking terminal B. workstation C. server farm D. data bus

Computer Science & Information Technology