Which is not true about PNG files?
A) They provide print-quality images. B) You can save any or all slides in this format.
C) They use a lossless compression. D) They use a lossy format
D
You might also like to view...
The management of multiple processes within a uniprocessor system is __________
A) ?multiprogramming ? B) ?structured applications C) ? distributed processing ? D) ?multiprocessing
Which of the following JavaScript statements will correctly write the XHTML to display a paragraph with the text "Items for Sale" in bold?
A) document.writeln("Items for Sale".bold()); B) document.writeln("Items for Sale"", bold()); C) document.writeln("Items for Sale".bold(), ""); D) document.writeln("","Items for Sale".bold()", "");
In order to make a forensically sound copy of a hard disk for analysis, it is critical that you employ a write-blocker. What does this device do that makes for a sound copy?
a. It performs bit by bit error correction of each sector of the source hard disk as it is copied to the target medium. b. It prevents rootkits from destroying the data when it detects the lauch of a copy routine. c. It prevents the OS from making any changes to the metadata of files as they are being copied. d. It is capable of reading the system files that are generally invisible to the host operating system of the target device.
The combo box gets its values from the list entered in the ____ property.
A. Recordset B. Limit to List C. Data List D. Row Source