Solved

A GUI Should Be Responsive to the User

Question 74

Multiple Choice

A GUI should be responsive to the user.If a GUI interaction starts a time-consuming task, the GUI may not be responsive to the user until the task completes.Which approach would make the GUI responsive under these circumstances?


A) As you run the task, break and check for events.
B) Ask the user if she is sure she wants to run the task.
C) Run the task in a separate thread.
D) Disable the GUI during the task.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions