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

Which is not a mouse event?
कौन सा माउस इवेंट नहीं है?

Questions No: 2/50

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

Questions No: 3/50

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

Questions No: 4/50

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

Questions No: 5/50

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

Questions No: 6/50

What is the output?

console.log(2+"2"*2);

Questions No: 7/50

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

Questions No: 8/50

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

Questions No: 9/50

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

Questions No: 10/50

How can you access all elements with a specific class name?
आप किसी विशिष्ट वर्ग नाम वाले सभी तत्वों तक कैसे पहुंच सकते हैं?

Questions No: 11/50

Which method would you use to add an event listener to an element?
किसी ईवेंट श्रोता को किसी तत्व में जोड़ने के लिए आप किस विधि का उपयोग करेंगे?

Questions No: 12/50

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

Questions No: 13/50

Which of the following is true about the <script> tag in HTML?
HTML में <script> टैग के बारे में निम्नलिखित में से कौन सा सत्य है?

Questions No: 14/50

What event occurs when an element size changes, like when a window is resized?
जब किसी तत्व का आकार बदलता है, जैसे विंडो का आकार बदला जाता है तो कौन सी घटना घटित होती है?

Questions No: 15/50

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

Questions No: 16/50

For which of the following purpose(s) JavaScript is designed for ?
निम्नलिखित में से किस उद्देश्य (उद्देश्यों) के लिए जावास्क्रिप्ट को डिज़ाइन किया गया है?

Questions No: 17/50

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

Questions No: 18/50

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

Questions No: 19/50

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

Questions No: 20/50

AngularJS expressions are written inside:
AngularJS एक्सप्रेशन इसके अंदर लिखे जाते हैं:

Questions No: 21/50

How do you round the number 7.25, to the nearest integer?

Questions No: 22/50

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

Questions No: 23/50

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

Questions No: 24/50

AngularJS is primarily a:
AngularJS मुख्य रूप से एक है:

Questions No: 25/50

How can you detect the loading progress of a resource, such as an image or file, using JavaScript?
आप जावास्क्रिप्ट का उपयोग करके किसी संसाधन, जैसे छवि या फ़ाइल, की लोडिंग प्रगति का पता कैसे लगा सकते हैं?

Questions No: 26/50

Which event fires when a textbox loses focus?
जब कोई टेक्स्टबॉक्स फोकस खो देता है तो कौन सा इवेंट ट्रिगर होता है?

Questions No: 27/50

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

Questions No: 28/50

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

Questions No: 29/50

How can you retrieve the value of an input field in a form using JavaScript?
आप जावास्क्रिप्ट का उपयोग करके किसी फॉर्म में इनपुट फ़ील्ड का मान कैसे प्राप्त कर सकते हैं?

Questions No: 30/50

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

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

Questions No: 31/50

The snippet that has to be used to check if “a” is not equal to “null” is
The snippet that has to be used to check if “a” is not equal to “null” is

Questions No: 32/50

How do you write a comment in JavaScript?
जावास्क्रिप्ट में कमेंट कैसे लिखेंगे

Questions No: 33/50

What is the difference between the onblur and onfocus events in JavaScript?
जावास्क्रिप्ट में ऑनब्लर और ऑनफोकस इवेंट के बीच क्या अंतर है?

Questions No: 34/50

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

Questions No: 35/50

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

Questions No: 36/50

How can you access an element by its tag name in JavaScript?
आप जावास्क्रिप्ट में किसी तत्व को उसके टैग नाम से कैसे एक्सेस कर सकते हैं?

Questions No: 37/50

What is the correct JavaScript syntax to write Hello World?

Questions No: 38/50

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

Questions No: 39/50

What is the output of this expression? x = 2 + 2; document.write(x);

Questions No: 40/50

Which architecture pattern is commonly used in AngularJS?
AngularJS में आमतौर पर कौन सा आर्किटेक्चर पैटर्न उपयोग किया जाता है?

Questions No: 41/50

For testing we should use
परीक्षण के लिए हमें उपयोग करना चाहिए

Questions No: 42/50

Which event handler would you use to respond to an input field as the user is typing?
जब उपयोगकर्ता टाइप कर रहा हो तो इनपुट फ़ील्ड पर प्रतिक्रिया देने के लिए आप किस इवेंट हैंडलर का उपयोग करेंगे?

Questions No: 43/50

Which event occurs when a user changes the content of an input field?
जब कोई उपयोगकर्ता इनपुट फ़ील्ड की सामग्री बदलता है तो कौन सी घटना घटित होती है?

Questions No: 44/50

Which of the following properties is used to check whether an element has child nodes?
निम्नलिखित में से किस गुण का उपयोग यह जांचने के लिए किया जाता है कि किसी तत्व में चाइल्ड नोड हैं या नहीं?

Questions No: 45/50

Which directive repeats HTML elements?
कौन सा निर्देश एचटीएमएल तत्वों को दोहराता है?

Questions No: 46/50

Which event occurs when the user moves the mouse pointer over an element?
जब यूजर किसी तत्व पर माउस पॉइंटर ले जाता है तो कौन सी घटना घटित होती है?

Questions No: 47/50

Which method is used to stop an event from propagating to parent elements in the DOM?
किसी ईवेंट को DOM में मूल तत्वों तक फैलने से रोकने के लिए किस विधि का उपयोग किया जाता है?

Questions No: 48/50

How can you add a comment in a JavaScript?

Questions No: 49/50

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

Questions No: 50/50

How do you declare a JavaScript variable?