A ____ is a flat, two-dimensional object with length and width, but no depth.

A. scene
B. billboard
C. frame
D. storyboard

Answer: B

Computer Science & Information Technology

You might also like to view...

To create a file, you can use __________.

a. FileOutputStream b. FileWriter c. RandomAccessFile d. All of the above.

Computer Science & Information Technology

Which of the following is true aboutcaseclauses in aswitchstatement?

A. they must contain abreakstatement B. the value can be a literal constant C. the data type can be different from the selectorExpression D. eachcaseclause has adefaultclause

Computer Science & Information Technology