Asked by ????????? ?????? on Jun 10, 2024

verifed

Verified

A(n) ________ is a small program that resides on a server and is designed to be downloaded and run on a client computer.

A) CGI script
B) SSL
C) applet
D) JavaScript

CGI Script

A program designed to be run on a web server in order to produce dynamic web pages.

Applet

A small application located on a server; when requested, the applet is downloaded to the client.

  • Comprehend the significance and operation of essential protocols and technologies in enabling communication and data transfer over the internet.
verifed

Verified Answer

HG
Hassan GardeziJun 17, 2024
Final Answer :
C
Explanation :
A(n) applet is a small application designed to be transferred over the Internet and executed by a Java-compatible web browser. Applets are used to provide interactive features to web applications that cannot be provided by HTML alone. They run on the client side and are typically embedded in HTML pages.