A ________ provides distribution channels, such as an online shop or a Web retailer.
A. content provider
B. distributor
C. consumer
D. clearinghouse
B. distributor
You might also like to view...
Which one of the conditions that follow will be false (value of 0) after execution of the program segment below?
``` int v[5] = {0, 0, 0, 0, 1}; int k, j; for (j = 3; j >= 0; --j) for (k = j; k < 4; ++k) v[k] += v[k + 1]; ``` a. v[0] == v[4] b. v[1] == v[3] c. v[0] < v[1] d. v[1] < v[2] e. v[2] < v[3]
The structure often used to sequence through an array is the ____.
A. do loop B. do while loop C. for loop D. linked list
The ________ is designed to make it easy to access the commands that you use most often in Excel
Fill in the blank(s) with the appropriate word(s).
Match each item with a statement below.
A. Tools and documentation targeted to help you use and customize a specific Windows operating system. B. A license to enable a workstation to access a Windows server. C. A set of unique identification information that is typically put at the end of a file or that is associated with a computer communication. Its purpose is to show that the source of the file or communication is legitimate. D. An area designated in physical computer memory that is used in Windows operating systems to help speed up reading and writing to hard disk. E. Enables you to create one file and then establish links to that file in other folders, as though the file is in all of the folders. F. The process of keeping chronological records of data or transactions so that if a system crashes without warning, the data or transactions can be reconstructed or backed out to avoid data loss or information that is not properly synchronized. G. Standards set by the Institute of Electrical and Electronics Engineers (IEEE) for portability of applications. H. File system that is native to Windows Server systems and that supports features such as security, compression, disk quotas, encryption, self-healing from disk damage, and others. I. A Microsoft file system introduced with Windows 8 and Windows Server 2012 with the goal of better performance and faster repair of disk errors than NTFS. J. A device that does not have a processor for running programs locally and consists of a monitor and keyboard to communicate with host computers that run the programs.