O Level Exam
Menu mobile
Home
About Us
New Syllabus
INFORMATION TECHNOLOGY TOOLS AND NETWORK BASIS
New
WEB DESIGNING AND PUBLISHING
New
PROGRAMMING AND PROBLEM SOLVING THROUGH PYTHON
New
INTERNET OF THINGS AND ITS APPLICATIONS
New
Old Syllabus
IT Tools and Business Systems
Internet Technology and Web Design
Programming and Problem Solving through ‘C’ language
Introduction to Multimedia
Books
Notification
Contact Us
Infomax
Computer Academy
The sleep function (under the time module) is used to ___________
A.
Pause the code for the specified number of seconds
स्पेसिफ़िएड सेकंड के लिए कोड को पॉज़ करे
B.
Return the specified number of seconds, in terms of milliseconds
मिलीसेकेंड के टर्म में ,स्पेसिफ़िएड सेकंड रिटर्न करे
C.
Stop the execution of the code
कोड का एक्सक्यूशन स्टॉप करे
D.
Return the output of the code had it been executed earlier by the specified number of seconds
कोड का आउटपुट रिटर्न करे जिसे पहले स्पेसिफ़िएड सेकंड के द्वारा एक्सेक्यूट किया गया था
Solution
A. Pause the code for the specified number of seconds
Explanation
The sleep function (under the time module) is used to pause the code for the specified number of seconds. The number of seconds is taken as an argument by this function.