A ____ is a variable that you set to indicate whether some event has occurred.

A. handler
B. rudder
C. flag
D. bug


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following code segments does not increment val by 3:

a. val += 3; b. val = val + 1; val = val + 1; val = val + 1; c. c = 3; val = val + (c == 3 ? 2 : 3); d. All of the above increment val by 3.

Computer Science & Information Technology

Define the terms numeric character reference and Unicode. How do you use a Unicode character on a Web page?

What will be an ideal response?

Computer Science & Information Technology

1. Which of the following is not a way of packaging code?

a) methods b) classes c) variables d) namespaces

Computer Science & Information Technology