A function that operates directly on specific objects or controls is a(n) ____.

A. procedure
B. module
C. event
D. method


Answer: D

Computer Science & Information Technology

You might also like to view...

Given the following environment

#include #include int main() { pid_t pid; // Code Fragment Goes Here return 0; } Write a code fragment that creates a child process and displays a message telling the user whether the process is the parent process or the child process along with the Process ID.

Computer Science & Information Technology

Which method of navigating man pages will repeat the previous search in the reverse direction?

A. Press b or backspace B. Press \ (backward slash) C. Press r D. Press R

Computer Science & Information Technology

In an interactive program, a ____ enters data.

A. disk B. database C. user D. graphical user interface

Computer Science & Information Technology

The ____ is created automatically when you install the Web Server role.

A. DefaultApp B. DefaultPool C. ApplicationPool D. DefaultAppPool

Computer Science & Information Technology