COPA - 2nd Semester - Module 1 : JavaScript and Creating Web Page

Question 1What is the process of writing instruction to be get executed by the computer? | कंप्यूटर द्वारा निष्पादित होने के लिए निर्देश लिखने की प्रक्रिया क्या है?
Question 2Which is a statement terminator in javascript? | जावास्क्रिप्ट में एक स्टेटमेंट टर्मिनेटर कौन सा है?
Question 3Who developed javascript? | जावास्क्रिप्ट किसने विकसित की?
Question 4Which programming language’s syntax influences javascript syntax? | किस प्रोग्रामिंग लैंग्वेज का सिंटैक्स जावास्क्रिप्ट सिंटेक्स को प्रभावित करता है?
Question 5Which web server provides good customer support if it had any issues? | यदि कोई समस्या है तो कौन सा वेब सर्वर अच्छी ग्राहक सहायता प्रदान करता है?
Question 6Which web server has high performance stability simple configuration and low resource usage? | किस वेब सर्वर में हाई परफॉर्मेंस स्टेबिलिटी सिंपल कॉन्फ़िगरेशन और लो रिसोर्स यूज है?
Question 7Which key is used to declare a variable in javascript? | जावास्क्रिप्ट में एक वेरिएबल घोषित करने के लिए किस कुंजी का उपयोग किया जाता है?
Question 8Which is a variable separator if more than one variable declared in one statement? | यदि एक कथन में एक से अधिक वेरिएबल घोषित किए जाते हैं, तो कौन सा एक वेरिएबल सेपरेटर है?
Question 9Which brackets is used to write array in java script? | जावा स्क्रिप्ट में ऐरे के लिए किस ब्रैकेट का उपयोग किया जाता है?
Question 10Which bracket is used to write object in javascript? | जावास्क्रिप्ट में ऑब्जेक्ट लिखने के लिए किस ब्रैकेट का उपयोग किया जाता है?
Question 11What is the purpose module (%) operator in javascript? | जावास्क्रिप्ट में पर्पस मॉड्यूल (%) ऑपरेटर क्या है?
Question 12How many part are there in ‘For’ loop? | ‘For’ लूप में कितने भाग हैं?
Question 13Which part in loop evaluates the conditions? | लूप में कौन सा पार्ट कंडीशन का मूल्यांकन करता है?
Question 14How many types of error are there in javascript programming? | जावास्क्रिप्ट प्रोग्रामिंग में कितने प्रकार की त्रुटि है?
Question 15How many different values can be returned by the error name property in javascript ? | जावास्क्रिप्ट में एरर नाम प्रॉपर्टी द्वारा कितने अलग-अलग वैल्यूज लौटाए जा सकते हैं?
Question 16Which object method is used to return the value rounded down to its nearest interger? | किस ऑब्जेक्ट विधि का उपयोग इसके निकटतम अंतराल के लिए गोल मूल्य को वापस करने के लिए किया जाता है?
Question 17Which special variable holds more than one value at a time? | कौन सा स्पेशल वेरिएबल एक समय में एक से अधिक वैल्यू रखता है?
Question 18Which function in javassript converts a number to a string? | जावास्क्रिप्ट में कौन सा कार्य एक संख्या को एक स्ट्रिंग में परिवर्तित करता है?
Question 19Which allows developers to bundle all functionality under a unique application -specific name? | जो डेवलपर्स को एक यूनिक एप्लिकेशन-स्पेसिफिक नाम के तहत सभी कार्यक्षमता को बंडल करने की अनुमति देता है?
Question 20Which is a valid js code to sort element of an array trade? | किसी ऐरे ट्रेड के तत्व को सॉर्ट करने के लिए एक वैध जेएस कोड कौन सा है?
Question 21What is the full form of BOM? | BOM का पूर्ण रूप क्या है?
Question 22What is the full form of TOC? | TOC का पूर्ण रूप क्या है?
Question 23Which is the first phase of System Development Life Cycle? | सिस्टम डेवलपमेंट लाइफ साइकिल का पहला चरण कौन सा है?
Question 24What is the abbreviation of W3C in Dom? | डोम में W3C का संक्षिप्त नाम क्या है?
Question 25What is the main purpose of JavaScript? | जावास्क्रिप्ट का मुख्य उद्देश्य क्या है?
Question 26Which one is responsible of running javascript code? | जावास्क्रिप्ट कोड चलाने के लिए कौन सा जिम्मेदार है?
Question 27Which one enables the hosting providers to mange multiple domains on a single server? | कौन सा एक होस्टिंग प्रदाताओं को एक सर्वर पर कई डोमेन बनाने में सक्षम बनाता है?
Question 28Which sign an ‘assignment’ operator in javascript? | जावास्क्रिप्ट में असाइनमेंट ऑपरेटर के लिए कोनसा चिन्ह प्रयोग करते हैं?
Question 29Which data type in javascript returns the value ‘True’ or ‘False’? | जावास्क्रिप्ट में कौन सा डेटा प्रकार ʹसहीʹ या ʹगलतʹ है?
Question 30Which operator is used to check both value and type in javascript? | जावास्क्रिप्ट में वैल्यू और प्रकार दोनों की जांच करने के लिए किस ऑपरेटर का उपयोग किया जाता है?
Question 31Which assignment operator is equivalent to a = a * 5? | कौन सा असाइनमेंट ऑपरेटर a = a * 5 के बराबर है?
Question 32Which single charcter escape sequence represents ‘line feed’’ javascript? | कौन सा सिंगल करैक्टर एस्केप सीक्वेंस जावास्क्रिप्ट में लाइन फीड का प्रतिनिधित्व करता है?
Question 33What is the purpose of Initialisation part in’for’ loop? | आरंभिक भाग का उद्देश्य ʹforʹ के लिए क्या है?
Question 34Which keyboard in switch case statement specifies the code to run if there is no case match? | यदि कोई केस मैच न हो तो कौन सा कीवर्ड स्विच स्टेटमेंट में कोड निर्दिष्ट करता है?
Question 35Which statement is used to test a block of code for errors? | त्रुटियों के लिए कोड के एक ब्लॉक का परीक्षण करने के लिए किस कथन का उपयोग किया जाता है?
Question 36Which statement is used to handle the error? | त्रुटि को हैंडल करने के लिए किस कथन का उपयोग किया जाता है?
Question 37Which statement is used create custom error in javascript? | जावास्क्रिप्ट में कस्टम त्रुटि बनाने के लिए किस कथन का उपयोग किया जाता है?
Question 38Which statement is used to execute code after try and catch? | Try और Catch के बाद कोड को निष्पादित करने के लिए किस कथन का उपयोग किया जाता है?
Question 39Which error indicates that the numbers is outside the range of legal values? | कौन सी त्रुटि इंगित करती है कि संख्या लीगल वैल्यूज की सीमा से बाहर है?
Question 40Which error indicates that the variable used is not declared? | कौन सी त्रुटि इंगित करती है कि उपयोग किया गया वेरिएबल घोषित नहीं किया गया है?
Question 41Which error indicates that the value is outside the range of expected type? | कौन सी त्रुटि इंगित करती है कि वैल्यू अपेक्षित प्रकार की सीमा के बाहर है?
Question 42Which is used to access individual value in an array? | किसी ऐरे में अलग-अलग वैल्यू तक पहुंचने के लिए किसका उपयोग किया जाता है?
Question 43What is the purpose of length property in array? | ऐरे में लेंथ प्रॉपर्टी का उद्देश्य क्या है?
Question 44Which method joins all array element into string with specified separator? | निर्दिष्ट सेपरेटर के साथ स्ट्रिंग में सभी ऐरे एलिमेंट किस विधि से जुड़ते हैं?
Question 45Which method removes the last elements from an array? | कौन सी विधि किसी ऐरे से अंतिम एलेमेंट्स को निकालती है?
Question 46Which method is used to add new element to an array? | ऐरे में नए एलिमेंट को जोड़ने के लिए किस विधि का उपयोग किया जाता है?
Question 47Which method removes the first array element? | पहला ऐरे एलिमेंट कौन सी विधि निकालती है?
Question 48Which variable works as function argument in java script? | जावा स्क्रिप्ट में फ़ंक्शन आर्गुमेंट के रूप में कौन सा वेरिएबल काम करता है?
Question 49Which variable declared outside a function in Javascript? | जावास्क्रिप्ट में एक फ़ंक्शन के बाहर कौन सा वेरिएबल घोषित किया गया?
Question 50Which feature in Javascript has properties and methods? | जावास्क्रिप्ट में किस विशेषता में प्रॉपर्टीज और मेथोड्स होते हैं?
Question 51Which variable are deleted in JavaScript when the page is closed? | पेज बंद किये जाने पर जावास्क्रिप्ट में किस वेरिएबल को डिलीट कर दिया जाता है?
Question 52Which method is called at the moment of instentiation of an object? | किसी ऑब्जेक्ट के अस्थिरता के क्षण में किस मेथड को प्रयोग किया जाता है?
Question 53Which is an instance of class? | इंस्टैंस ऑफ़ क्लास कौन सा है?
Question 54Which is window method is used to move the current window? | वर्तमान विंडो को स्थानांतरित करने के लिए किस विंडो विधि का उपयोग किया जाता है?
Question 55Which is property returns the width of the visitor’s screen in pixels? | कौन सी प्रॉपर्टी है जो पिक्सेल में विज़िटर की स्क्रीन की चौड़ाई लौटाती है?
Question 56Which property returns the URL of the current page? | कौन सी प्रॉपर्टी वर्तमान पेज का URL लौटाती है?
Question 57Which property is used to transfer files from one host to another host over internet? | इंटरनेट पर एक होस्ट से दूसरे होस्ट में फ़ाइलों को स्थानांतरित करने के लिए किस प्रॉपर्टी का उपयोग किया जाता है?
Question 58Which open source software is used to upload from client to server or download from server to client? | क्लाइंट से सर्वर पर अपलोड करने या सर्वर से क्लाइंट में डाउनलोड करने के लिए किस ओपन सोर्स सॉफ्टवेयर का उपयोग किया जाता है?
Question 59How will javascript treat a number, when it is enclosed with double or single quotes? | जावास्क्रिप्ट एक नंबर को कैसे प्रदर्शित करेगा, जब यह डबल या सिंगल कोट्स के साथ उपयोग हो?
Question 60What will be the output for the following Javascript code? | निम्नलिखित जावास्क्रिप्ट कोड के लिए आउटपुट क्या होगा?
var x = 13 + "03"
alert(x);
Question 61What will be the output, if the javascript code is executed | जावास्क्रिप्ट कोड निष्पादित होने पर आउटपुट क्या होगा?
var x = 1313;
var y = new Number (1313);
if( x === y)
alert ("Yes");
else
alert("No");
Question 62What is the output of the following javascript code? | निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या है?
var x = "ITI";
var y = "GOVT";
var o = y concat(x);
document.write(o);
Question 63What is the output of the following javascript code? | निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या है?
var name = “ Kanya Kumari” ;
var x = name.substr(8,2);
document. write (x);