O Level - Javscript And Angular Js
Questions No: 1/50

What is the correct syntax for referring to an external script called "data.js"?

Questions No: 2/50

Which is wrong statement about data binding in AngularJS?
AngularJS में डेटा बाइंडिंग के बारे में कौन सा कथन गलत है?

Questions No: 3/50

JavaScript is designed for following purpose

Questions No: 4/50

What is the main difference between var and let keywords in JavaScript?
JavaScript में var और let कीवर्ड्स के बीच मुख्य अंतर क्या है?

Questions No: 5/50

Which event is fired when the page has completely loaded, including all dependent resources such as stylesheets and images?
जब पेज पूरी तरह से लोड हो जाता है, जिसमें स्टाइलशीट और छवियों जैसे सभी निर्भर संसाधन शामिल होते हैं, तो कौन सा ईवेंट सक्रिय हो जाता है?

Questions No: 6/50

What is the correct syntax for referring to an external script called "xxx.js" ?
"xxx.js" नामक एक्सटर्नल स्क्रिप्ट को संदर्भित करने के लिए सही स्क्रिप्टक्या है

Questions No: 7/50

Which of the following methods is used to insert a new element before an existing element in the DOM?
DOM में मौजूदा तत्व से पहले एक नया तत्व डालने के लिए निम्नलिखित में से किस विधि का उपयोग किया जाता है?

Questions No: 8/50

Which tag is used to add JavaScript in the head section?
हेड सेक्शन में JavaScript जोड़ने के लिए किस टैग का इस्तेमाल किया जाता है?

Questions No: 9/50

What is the object with which the event is associated or on which the event occurred?
वह कौन-सी चीज़ है जिससे घटना जुड़ी है या जिस पर घटना घटी है?

Questions No: 10/50

How do you correctly link an external JavaScript file to an HTML document?
आप बाहरी जावास्क्रिप्ट फ़ाइल को HTML दस्तावेज़ से सही ढंग से कैसे लिंक करते हैं?

Questions No: 11/50

Which keyword is a must to use when JavaScript code is to run in older browser?
जावास्क्रिप्ट कोड को पुराने ब्राउजर में चलाने के लिए किस कीवर्ड का उपयोग करना आवश्यक है?

Questions No: 12/50

Which event handler is used to trigger an action when the user releases a key on the keyboard?
जब उपयोगकर्ता कीबोर्ड पर कुंजी जारी करता है तो कार्रवाई को ट्रिगर करने के लिए किस इवेंट हैंडलर का उपयोग किया जाता है?

Questions No: 13/50

Which company developed AngularJS?
AngularJS को किस कंपनी ने विकसित किया?

Questions No: 14/50

Which company developed JavaScript?
जावास्क्रिप्ट को किस कंपनी ने डेवलप किया?

Questions No: 15/50

Which of the following events occurs when an HTML form is submitted?
जब HTML फॉर्म सबमिट किया जाता है तो निम्नलिखित में से कौन सी घटना घटित होती है?

Questions No: 16/50

Which of the following is not a JavaScript datatype?
निम्न में से कौन सा जावास्क्रिप्ट डेटाटाइप नहीं है?

Questions No: 17/50

The correct syntax to write "Sky is blue" in JavaScript is
जावास्क्रिप्ट में "Sky is blue" लिखने का सही सिंटैक्स है

Questions No: 18/50

what will be the output of

document.write("5" + 5)

Questions No: 19/50

What type of value gets printed if we add the following two variables ?

var a = "10";
var b =50;

Questions No: 20/50

What is the purpose of the focus event in JavaScript?
जावास्क्रिप्ट में फोकस इवेंट का उद्देश्य क्या है?

Questions No: 21/50

Which one of the following is not considered as an error
निम्नलिखित में से किसे त्रुटि नहीं माना जाता है

Questions No: 22/50

Find the only statement in the following that is correct.
निम्नलिखित में से केवल वही कथन ज्ञात कीजिए जो सही है।

Questions No: 23/50

Which is Client Side Script Language
कौन से क्लाइंट साइड स्क्रिप्ट लैंग्वेज है

Questions No: 24/50

Which directive conditionally displays content?
कौन सा निर्देश सशर्त रूप से सामग्री प्रदर्शित करता है?

Questions No: 25/50

What will be the output of the following JavaScript snippet?

console.log("5" + 3);

Questions No: 26/50

What is the correct way to embed JavaScript directly within an HTML file?
जावास्क्रिप्ट को सीधे HTML फ़ाइल में एम्बेड करने का सही तरीका क्या है?

Questions No: 27/50

The extension of JavaScript file is
जावास्क्रिप्ट फाईल का एक्सटेंसन है।

Questions No: 28/50

How can you retrieve all the child elements of a specific DOM node?
आप किसी विशिष्ट DOM नोड के सभी चाइल्ड तत्वों को कैसे पुनः प्राप्त कर सकते हैं?

Questions No: 29/50

Inside which HTML element do we put the JavaScript?
HTML पेज में जावास्क्रिप्ट कोड लिखने के लिए किस टैग का इस्तेमाल करेंगे

Questions No: 30/50

Which of the following methods is used to remove a child element from the DOM?
DOM से चाइल्ड तत्व को हटाने के लिए निम्नलिखित में से किस विधि का उपयोग किया जाता है?

Questions No: 31/50

Which method is used to remove the last element from an array in JavaScript?
जावास्क्रिप्ट में किसी सरणी से अंतिम तत्व को हटाने के लिए किस विधि का उपयोग किया जाता है?

Questions No: 32/50

What is the correct way to change the background color of an element using DOM manipulation?
DOM हेरफेर का उपयोग करके किसी तत्व की पृष्ठभूमि का रंग बदलने का सही तरीका क्या है?

Questions No: 33/50

Which property is used to set or get the HTML content inside an element?
किसी तत्व के अंदर HTML सामग्री को सेट करने या प्राप्त करने के लिए किस प्रॉपर्टी का उपयोग किया जाता है?

Questions No: 34/50

Which event is triggered when the user scrolls the webpage or an element?
जब उपयोगकर्ता वेबपेज या किसी तत्व को स्क्रॉल करता है तो कौन सी घटना ट्रिगर होती है?

Questions No: 35/50

Which is the correct syntax to call an external JavaScript file in the current HTML document ?
वर्तमान HTML दस्तावेज़ में बाहरी जावास्क्रिप्ट फ़ाइल को कॉल करने के लिए सही सिंटैक्स कौन सा है?

Questions No: 36/50

Which keyword declares a block-scoped variable?
कौन सा कीवर्ड ब्लॉक-स्कोप वाले वेरिएबल को घोषित करता है?

Questions No: 37/50

Which method is used to replace an existing element in the DOM with a new one?
DOM में मौजूदा तत्व को नए तत्व से बदलने के लिए किस विधि का उपयोग किया जाता है?

Questions No: 38/50

Which of the following is not a JavaScript framework or library?
निम्नलिखित में से कौन सा जावास्क्रिप्ट फ्रेमवर्क या लाइब्रेरी नहीं है?

Questions No: 39/50

Which method is used to find an HTML element by its ID?
किसी HTML तत्व को उसकी आईडी द्वारा खोजने के लिए किस विधि का उपयोग किया जाता है?

Questions No: 40/50

What event is triggered when the user presses a key on the keyboard?
जब उपयोगकर्ता कीबोर्ड पर एक कुंजी दबाता है तो कौन सी घटना शुरू हो जाती है?

Questions No: 41/50

Which of the following is/are valid javascript data types?
निम्नलिखित में से कौन जावास्क्रिप्ट डेटा प्रकार नहीं है?

Questions No: 42/50

Which of the following is true about the placement of JavaScript in HTML?
HTML में जावास्क्रिप्ट के स्थान के बारे में निम्नलिखित में से कौन सा सत्य है?

Questions No: 43/50

Which statement specify correct difference between var and let keywords in JavaScript?
कौन सा कथन जावास्क्रिप्ट में var और Let कीवर्ड के बीच सही अंतर निर्दिष्ट करता है?

Questions No: 44/50

Which of the following methods can be used to remove an attribute from an HTML element?
HTML तत्व से किसी विशेषता को हटाने के लिए निम्नलिखित में से किस विधि का उपयोग किया जा सकता है?

Questions No: 45/50

Which operator checks both value and data type?
कौन सा ऑपरेटर वैल्यू और डेटा टाइप दोनों की जांच करता है?

Questions No: 46/50

What is the output?

<div ng-app="" ng-init="x=10">
{{x*2}}
</div>

Questions No: 47/50

Which of the following is used to change the content of an HTML element?
HTML तत्व की सामग्री को बदलने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?

Questions No: 48/50

JavaScript numbers are stored as
जावास्क्रिप्ट संख्याएँ इस प्रकार संग्रहित की जाती हैं

Questions No: 49/50

How can you add a new element to the end of an array?
आप किसी सरणी के अंत में एक नया तत्व कैसे जोड़ सकते हैं?

Questions No: 50/50

How do you write "Hello World" in an alert box?