In the Document Properties dialog box, the ____ option sets the size of the Stage to the default document size.

A. Match: Printer
B. Match: Contents
C. Match: Default
D. Match: Basic


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. SecureRandom method ints with two int arguments creates an IntStream for an infinite stream of random int values in the range starting with the first argument and up to, but not including, the second. b. SecureRandom method ints with a long and two int arguments creates an IntStream with the specified number of random int values in the range starting with the first argument and up to, but not including, the second. c. To convert an IntStream to a Stream call IntStream method toStream. d. Function static method identity creates a Function that simply returns its argument.

Computer Science & Information Technology

What output will be produced when the following code is executed? (Assume these lines are embedded in complete, correct programs, with proper #include directives.)

What will be an ideal response? ``` cout << "*"; cout.width(5); cout << 123 << "*" << 123 << "*" << endl; cout << setw(5) << 123 << "*" << 123 <<"*" << endl; ```

Computer Science & Information Technology

Which of the following is NOT a timing option setting available for a slide object?

A) Determine how an animation is triggered B) Set the animation to rewind C) Set the method for starting an animation D) Set the animation to repeat unlimited times

Computer Science & Information Technology

____ scanning works by recognizing the unique pattern of a virus.?

A. ?Time-based B. ?Amplitude-based C. ?Signature-based D. ?Frequency-based

Computer Science & Information Technology