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
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
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
The Transformation Function that moves the object offY pixels down is ____.
A. translateY(offY) B. scaleY(offY) C. skewY(offY) D. translate(offX, offY)
Field names are listed at the beginning of each row in Datasheet view
Indicate whether the statement is true or false