When selecting a video in PowerPoint, the VIDEO TOOLS FORMAT and ________ tabs display on the ribbon

A) VIDEO PLAY TIME
B) PLAYBACK
C) MEDIA CONTROLS
D) PLAY/PAUSE CONTROLS


B

Computer Science & Information Technology

You might also like to view...

What is the output of the following program?

``` #include using namespace std; class TestClass { public: TestClass(int x) { cout << x << endl; } TestClass() { cout << "Hello!" << endl; } }; int main() { TestClass test; return 0; } ``` a. the program runs but there is no output. b. 0 c. Hello! d. the program will not compile

Computer Science & Information Technology

Number formats cannot be changed on endnotes

Indicate whether the statement is true or false

Computer Science & Information Technology

Before you can Sideload Windows Apps, which of the following requirements must be met on your oranization's computers?

a. The computers must be running Windows 10 Enterprise or Professional. b. The app must be signed by a trusted external Certificate Authority (CA), such as VeriSign. c. Group Policy settings must allow trusted apps to be installed. d. A product activation key must be available for non-domain joined computers. e. The Computer must be part of the Active Directory domain.

Computer Science & Information Technology

Checking links to make sure they work is a task that should rarely be performed.

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

Computer Science & Information Technology