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...

The concrete classes that implement the List interface are

A) AbstractList, AbstractSequentialList, and List B) LinkedList, ArrayList, and AbstractList C) LinkedList and ArrayList D) None of the above

Computer Science & Information Technology

Which of the following code segments will copy the values of a 5 element array named intOldValues into another 5 element array named intNewValues?

a. ```intIndex = 1 Do While intIndex <=5 intNewValues(intIndex) = intOldValues(intIndex) intIndex = intIndex + 1 Loop ``` b. ```intIndex = 0 Do While intIndex < 5 intNewValues(intIndex) = intOldValues(intIndex) intIndex = intIndex + 1 Loop ``` c. ```For intIndex = 1 To 5 intNewValues(intIndex) = intOldValues(intIndex) Next intIndex ``` d. ```For intIndex = 0 To 4 intOldValues(intIndex) = intNewValues(intIndex) Next intIndex ```

Computer Science & Information Technology

Works without copyright protection are considered to be in the ________.

A. copyleft domain B. public domain C. free use domain D. trademark zone

Computer Science & Information Technology

Bluetooth was named after ________

A) King Harald Blatand B) the pirate Blue Tooth C) the unifier of France D) a country and western singer

Computer Science & Information Technology