Multiple Choice
If a long-running calculation were to be performed synchronously in a GUI app,________.
A) the GUI app would split off the long-running calculation into a separate thread.
B) the GUI would freeze until the calculation completed and the user would not be able to interact with the app
C) the app would terminate
D) the app would deadlock
Correct Answer:

Verified
Correct Answer:
Verified
Q27: Tasks that proceed independently of one another
Q28: Which of the following statements is false<br>A)
Q29: The _ delegate represents any method that
Q30: A ListBox's _ property indicates the source
Q31: Class HttpClient's _ method starts a new
Q32: A ListBox's _ property indicates which property
Q33: An async method can perform other statements
Q35: A method is declared async to indicate
Q36: Many classes for web access,file processing,networking,image processing
Q37: You can wait for multiple Tasks to