The collective group of a file's properties, such as its title, author, and file size is referred to as ________

A) metadata B) tags C) indices D) indexed data


A

Computer Science & Information Technology

You might also like to view...

What is the output of the following code, given the function definition below?

tester (a, b); cout << a << “ “ << b; void tester (int m, int &n) // function definition { n = n - 2 * m; m = 2 * m; } a) 7 -2 b) 7 12 c) 14 -2 d) 14 12

Computer Science & Information Technology

If you remove a built in style from a document, it is also deleted from the Word program

Indicate whether the statement is true or false

Computer Science & Information Technology

It is illegal to use a block to contain a single statement.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The Internet is a ________ made up of wires, cables, satellites, and rules for exchanging information between computers connected to the network.

A. virtual network B. multimedia interface C. domain name D. physical network

Computer Science & Information Technology