Art that is acted out or presented in some manner or form is known as ___________.

a. a play
b. performance art
c. drama
d. comedy

b. performance art

Computer Science & Information Technology

You might also like to view...

Which Paste option would you choose if you wanted only the computed values to be pasted, but with all formatting intact?

A) Paste B) Values & Source Formatting C) Values D) Values & Number Formatting

Computer Science & Information Technology

The statements int x = 1; int y; y = --x;

a) Assign y the value 1; b) Change the value of x to 0 c) Assign to y the value 1; d) Assign to y the value 0; e) The -- is a prefix operator.

Computer Science & Information Technology