An image of part of your computer screen is a screen ________

Fill in the blank(s) with the appropriate word(s).

Answer: clipping

Computer Science & Information Technology

You might also like to view...

How many items can be selected from a ComboBox at a time?

a. 0 b. 1 c. 2 d. Unlimited

Computer Science & Information Technology

Which of the following is the proper way to dynamically access the border width from within the script?

a. ``` document.body.style.BorderWidth ``` b. ``` document.body.attributes.border-width ``` c. ``` document.body.style.border-width ``` d. ``` document.body.style.borderWidth ```

Computer Science & Information Technology