O Level Exam : Student Portal
Email address
Password
Remember me
Forgot password?
Sign In
Google
Facebook
Don't have an account?
Register now
O Level Online Exam
Menu mobile
Home
MCQ Topic Wise
INFORMATION TECHNOLOGY TOOLS AND NETWORK BASICS
New
WEB DESIGNING AND PUBLISHING
New
PROGRAMMING AND PROBLEM SOLVING THROUGH PYTHON
New
INTERNET OF THINGS AND ITS APPLICATIONS
New
Online Mock Test
INFORMATION TECHNOLOGY TOOLS AND NETWORK BASICS
New
WEB DESIGNING AND PUBLISHING
New
PROGRAMMING AND PROBLEM SOLVING THROUGH PYTHON
New
INTERNET OF THINGS AND ITS APPLICATIONS
New
Old Papers
Practical Questions
Projects
MCQ : JAVSCRIPT AND ANGULAR JS For NIELIT O Level Exam
JAVSCRIPT AND ANGULAR JS For NIELIT O Level Exam
00:00:00
English
Hindi
Question No# :
01
out of 50
Report Bug
Bookmark
JavaScript is ideal to ________
जावास्क्रिप्ट ________ के लिए आदर्श है
A.
make computations in HTML simpler
HTML में गणना को सरल बनाएं
B.
minimize storage requirements on the web server
वेब सर्वर पर स्टोरेज आवश्यकताओं को कम करें
C.
increase the download time for the client
क्लाइंट के लिए डाउनलोड समय बढ़ाएँ
D.
increase the loading time of the website
वेबसाइट का लोडिंग समय बढ़ाएं
Question No# :
02
out of 50
Report Bug
Bookmark
Identify the invalid statement about Angular JS Expressions
एंगुलर JS एक्सप्रेशंस के बारे में अमान्य कथन को पहचानें करे |
A.
written inside doublebr braces: {{expression }}
डबल ब्रेसेस के अंदर लिखा :{{expressions}}
B.
written inside a directive: ng-bind="expression "
एक डिरेक्टिव के अंदर लिखा ng-bind="expressions"
C.
return the result exactly where the expression is written
रिजल्ट ठीक वही लौटता है जहा एक्सप्रेशन लिखा गया हैं
D.
Angular JS expressions are different from JavaScript expressions
एंगुलर JS एक्सप्रेशन जावास्क्रिप्ट एक्सप्रेशन से अलग है
Question No# :
03
out of 50
Report Bug
Bookmark
Why is a JavaScript engine needed?
जावास्क्रिप्ट इंजन की आवश्यकता क्यों है?
A.
Both Compiling & Interpreting the JavaScript
जावास्क्रिप्ट इंजन की आवश्यकता क्यों है?
B.
Parsing the javascript
जावास्क्रिप्ट को पार्स करना
C.
Interpreting the JavaScript
जावास्क्रिप्ट की व्याख्या करना
D.
Compiling the JavaScript
जावास्क्रिप्ट का संकलन
Question No# :
04
out of 50
Report Bug
Bookmark
The unordered collection of properties, each of which has a name and a value is called _________
गुणों का अनियंत्रित कलेक्शन, जिनमें से प्रत्येक का एक नाम और एक वैल्यू होता है, _________ कहलाता है
A.
String
स्ट्रिंग
B.
Object
ऑब्जेक्ट
C.
Serialized Object
क्रमबद्ध वस्तु
D.
Array
ऐरे
Question No# :
05
out of 50
Report Bug
Bookmark
Which of the following is the correct syntax for writing AngularJS expressions ?
निम्नलिखित में से कौन एंगुलरजेएस एक्सप्रेशन लिखने के लिए सही सिंटैक्स है?
A.
{{expression}}
{{ एक्सप्रेशन }}
B.
{{expression | filter1 | filter2 | …}}
{{ एक्सप्रेशन | फ़िल्टर 1 | फ़िल्टर 2 | …}}
C.
Both of the mentioned
दोनों का उल्लेख
D.
None of the mentioned
उल्लेख में से कोई नहीं
Question No# :
06
out of 50
Report Bug
Bookmark
What is the role of JavaScript in web design?
वेब डिज़ाइन में जावास्क्रिप्ट की क्या भूमिका है?
A.
define the content of webpages
वेबपेजों के कंटेन्ट को परिभाषित करता है
B.
specify the layout of webpages
वेबपेजों का लेआउट निर्दिष्ट करता है
C.
program the behavior of webpages
वेबपेजों के बिहेवियर को प्रोग्राम करता है
D.
none of the above
उपरोक्त में से कोई नहीं
Question No# :
07
out of 50
Report Bug
Bookmark
Which of the following directives is used to start an angularJS application?
निम्न में से कौन सा निर्देश angularJS एप्लिकेशन शुरू करने के लिए उपयोग किया जाता है?
A.
ng-repeat
एनजी- रिपीट
B.
ng-init
एनजी-init
C.
ng-app
एनजी-app
D.
ng-model
एनजी-मॉडल
Question No# :
08
out of 50
Report Bug
Bookmark
Directive to initialize Angular JS application
एंगुलर जेएस(JS) एप्लिकेशन को इनिशियलाइज़ करने का निर्देश_________|
A.
ng-app
ng-app
B.
ng-init
ng-init
C.
ng-model
ng-model
D.
none of the above
उपरोक्त में से कोई नहीं
Question No# :
09
out of 50
Report Bug
Bookmark
Which of the following explains correctly what happens when a JavaScript program is developed on a Unix Machine?
निम्नलिखित में से कौन सही ढंग से बताता है कि जब एक यूनिक्स मशीन पर एक जावास्क्रिप्ट प्रोग्राम विकसित किया जाता है तो क्या होता है?
A.
will work perfectly well on a Windows Machine
विंडोज मशीन पर पूरी तरह से काम करेगा
B.
will be displayed as JavaScript text on the browser
ब्राउज़र पर जावास्क्रिप्ट टेक्स्ट के रूप में प्रदर्शित किया जाएगा
C.
will throw errors and exceptions
त्रुटियों और अपवादों को फेंक देगा
D.
must be restricted to a Unix Machine only
केवल यूनिक्स मशीन तक ही सीमित होना चाहिए
Question No# :
10
out of 50
Report Bug
Bookmark
The script tag must be placed in
स्क्रिप्ट टैग को इसमें रखा जाना चाहिए
A.
Head
सिर
B.
Head and body
हेड और बॉडी
C.
Title and Head
टाइटल और हेड
D.
All of the above
ऊपर के सभी
Question No# :
11
out of 50
Report Bug
Bookmark
An element can be accessed in Java Script using:
जावास्क्रिप्ट में एक एलिमेंट को _______का उपयोग करके एक्सेस किया जा सकता है
A.
getElementsByName
getElementsByName
B.
getElementById
getElementById
C.
getElementsByClassName
getElementsByClassName
D.
All of the above
उपरोक्त सभी
Question No# :
12
out of 50
Report Bug
Bookmark
Which of the following can be used as a prefix for Directive?
निम्नलिखित में से किसका प्रयोग निर्देश के उपसर्ग के रूप में किया जा सकता है?
A.
data-
डेटा-
B.
ng-
एनजी-
C.
All of the mentioned
उल्लिखित सभी
D.
None of the mentioned
उल्लेख में से कोई नहीं
Question No# :
13
out of 50
Report Bug
Bookmark
The script tag must be placed in __________
स्क्रिप्ट टैग को __________ में रखा जाना चाहिए
A.
the head tag
हेड टैग
B.
the head or body
हेड या बॉडी
C.
the title or head
टाइटल या हेड
D.
after the body tag
बॉडी टैग के बाद
Question No# :
14
out of 50
Report Bug
Bookmark
What is not a valid statement for Angular JS?
इनमे से कौन सा कथन एंगुलर JS के लिए मान्य नहीं है?
A.
It is a JavaScript framework
यह एक जावास्क्रिप्ट फ्रेमवर्क है
B.
It is added using <script> tag
इसे <script> टैग का उपयोग करके जोड़ा जाता है
C.
It is a framework written in C
यह सी में लिखा गया एक फ्रेमवर्क है
D.
Angular JS extends HTML attributes
एंगुलर JS HTML एट्रिब्यूट का विस्तार करता है
Question No# :
15
out of 50
Report Bug
Bookmark
Which is the correct syntax for Angular Module ?
एंगुलर मॉड्यूल के लिए सही सिंटैक्स कौन सा है?
A.
var variable_name = angular.module("app_name", );
var variable_name = angular.module("app_name", );
B.
var variable_name =angular.modules("app_name");
var variable_name =angular.modules("app_name");
C.
var variable_name = angular.module();
var variable_name = angular.module();
D.
var variable_name = new module();
var variable_name = new module();
Question No# :
16
out of 50
Report Bug
Bookmark
The enumeration order becomes implementation dependent and non-interoperable if ___________
A.
If the object inherits enumerable properties
If the object inherits enumerable properties
B.
The object does not have the properties present in the integer array indices
The object does not have the properties present in the integer array indices
C.
The delete keyword is never used
The delete keyword is never used
D.
Object.defineProperty() is not used
Object.defineProperty() is not used
Question No# :
17
out of 50
Report Bug
Bookmark
JavaScript is designed for following purpose-
जावास्क्रिप्ट को निम्नलिखित उद्देश्य के लिए डिज़ाइन किया गया है-
A.
To execute Query related to DB on server.
सर्वर पर DB से संबंधित क्वेरी को निष्पादित करने के लिए।
B.
To style HTMLpages.
HTML पजेस को स्टाइल करने के लिए।
C.
To Add Interactivity to HTML pages.
HTML पजेस में इंटेरेक्टिविटी जोड़ने के लिए।
D.
To perform server side scripting operation.
सर्वर साइड स्क्रिप्टिंग ऑपरेशन परफॉर्म करने के लिए।
Question No# :
18
out of 50
Report Bug
Bookmark
React.js is written in which of the following language?
React.js निम्नलिखित में से किस भाषा में लिखा गया है?
A.
C
C
B.
C++
C++
C.
JavaScript
जावास्क्रिप्ट
D.
Java
जावा
Question No# :
19
out of 50
Report Bug
Bookmark
Which statement is used to come out switch block?
स्विच ब्लॉक से बहार आने के लिए किस स्टेटमेंट का प्रयोग किया जाता है ?
A.
exit
exit
B.
break
break
C.
default
default
D.
out
out
Question No# :
20
out of 50
Report Bug
Bookmark
Which of the following is the correct syntax to display "enter password" in an alert box using JavaScript?
जावास्क्रिप्ट का यूज़ करते हुए अलर्ट बॉक्स में "पासवर्ड दर्ज करें" प्रदर्शित करने के लिए निम्नलिखित में से कौन सा सही सिंटैक्स है?
A.
alertbox("enter password");
अलर्टबॉक्स ("पासवर्ड एंटर करें");
B.
msg("enter password");
मैसेज ("पासवर्ड एंटर करें");
C.
msgbox("enter password");
मैसेज बॉक्स ("पासवर्ड एंटर करें");
D.
alert("enter password");
अलर्ट ("पासवर्ड एंटर करें");
Question No# :
21
out of 50
Report Bug
Bookmark
The method or operator used to identify the array is __________
ऐरे की पहचान करने के लिए यूज़ की जाने वाली विधि या ऑपरेटर __________ है
A.
isarrayType()
isarrayType()
B.
==
==
C.
===
===
D.
typeof
typeof
Question No# :
22
out of 50
Report Bug
Bookmark
Which of the following object is the main entry point to all client-side JavaScript features and APIs?
निम्नलिखित में से कौन सी वस्तु सभी क्लाइंट-साइड जावास्क्रिप्ट सुविधाओं और एपीआई का मुख्य प्रवेश बिंदु है?
A.
Position
पोज़िशन
B.
Window
विंडो
C.
Standard
स्टैंडर्ड
D.
Location
लोकेशन
Question No# :
23
out of 50
Report Bug
Bookmark
Which of the following components can be injected as a dependency in AngularJS?
निम्नलिखित में से कौन सा घटक AngularJS में निर्भरता के रूप में इंजेक्ट किया जा सकता है?
A.
factory
फैक्टरी
B.
service
सर्विस
C.
value
मूल्य
D.
All of the above
ऊपर के सभी
Question No# :
24
out of 50
Report Bug
Bookmark
The expression of calling (or executing) a function or method in JavaScript is called ________
जावास्क्रिप्ट में किसी फ़ंक्शन या विधि को कॉल करने (या एक्सेक्यूटिंग) करने के एक्सप्रेशन को ________ कहा जाता है
A.
Primary expression
प्राइमरी एक्सप्रेशन
B.
Functional expression
फंक्शनल एक्सप्रेशन
C.
Invocation expression
इन्वोकेशन एक्सप्रेशन
D.
Property Access Expression
प्रॉपर्टी एक्सेस एक्सप्रेशन
Question No# :
25
out of 50
Report Bug
Bookmark
Among the given statements, which statement defines closures in JavaScript?
दिए गए कथनों में से कौन सा कथन जावास्क्रिप्ट में क्लोजर को परिभाषित करता है?
A.
JavaScript is a function that is enclosed with references to its inner function scope
जावास्क्रिप्ट एक ऐसा फ़ंक्शन है जो इसके आंतरिक कार्य क्षेत्र के संदर्भ में संलग्न है
B.
JavaScript is a function that is enclosed with references to its lexical environment
जावास्क्रिप्ट एक ऐसा फ़ंक्शन है जो इसके शाब्दिक वातावरण के संदर्भ में संलग्न है
C.
JavaScript is a function that is enclosed with the object to its inner function scope
जावास्क्रिप्ट एक ऐसा फ़ंक्शन है जो ऑब्जेक्ट के साथ उसके आंतरिक कार्य क्षेत्र में संलग्न होता है
D.
None of the mentioned
उल्लेख में से कोई नहीं
Question No# :
26
out of 50
Report Bug
Bookmark
Among the following, which one is a ternary operator?
निम्नलिखित में से कौन एक टर्नरी ऑपरेटर है?
A.
+
+
B.
:
:
C.
–
–
D.
?:
?:
Question No# :
27
out of 50
Report Bug
Bookmark
Which JavaScript statement is used to perform different actions based on different conditions?
विभिन्न स्थितियों के आधार पर विभिन्न क्रियाओ को करने के लिए किस जावास्क्रिप्ट स्टेटमेंट का उपयोग किया जाता है?
A.
if
if
B.
for
for
C.
while
while
D.
switch
switch
Question No# :
28
out of 50
Report Bug
Bookmark
JavaScript is a _______________ language.
जावास्क्रिप्ट एक __________ लैंग्वेज है।
A.
Object-Oriented
ऑब्जेक्ट-ओरिएंटेड
B.
High-level
हाई-लेवल
C.
Assembly-language
असेंबली-लैंग्वेज
D.
Object-Based
ऑब्जेक्ट-बेस्ड
Question No# :
29
out of 50
Report Bug
Bookmark
Which class property makes an image transparent ?
कौन सी क्लास प्रॉपटी इमेज को ट्रांस पैर्रेंट बनाती है?
A.
w3-opacity
w3-opacity
B.
w3-trans
w3-trans
C.
w3-grayscale
w3-grayscale
D.
None of the above
उपरोक्त में से कोई नहीं
Question No# :
30
out of 50
Report Bug
Bookmark
The object has three object attributes namely ________
ऑब्जेक्ट की तीन ऑब्जेक्ट ऐट्रिब्यूट्स हैं, अर्थात् ________
A.
Class, parameters, object’s extensible flag
क्लास, पैरामीटर्स, ऑब्जेक्ट्स का एक्स्टेंसिबल फ़्लैग
B.
Prototype, class, objects’ parameters
प्रोटोटाइप, क्लास, ऑब्जेक्ट्स के पैरामीटर
C.
Prototype, class, object’s extensible flag
प्रोटोटाइप, क्लास, ऑब्जेक्ट्स का एक्स्टेंसिबल फ़्लैग
D.
Native object, Classes and Interfaces and Object’s extensible flag
नेटिव ऑब्जेक्ट, क्लासेस और इंटरफेस और ऑब्जेक्ट का एक्स्टेंसिबल फ्लैग
Question No# :
31
out of 50
Report Bug
Bookmark
Which of the following achieves the effect of using script language?
निम्नलिखित में से कौन लिपि भाषा के प्रयोग के प्रभाव को प्राप्त करता है?
A.
DHTML
DHTML
B.
XML
XML
C.
HTML
HTML
D.
CGI
CGI
Question No# :
32
out of 50
Report Bug
Bookmark
The purpose of extensible attribute is to __________
एक्स्टेंसिबल विशेषता का उद्देश्य __________ है
A.
make all of the own properties of that object non configurable
उस ऑब्जेक्ट के सभी गुणों को गैर-विन्यास योग्य बनाएं
B.
to configure and bring a writable property
एक लिखने योग्य संपत्ति को कॉन्फ़िगर करने और लाने के लिए
C.
“lock down” objects into a known state and prevent outside tampering
ऑब्जेक्ट्स को एक ज्ञात स्टेट में "लॉक डाउन" करें और बाहरी छेड़छाड़ को रोकें
D.
to include new properties into the object
ऑब्जेक्ट्स में न्यू प्रॉपर्टीज को शामिल करने के लिए
Question No# :
33
out of 50
Report Bug
Bookmark
The basic purpose of the toLocaleString() is to _________
toLocaleString() का मूल उद्देश्य _________ है
A.
return a localised object representation
एक लोकलाइजेशन ऑब्जेक्ट रिप्रजेंटेशन को रिटर्न करे
B.
return a parsed string
एक पार्स की गई स्ट्रिंग को रिटर्न करे
C.
return a local time in the string format
स्ट्रिंग फॉर्मेट में स्थानीय समय को रिटर्न करे
D.
return a localized string representation of the object
ऑब्जेक्ट का लोकलाइजेशन स्ट्रिंग रिप्रजेंटेशन को रिटर्न करे
Question No# :
34
out of 50
Report Bug
Bookmark
Which of the following is true about AngularJS expressions?
निम्नलिखित में से कौन एंगुलरजेएस एक्सप्रेशन के बारे में सही है?
A.
Expressions behave in same way as ng-bind directives
अभिव्यक्ति उसी तरह व्यवहार करती है जैसे एनजी बाइंड निर्देश
B.
Expressions are used to bind application data to html
एक्सप्रेशन का उपयोग एप्लिकेशन डेटा को html से बाइंड करने के लिए किया जाता है
C.
Expressions are written inside double braces like {{expression}}
एक्सप्रेशन दोहरे ब्रेसिज़ के अंदर लिखे जाते है जैसे {{expression}}
D.
All of these
ये सभी
Question No# :
35
out of 50
Report Bug
Bookmark
What will be the step of the interpreter in a jump statement when an exception is thrown?
जब एक अपवाद फेंका जाता है तो जंप स्टेटमेंट में इंटरप्रेटर का स्टेप क्या होगा?
A.
The interpreter stops its work
इंटरप्रेटर अपना काम बंद कर देता है
B.
The interpreter throws another exception
इंटरप्रेटर एक और अपवाद फेंकता है
C.
The interpreter jumps to the nearest enclosing exception handler
इंटरप्रेटर निकटतम एन्क्लोज़िंग एक्सेप्शन हैंडलर पर जम्प करता है
D.
The interpreter throws an error
इंटरप्रेटर एक एरर फेंकता है
Question No# :
36
out of 50
Report Bug
Bookmark
What is a module in AngularJS ?
एंगुलरजेएस में मॉड्यूल क्या है?
A.
expression
expression
B.
application
application
C.
element
element
D.
None of the above
None of the above
Question No# :
37
out of 50
Report Bug
Bookmark
Variables in JavaScript cannot be declared using:
जावास्क्रिप्ट में वेरिएबल को _____________का प्रयोग करके घोषित नहीं किया जा सकता|
A.
var
var
B.
let
let
C.
set
set
D.
None of these
इनमे से कोई भी नहीं
Question No# :
38
out of 50
Report Bug
Bookmark
How many elements can a valid react component return?
एक वैलिड प्रतिक्रिया कॉम्पोनेन्ट कितने एलिमेंट्स वापस कर सकता है?
A.
React doesn’t return element
प्रतिक्रिया एलिमेंट्स वापस नहीं करता है
B.
1 Element
1 एलिमेंट्स
C.
More than 1 element
1 से अधिक एलिमेंट्स
D.
None of the mentioned
उल्लेख में से कोई नहीं
Question No# :
39
out of 50
Report Bug
Bookmark
What will happen if the body of a for/in loop deletes a property that has not yet been enumerated?
क्या होगा यदि लूप के लिए/लूप की बॉडी एक ऐसी प्रॉपर्टी को हटा देता है जिसे अभी तक एन्यूमरेट नहीं किया गया है?
A.
The property will be stored in a cache
प्रॉपर्टी को कैश में स्टोर किया जाएगा
B.
The loop will not run
लूप नहीं चलेगा
C.
That property will not be enumerated
उस प्रॉपर्टी की गणना नहीं की जाएगी
D.
The property will be enumerated
प्रॉपर्टी की गणना की जाएगी
Question No# :
40
out of 50
Report Bug
Bookmark
The web development environment (JavaScript) offers which standard construct for data validation of the input entered by the user.
वेब डेवलपमेंट एनवायरनमेंट (जावास्क्रिप्ट) उपयोगकर्ता द्वारा दर्ज किए गए इनपुट के डेटा वेलिडेशन के लिए कौन सा मानक निर्माण प्रदान करता है।
A.
Controlled loop constructs
कंट्रोल्ड लूप कंस्ट्रक्ट्स
B.
Server page access
सर्वर पेज एक्सेस
C.
Client side Event
क्लाइंट साइड इवेंट
D.
Permit server-side
परमिट सर्वर-साइड
Question No# :
41
out of 50
Report Bug
Bookmark
Angular js is a type of open source framework for
Angular js एक प्रकार का ओपन सोर्स फ्रेमवर्क है
A.
Front end
Front end
B.
Back end
Back end
C.
Full end
Full end
D.
All of above
ऊपर के सभी
Question No# :
42
out of 50
Report Bug
Bookmark
Which of the following is the property that is triggered in response to JS errors?
निम्नलिखित में से कौन सी संपत्ति जेएस त्रुटियों के जवाब में ट्रिगर होती है?
A.
onclick
क्लिक पर
B.
onerror
ऑनएरर
C.
onmessage
ऑनमैसेज
D.
onexception
एक अपवाद
Question No# :
43
out of 50
Report Bug
Bookmark
Which of these is not a logical operator?
ऑब्जेक्ट्स को एक ज्ञात स्थिति में "लॉक डाउन" करें और बाहरी छेड़छाड़ को रोकें
A.
!
!
B.
&
&
C.
&&
&&
D.
||
||
Question No# :
44
out of 50
Report Bug
Bookmark
What is the correct syntax for referring to an external script called "abc.js"?
"abc.js" नामक एक्सटर्नल स्क्रिप्ट को रेफरिंग करने के लिए सही सिंटैक्स क्या है?
A.
<script href=" abc.js">
<script href=" abc.js">
B.
<script scr="abc.js">
<script scr="abc.js">
C.
<script name="abc.js">
<script name="abc.js">
D.
<script src=" abc.js">
<script src=" abc.js">
Question No# :
45
out of 50
Report Bug
Bookmark
Integer variable is declared using following syntax in Js.
जावास्क्रिप्ट में निम्नलिखित सिन्टैक्स का उपयोग करके इंटीजर वेरिएबल डिक्लेयर्ड होता है।
A.
int num;
int num;
B.
integer num;
integer num;
C.
Integer nums;
Integer nums;
D.
var num;
var num;
Question No# :
46
out of 50
Report Bug
Bookmark
Which of the following directives are used in Angular js?
एंगुलर जेएस में निम्नलिखित में से कौन से डायरेक्टिव का उपयोग किया जाता है?
A.
ng-app
ng-app
B.
nc-init
nc-init
C.
Both A and B
Both A and B
D.
None of these
None of these
Question No# :
47
out of 50
Report Bug
Bookmark
Connecting website to backend servers, processing data and controlling behavior of higher layers, all these things are done by:
वेबसाइट को बैकएंड सर्वर से जोड़ना, डेटा को प्रोसेस करना और उच्च परतों के व्यवहार को नियंत्रित करना, ये सभी चीजें किसके द्वारा की जाती हैं:
A.
HTML language
एचटीएमएल भाषा
B.
JavaScripts
जावास्क्रिप्ट
C.
CSS scripts
सीएसएस स्क्रिप्ट
D.
None of the above
इनमे से कोई भी नहीं
Question No# :
48
out of 50
Report Bug
Bookmark
Arrays in JavaScript are defined by which of the following statements?
जावास्क्रिप्ट में Arrays को निम्नलिखित में से किस कथन द्वारा परिभाषित किया जाता है?
A.
It is an ordered list of values
यह वैल्यू की एक ऑर्डर्ड लिस्ट है
B.
It is an ordered list of objects
यह वस्तुओं की एक ऑर्डर्ड लिस्ट है
C.
It is an ordered list of string
यह स्ट्रिंग की एक ऑर्डर्ड लिस्ट है
D.
It is an ordered list of functions
यह फंक्शन्स की एक ऑर्डर्ड लिस्ट है
Question No# :
49
out of 50
Report Bug
Bookmark
Which of the following can be used as a prefix for Directives ?
निम्नलिखित में से किसका प्रयोग निर्देशों (Directives)के उपसर्ग (prefix)के रूप में किया जा सकता है?
A.
data
डाटा
B.
ng-
ng-
C.
Both (A) and (B)
(A) और (B) दोनों
D.
None of the above
उपरोक्त में से कोई नहीं
Question No# :
50
out of 50
Report Bug
Bookmark
Exponential operator in JavaScript is:
जावास्क्रिप्ट में एक्सपोनेंसिअल ऑपरेटर____ है:
A.
^
^
B.
%
%
C.
**
**
D.
None of the above
None of the above
Latest Current Affairs 2025
Online Exam Quiz for One day Exam
Online Typing Test
CCC Online Test
Python Programming Tutorials
Best Computer Training Institute in Prayagraj (Allahabad)
Online MBA 2 years
Online MCA
Online BCA
Best Website and Software Company in Allahabad