Match the following terms to their meanings:
I. A collection of detailed information about the files on your computer A. Extension
II. Part of file name that identifies association B. Index
III. Another name for folders C. Recent Pages
IV. A list of recently accessed locations D. Metadata
V. Data that describes other data E. Directories
B, A, E, C, D
You might also like to view...
Regarding the sorting of query results, which of the following is FALSE?
A) The sort can be applied in either Design or Datasheet view. B) Ascending order would arrange records from A to Z. C) Only the sort order specified in Datasheet view is saved with the query design. D) If the results are to be used in a report, the sort can be specified in Query Design view.
A total row, which can be displayed as the last row in the Datasheet view of a table, provides a number of ________ functions that can be applied to columns of data
A) Aggregate B) DateTime C) PMT D) Statistical
A ____ topology works like a single-homed bastion topology, except that it has two network adapter cards in it and two IP addresses, one for each network it is connected to.
A. demilitarized zone B. single-router zone C. packet-filtering router D. dual-homed bastion
Which statement is true?
a) The do … while iteration statement is an alternate notation for the while iteration statement; these statements function identically. b) The do … while iteration statement tests the loop-continuation condition before the loop body is performed. c) The loop body of a correct do … while iteration statement is al-ways executed at least once. d) The braces delineating the body of a do … while statement are always required.