An ActiveX control is a(n) ________, such as a check box or button that is placed on a form to display or enter data, perform an action, or make a form easier to read

A) developerX object B) AJAX object C) graphic object D) design object

C

Computer Science & Information Technology

You might also like to view...

__________ scans for attack signatures in the context of a traffic stream rather than individual packets.

A. Pattern matching B. Protocol anomaly C. Traffic anomaly D. Stateful matching

Computer Science & Information Technology

Given the following statements from a certain program:

``` Call Purchase Price module Write “Come back soon”``` What statement is executed immediately after theCallstatement? a. Write “Come back soon” b. The first statement in thePurchase Price module c. Nothing is executed; this is an illegal Call d. It is impossible to tell; not enough information is given

Computer Science & Information Technology