The picture of the bunnies in the figure above is a preview of the source video file and of the video file that will be ____.
A. imported
B. encrypted
C. exported
D. edited
Answer: C
You might also like to view...
What is the correct syntax for displaying the value of the String variable myString in a text box?
(A) txtBox.Text = ';myString" (B) txtBox.Text = myString (C) txtBox.Text.myString (D) txtBox.Text = Str(myString)
Answer the following statements true (T) or false (F)
1. The first two columns of an OS/JCL statement must contain backslash characters. 2. The job name, step name, or DD name is chosen by the programmer using a combination of from 1 to 8 letters and/or digits. 3. On an OS/JCL statement, one or more blanks (or spaces) separate the name field from the operation field, which must be JOB, EXEC, or DD. 4. Stray blanks are the beginner’s most common OS/JCL error. 5. On an OS/JCL JOB statement, the job name is optional.