Module 1 JavaScript and Creating Web Page Section 3

Copa | Semester 2nd | Module 1 |  Section 3

1. Which error indicates that the numbers is outside the range of legal values?
कौन सी त्रुटि इंगित करती है कि संख्या लीगल वैल्यूज की सीमा से बाहर है?

... Answer is A) Range Error

2. Which error indicates that the variable used is not declared?
कौन सी त्रुटि इंगित करती है कि उपयोग किया गया वेरिएबल घोषित नहीं किया गया है?

... Answer is C) Reference Error

3. Which error indicates that the value is outside the range of expected type?
कौन सी त्रुटि इंगित करती है कि मूल्य अपेक्षित प्रकार की सीमा के बाहर है?

... Answer is D) Type Error

4. Which is used to access individual value in an array?
किसी ऐरे में अलग-अलग वैल्यू तक पहुंचने के लिए किसका उपयोग किया जाता है?

... Answer is B) Element Number

5. What is the purpose of length property in array?
ऐरे में लेंथ प्रॉपर्टी का उद्देश्य क्या है?

... Answer is A) Returns number of array element || ऐरे एलिमेंट की संख्या लौटाता है

6. Which method joins all array element into string with specified separator?
निर्दिष्ट सेपरेटर के साथ स्ट्रिंग में सभी ऐरे एलिमेंट किस विधि से जुड़ते हैं

... Answer is A) Join()

7. Which method removes the last elements from an array?
कौन सी विधि किसी ऐरे से अंतिम एलिमेंट्स को निकालती है?

... Answer is C) Pop()

8. Which method is used to add new element to an array?
ऐरे में नए एलिमेंट को जोड़ने के लिए किस विधि का उपयोग किया जाता है?

... Answer is B) Push()

9. Which method removes the first array element?
पहली ऐरे एलिमेंट को कौन सी विधि निकालती है?

... Answer is D) Shift()

10. Which variable works as function argument in javascript?
जावास्क्रिप्ट में फ़ंक्शन अरगुमेंट के रूप में कौन सा वेरिएबल काम करता है?

... Answer is C) Local variable

11. Which variable declared outside a function in JavaScript?
जावास्क्रिप्ट में एक फ़ंक्शन के बाहर कौन सा वेरिएबल घोषित किया गया?

... Answer is B) Global variable

12. Which feature in JavaScript has properties and methods?
जावास्क्रिप्ट में किस विशेषता के प्रॉपर्टीज और मेथड्स हैं?

... Answer is C) Object

13. Which variable are deleted in JavaScript when the page is closed?
पेज बंद किए जाने पर जावास्क्रिप्ट में किस वेरिएबल को डिलीट कर दिया जाता है?

... Answer is B) Global variable

14. Which method is called at the moment of instantiation of an object?
किसी ऑब्जेक्ट के अस्थिरता के क्षण में किस मेथड को प्रयोग किया जाता है

... Answer is A) Constructor

15. Which is an instance of class?
इंस्टेंस आप क्लास कौन सा है

... Answer is C) Object

16. Which is window method is used to move the current window?
वर्तमान विंडो को स्थानांतरित करने के लिए किस विंडो विधि का उपयोग किया जाता है?

... Answer is D) Window.move to()

17. Which is property returns the width of the visitor’s screen in pixels?
कौन सी प्रॉपर्टी है जो पिक्सेल में विजिटर की स्क्रीन की चौड़ाई लौटाती है?

... Answer is C) Screen.width()

18. Which is property returns the URL of the current page?
कौन सी प्रॉपर्टी वर्तमान पृष्ठ का URL लौटाती है?

... Answer is B) <herf>

19. Which property is used to transfer files from one host to another host over internet?
इंटरनेट पर एक होस्ट से दूसरे होस्ट में फ़ाइलों को स्थानांतरित करने के लिए किस प्रॉपर्टी का उपयोग किया जाता है?

... Answer is B) FTP

20. Which open source software is used to upload from client to server or download from server to client?
क्लाइंट से सर्वर पर अपलोड करने या सर्वर से क्लाइंट में डाउनलोड करने के लिए किस ओपन सोर्स सॉफ्टवेयर का उपयोग किया जाता है?

... Answer is D) FILEZILLA

Section 1 Section 2 Section 3 Section 4

Post a Comment

If you have any doubts,Please let me know

Previous Post Next Post
close