Jim is making a video about himself and his friends. Jim has a few pictures on his digital camera that he wants to transfer to his computer. In order to do this, Jim has to ____.

A. use a digital capture device to convert the analog data from his camera into digital format
B. find a way to decrypt the protected files on his camera
C. connect his camera to the computer and use video editing software to control the data transfer
D. e-mail his photos to his PC from his camera

Answer: C

Computer Science & Information Technology

You might also like to view...

In order to execute code before a form is displayed, place the code in the form’s __________ event handler.

a. SetUp b. Load c. Focus d. Initialize

Computer Science & Information Technology

Which of the following is false?

a. A JPasswordField shows that characters are being entered, but hides the actual character with an echo character. b. Class JTextField extends JTextComponent; Class JPasswordField extends JTextField. c. Both JTextFields and JPasswordFields are single-line areas in which the user can enter text via the keyboard. d. JPasswordFields generate events; JTextFields do not.

Computer Science & Information Technology