To pause program execution for a half of a second, type ____.

A. System.Threading.Sleep(500)
B. System.Threading.Thread.Sleep(500)
C. System.Threading.Sleep(1000)
D. System.Threading.Thread.Sleep(1000)

Answer: B

Computer Science & Information Technology

You might also like to view...

What happens when you double-click on a folder?

A) The folder is expanded. B) A shortcut menu about folders displays. C) The folder opens. D) The contents of a file display.

Computer Science & Information Technology

A string array

a) stores an actual string in each of its elements b) can only provide access to strings of a certain length c) is actually an array of pointers d) is always less memory efficient than an equivalent dou-ble-subscripted array

Computer Science & Information Technology