Scripting languages operate by processing small blocks of code when certain events occur. Such a block of code is called a:

a. function
b. handler
c. process
d. script
e. protocol


b. handler

Computer Science & Information Technology

You might also like to view...

Which of the following is not one of the three steps used to create a Visual Basic program?

(A) create the interface (B) set the properties of the objects (C) specify the methods (D) write the code

Computer Science & Information Technology

If we inline a function for a class, rather than a class template:

A. we won’t get any noticeable speedup from program execution B. the program size will definitely become too large C. the function will return by reference D. the function definition must be placed in the class definition, where the function prototype normally would be

Computer Science & Information Technology

The Transformation Function that moves the object offY pixels down is ____.

A. translateY(offY) B. scaleY(offY) C. skewY(offY) D. translate(offX, offY)

Computer Science & Information Technology

Field names are listed at the beginning of each row in Datasheet view

Indicate whether the statement is true or false

Computer Science & Information Technology