____ is software in which the flow of the program depends on the occurrence of events outside the software, such as a user pressing a key or clicking a mouse button.

A. Graphics-driven software
B. Event-driven software
C. Object-driven software
D. Command-driven software

Answer: B

Computer Science & Information Technology

You might also like to view...

The ORDER BY keyword is used to sort the records by a certain field

Indicate whether the statement is true or false

Computer Science & Information Technology

To concatenate two linked lists, it is necessary to

A) traverse one of the lists to get to its end. B) traverse both lists to get to their ends. C) first reverse one of the lists. D) first reverse both lists. E) None of the above

Computer Science & Information Technology