Multiple Choice
Which of the following statements pauses program execution for 3 seconds?
A) System.Threading.Thread.Pause(300)
B) System.Threading.Thread.Sleep(300)
C) System.Threading.Thread.Pause(3000)
D) System.Threading.Thread.Sleep(3000)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: What is a counter-controlled loop and when
Q21: Which of the following statements adds the
Q22: Write two different Do...Loop clauses that stop
Q23: A counter is always incremented by a
Q24: Explain the difference between a pretest loop
Q26: _ means assigning a beginning value to
Q27: The following sample of code contains errors.
Q28: If the stepValue is omitted when coding
Q29: A(n)_ read is used to prepare or
Q30: A(n)_ is a numeric variable used for