To help reduce the size of your PowerPoint presentation, you can ________ a video file

A) compress
B) expand
C) hide
D) crop

A

Computer Science & Information Technology

You might also like to view...

What is the most frequently used method by users to check a hard drive for lost clusters if you are using a Windows computer?

A) Low level format B) Chkdsk command C) Check Now D) Disk Management tool

Computer Science & Information Technology

which of the following statements is a true statement, assuming there is at least one input record?

Given the following pseudocode: ``` FINAL-ACCUM = 0 NAME-ACCUM = 0 Read NAME, AMT SAVE-NAME = NAME DOWHILE not EOF IF NAME ? SAVE-NAME THEN Write NAME-ACCUM FINAL-ACCUM = FINAL-ACCUM + NAME-ACCUM NAME-ACCUM = 0 SAVE-NAME = NAME ELSE Write NAME, AMT NAME-ACCUM = NAME-ACCUM + AMT ENDIF Read NAME, AMT ENDDO ``` a) All the detail records will be processed successfully. b) Some of the detail records will be processed successfully. c) None of the detail records will be processed successfully. d) Only the first detail record will be processed successfully.

Computer Science & Information Technology