Match the following standard graphic file formats with their description
I. GIF
II. JPG
III. PNG
IV. BMP
V. TIF
A. Best suited for web use only
B. Developed for Microsoft Windows
C. A lossless graphic format used in publishing
D. A graphic format that can store up to 16.7 million colors
E. A 256-color graphic file format that uses lossless compression
E, D, A, B, C
You might also like to view...
__________ channels are unauthorized or unintended methods of communications hidden inside a computer system, including storage and timing channels.
Fill in the blank(s) with the appropriate word(s).
Which of the following can be included in a shell script to ask the user to type in a password and then store it in the variable named $password?
A. read -s -p “Please enter the password: “ password B. read -p “Please enter the password: “ $password C. read -p -s “Please enter the password: “ password D. read -s -p “Please enter the password: “ $password