In theevt.eventPhaseproperty, identify the phase of the event propagation the object is currently at when its value is 2.

A. NONE
B. CAPTURING_PHASE
C. AT_TARGET
D. BUBBLING_PHASE


Answer: C

Computer Science & Information Technology

You might also like to view...

What is the output of the following code?

int numbers[5]; for (int i = 1; i < 5; i++) numbers[i - 1] = i + 1; for (int i = 0; i < 3; i++) cout << numbers[i];

Computer Science & Information Technology

For each of the following scenarios, which is the most appropriate interviewing technique. Give a rationale for each answer.

a. Office manager whose main responsibilities are ordering supplies, tracking in-house inventory and maintaining time sheets. This person has a private office and spends most of each day in that office carrying out these responsibilities b. Teenager searching the Web looking for the best joystick for a new computer. c. Surgeon performing an operation. The surgical team is very busy performing operations during the week and can only see you for two hours on Saturday mornings. d. Academic advisor who is staffing the advising hot line during daily afternoon advising hours. e. Student using a new Web-based registration system. f. Air traffic controllers running Arrival and Departure Control at O’Hare Airport and who work in very cramped quarters.

Computer Science & Information Technology

If you want to ____, or upload, your Web pages or Web site, you will need access to a Web server.

a. serve b. post c. hang d. display

Computer Science & Information Technology

Multiprotocol Label Switching (MPLS) supports both IPv4 and IPv6, as well as other network layer protocols.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology