Every image, video, audio, or animation within a web page is stored as a separate file called a(n) ________ on a web server

A) Object
B) GUI
C) Element
D) iframe

A
Explanation: A) Each file is called an object that must be separately retrieved from a web server. GUI is an interface. An element is a component of HTML within a web page, and an iframe is a way to embed a web page within another web page.

Computer Science & Information Technology

You might also like to view...

New templates can be located and viewed in the ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

When a generic class with an unconstrained type parameter is instantiated without specifying an actual type argument,

A) the type Object is used for the unspecified type B) the compiler generates an error C) the computer throws a ClassCastException D) None of the above

Computer Science & Information Technology