You can save a slide as a PNG or JPEG file.

Answer the following statement true (T) or false (F)


True

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. A GroupBox’s Text property displays in the upper-left corner of the GroupBox. 2. You can dock a control to the Top, Bottom, Left, Right or Outside of a Form by selecting the appropriate value for the control’s Dock property in the Properties window. 3. Overloaded methods normally perform similar tasks, but on different types of data. 4. Optional arguments can be placed in any particular order with non-Optional arguments in a method header. 5. You must provide a default value for any arguments that are declared Optional.

Computer Science & Information Technology

A(n) ____________________ can be used to find the exact line where an exception was thrown during program execution.

a) interface b) call-stack trace c) try block d) catch block e) none of the above

Computer Science & Information Technology

_________ happens when addition occurs between an int value and a double value.

a) Implicit conversion b) Casting c) Assignment Xd) None of the above.

Computer Science & Information Technology

Larger files (in ____) take longer to download than smaller files.

A. kilobytes B. width and height C. pixels D. Kbps

Computer Science & Information Technology