____ apps are fully-featured programs that may be available at an online store or on disk.

A. Universal
B. Static
C. Desktop
D. Single-user

Answer: C

Computer Science & Information Technology

You might also like to view...

When adding a node to a tree use:

a) treeView.Nodes[ parentIndex ].Nodes.Add(new TreeNode(ChildLabel)) b) treeView.Node[parentIndex].Add(new TreeNode(ChildLabel)) c) treeView.Node[parentIndex].Add(ChildLabel) d) treeView.Node[parentIndex].Nodes.Add(ChildLabel)

Computer Science & Information Technology

Which of the following statements is false?

a. A quadrillion-instruction-per-section computer can perform in one second more than 100,000 instructions for every person on the planet. b. Today's key programming methodology is object-oriented programming. c. The vast majority of the microprocessors produced each year are used in general-purpose computers. d. Computers process data under the control of sets of instructions called computer programs..

Computer Science & Information Technology