The PNG file type should be used when saving an object group as a picture

Indicate whether the statement is true or false

FALSE

Computer Science & Information Technology

You might also like to view...

Which of the following is TRUE about reusing slides from an existing presentation in PowerPoint 2013?

A) To start the process, click the File tab. B) When you insert a slide into an open presentation, the slide takes on the formatting of the current presentation. C) Slides can only be reused from versions older than PowerPoint 2013. D) The file from which you are reusing slides must be open.

Computer Science & Information Technology

Which of the following statements will print a single line containing "hello there"?

a. System.out.println( "hello" ); System.out.println( " there" ); b. System.out.println( "hello" , " there" ); c. System.out.println( "hello" ); System.out.print( " there" ); d. System.out.print( "hello" ); System.out.println( " there" );

Computer Science & Information Technology