A temporary storage area that holds text or an object that has been cut or copied

A) Live Preview B) Dialog box C) Clipboard

C

Computer Science & Information Technology

You might also like to view...

If s = “hello, world” (with exactly one space between the comma and ‘w’), what does s.indexOf(“,”) return?

What will be an ideal response?

Computer Science & Information Technology

Code a method that finds the last occurrence of an object in an array. The method should return the index of the object if found and –1 if not found.

What will be an ideal response?

Computer Science & Information Technology