Which of the following would not be considered a button event?

A. a rollover
B. clicking the button
C. moving the pointer near a button
D. all of the above


Answer: C

Computer Science & Information Technology

You might also like to view...

PowerPoint converts inserted slides into the ____ and styles of the current presentation.

A. text boxes B. placeholders C. frame D. theme

Computer Science & Information Technology

In which situation is a search unnecessary when performing the add method on a sorted bag?

A. when the bag is full B. when the new item is less than the last item C. when the new item is greater than the first item D. when the bag is empty

Computer Science & Information Technology

_________ strategies are very conservative and solve the problem of deadlock by limiting access to resources and by imposing restrictions on processes.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The ____________ fstream member function closes a file stream. Explain why it is best to close a file when the program is through processing the data in the file.

a) close( ) b) overloaded operator <<( ) c) open( ) d) eof( ) e) flush( )

Computer Science & Information Technology