When you ________ data, you organize data based on the values in one or more fields
A) form B) group C) key D) label
B
You might also like to view...
be able to send and receive messages in parallel over a network connection, a program must use __________ of execution.
a. one thread. b. two threads. c. three threads. d. four threads.
Digital data is _____ and analog information is _____.
A. continuous; discrete B. discrete; continuous
____ is the name of the perpetual software package that includes individual applications that can be installed on a single computer.
A. Office 365 B. Microsoft Exchange C. Office 2013 D. Microsoft Office Web
Which statement is false?
a. In a tightly packed binary tree, each level contains about twice as many elements as the previous level. b. When searching a tightly packed 1,000,000-element binary search tree, approximately 20 comparisons need to be made. c. The level-order traversal of a binary tree visits the nodes of the tree row-by-row starting at the root node level. d. Searching a binary tree for a value that matches a key value is slow for loosely packed trees.