Module 1 JavaScript and Creating Web Page Section 2

Copa | Semester 2nd | Module 1 | Section 2

1. Which allows developers to bundle all functionality under a unique application - specific name?
जो डेवलपर्स को एक यूनिक एप्लीकेशन - स्पेसिफिक नाम के तहत सभी कार्य क्षमता को बंडल करने की अनुमति देता है

... Answer is B) Name space

2. Which is a valid js code to sort element of an array tracle?
किसी ऐरे ट्रैकल के एलिमेंट को सॉर्ट करने के लिए एक वैध जेएस कोड कौन सा है?

... Answer is B) Trade.sort();

3. What is the full form of BOM?
BOM का पूर्ण रूप क्या है?

... Answer is B) Browser Object Model

4. What is the full form of TOC?
TOC का पूर्ण रूप क्या है?

... Answer is C) Table of content

5. Which is the first phase of System Development Life Cycle?
सिस्टम डेवलपमेंट लाइफ साइकिल का पहला चरण कौन सा है?

... Answer is B) Planning

6. What is the abbreviation of W3C in Dom?
डोम में W3C का संक्षिप्त नाम क्या है?

... Answer is B) World Wide Web Consortium

7. What is the main purpose of JavaScript?
जावास्क्रिप्ट का मुख्य उद्देश्य क्या है?

... Answer is A) Client side validation

8. Which one is responsible of running javascript code?
जावास्क्रिप्ट कोड चलाने के लिए कौन सा जिम्मेदार है?

... Answer is A) Browser

9. Which one enables the hosting providers to mange multiple domains on a single server?
कौन सा होस्टिंग प्रदाताओं को एक ही सर्वर पर कई डोमेन बनाने में सक्षम बनाता है?

... Answer is A) Network server

10. Which sign an ‘assignment’ operator in javascript?
जावास्क्रिप्ट में असाइनमेंट ऑपरेटर के लिए कौन सा चिन्ह प्रयोग करते हैं?

... Answer is A) =

11. Which data type in JavaScript returns the value ‘True’ or ‘Flase’?
जावास्क्रिप्ट में कौन सा डेटा टाइप 'सही' या 'गलत' रिटर्न करता है?

... Answer is A) Boolean

12. Which operator is used to check both value and type in javascript?
जावास्क्रिप्ट में वैल्यू और टाइप दोनों की जांच करने के लिए किस ऑपरेटर का उपयोग किया जाता है?

... Answer is D) ===

13. Which assignment operator is equivalent to a = a * 5?
कौन सा असाइनमेंट ऑपरेटर a = a * 5 के बराबर है?

... Answer is C) a * = 5

14. Which single charcter escape sequence represents ‘line feed’’ javascript?
कौन सा सिंगल करैक्टर एस्केप सीक्वेंस जावास्क्रिप्ट में लाइन फीड का प्रतिनिधित्व करता है?

... Answer is C) \ n

15. What is the purpose of Initialisation part in ‘for’ loop?
'लूप' के लिए प्रारंभिक भाग का उद्देश्य क्या है?

... Answer is D) Initiate the variable || वेरिएबल शुरू करें

16. Which keyboard in switch case statement specifies the code to run if there is no case match?
यदि कोई केस मैच ना हो तो कौन सा कीवर्ड स्विच स्टेटमेंट में कोड निर्दिष्ट करता है?

... Answer is C) Default

17. Which statement is used to test a block of code for errors?
त्रुटियों के लिए कोड के एक ब्लॉक का परीक्षण करने के लिए किस कथन का उपयोग किया जाता है?

... Answer is D) Try

18. Which statement is used to handle the error?
त्रुटि को संभालने के लिए किस कथन का उपयोग किया जाता है?

... Answer is B) Catch

19. Which statement is used create custom error in JavaScript?
जावास्क्रिप्ट में कस्टम त्रुटि बनाने के लिए किस कथन का उपयोग किया जाता है?

... Answer is C) Throw

20. Which statement is used to execute code after try and catch?
Try और Catch के बाद कोड को निष्पादित करने के लिए किस कथन का उपयोग किया जाता है?

... Answer is A) Finally

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