Multiple Choice
When updating a control from a non-GUI thread,you must ________.
A) launch a separate thread to perform the update
B) notify the GUI thread that you'll be updating it in another thread
C) ensure that the update doesn't corrupt the GUI thread's activities.
D) schedule that update to be performed by the GUI thread
Correct Answer:

Verified
Correct Answer:
Verified
Q18: The async and await mechanism does not
Q19: A Task promises to _.<br>A) behave itself<br>B)
Q20: Only computers that have _ can truly
Q21: A MethodInvoker (namespace System.Windows.Forms)is a _.<br>A) a
Q22: When you await a Task,if that Task
Q24: An async method executes its body in
Q25: Executing calculations in multiple threads on a
Q26: _ programming is a technique for writing
Q27: Tasks that proceed independently of one another
Q28: Which of the following statements is false<br>A)