PDF stands for _____.

A. Portable Data Format
B. Portable Document Format
C. Portable Document File
D. Portable Data File


Answer: B

Computer Science & Information Technology

You might also like to view...

Assume i = 1, j = 2, k = 3 and m = 2. What does each of the following statements print? Are the parentheses necessary in each case?

a) document.writeln( i == 1 ); b) document.writeln( j == 3 ); c) document.writeln( i >= 1 && j < 4 ); d) document.writeln( m <= 99 && k < m ); e) document.writeln( j >= i || k == m ); f) document.writeln( k + m < j | 3 - j >= k ); g) document.writeln( !( k > m ) );

Computer Science & Information Technology

Data in tables is sorted using the ________ field

A) primary key B) first C) major D) foreign key

Computer Science & Information Technology

When you use the data in a workbook to add records to a database table, the columns in the worksheet ____.

A. must be the same as the fields in the database B. must contain the same type of data C. both a. and b. D. neither a. nor b.

Computer Science & Information Technology

Generally speaking, whenever the term heap is used by itself, it refers to a max-heap.

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

Computer Science & Information Technology