Multiple Choice
When you await a Task,if that Task has already completed,execution simply continues.Otherwise,control returns to ________ until the result of the Task is available.Once the Task completes,the async method continues execution.
A) the async method
B) the await clause
C) the async method's caller
D) the await method's caller
Correct Answer:

Verified
Correct Answer:
Verified
Q17: Class Task is part ofNET's Task Parallel
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
Q23: When updating a control from a non-GUI
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