What image file type has already been compressed?

A) Bitmap
B) JPEG
C) Word
D) PDF


B

Computer Science & Information Technology

You might also like to view...

The program that you write to test a function is called a(n) ______________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

We can be trickier about how we encode text. Imagine that you (the sender) of the message and the receiver have a hidden sentence containing all the characters you might need in a coded message, like “The quick brown fox jumps over the lazy cat.” You can now just encode the position of the character you want in the picture (e.g., a “t” could be 0 and an “h” could be 1). You don’t even need six bits for this encoding. Rewrite the encoding and decoding function from the last exercise to use a hidden sentence for encoding.

Note: In the example the question gives, all the characters are encoded as their lower case values, and that’s how the answer below does it. However, one could leave this section out and still answer the spirit of the question.

Computer Science & Information Technology

Buttons are identified in an interface by their _________.

A. name B. title  C. caption D. ID

Computer Science & Information Technology

Upgrading the database software as needed and installing security patches as they become available is a database ____________________ activity.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology