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
Videos
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
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# :
02
out of 50
Report Bug
Bookmark
Which of the operator is used to test if a particular property exists or not?
किसी विशेष प्रॉपर्टी के exists होने या न होने का टेस्ट करने के लिए किस ऑपरेटर का यूज़ किया जाता है?
A.
in
in
B.
exist
exist
C.
within
within
D.
exists
exists
Question No# :
03
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# :
04
out of 50
Report Bug
Bookmark
JavaScript can be written __________
जावास्क्रिप्ट को __________ लिखा जा सकता है
A.
directly into JS file and included into HTML
सीधे JS फ़ाइल में और HTML में शामिल
B.
directly on the server page
सीधे सर्वर पेज पर
C.
directly into HTML pages
सीधे HTML पेजेज में
D.
directly into the css file
सीधे सीएसएस फ़ाइल में
Question No# :
05
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# :
06
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# :
07
out of 50
Report Bug
Bookmark
Which of the following type of variable is visible everywhere in your JavaScript code?
आपके जावास्क्रिप्ट कोड में निम्न में से किस प्रकार का वैरिएबल हर जगह दिखाई देता है?
A.
Global variable
ग्लोबल वैरिएबल
B.
Local variable
लोकल वैरिएबल
C.
Both (a) and (b)
A और B दोनों)
D.
None of the above
इनमे से कोई भी नहीं
Question No# :
08
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# :
09
out of 50
Report Bug
Bookmark
Why event handlers is needed in JS?
जेएस में इवेंट हैंडलर की आवश्यकता क्यों है?
A.
Allows JavaScript code to alter the behaviour of windows
जावास्क्रिप्ट कोड को विंडोज़ के व्यवहार को बदलने की अनुमति देता है
B.
Adds innerHTML page to the code
कोड में आंतरिक HTML पृष्ठ जोड़ता है
C.
Change the server location
सर्वर स्थान बदलें
D.
Performs handling of exceptions and occurrences
अपवादों और घटनाओं का प्रबंधन करता है
Question No# :
10
out of 50
Report Bug
Bookmark
A linkage of series of prototype objects is called as ________
प्रोटोटाइप ऑब्जेक्ट की सीरीज़ के लिंकेज को ________ कहा जाता है
A.
prototype stack
प्रोटोटाइप स्टैक
B.
prototype chain
प्रोटोटाइप चैन
C.
prototype class
प्रोटोटाइप क्लास
D.
prototypes
प्रोटोटाइप
Question No# :
11
out of 50
Report Bug
Bookmark
What will happen if reverse() and join() methods are used simultaneously?
क्या होगा यदि रिवर्स () और जॉइन () मेथड का एक साथ यूज़ किया जाता है?
A.
Reverses and stores in the same array
एक ही ऐरे में रिवर्स और स्टोर
B.
Reverses and concatenates the elements of the array
ऐरे के एलिमेंट्स को उलट देता है और जोड़ता है
C.
Reverses
रिवर्सेज़
D.
Stores the elements of an array in normal order
किसी ऐरे के एलिमेंट्स को नॉर्मल ऑर्डर में स्टोर करता है
Question No# :
12
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# :
13
out of 50
Report Bug
Bookmark
Which of the following Attribute is used to include External JS code inside your HTML Document -
एचटीएमएल डॉक्यूमेंट के अंदर बाहरी जेएस कोड को शामिल करने के लिए निम्नलिखित में से किस ऐट्रीब्यूट का उपयोग किया जाता है-
A.
Script
स्क्रिप्ट
B.
src
scr
C.
Link
लिंक
D.
Rel
Rel
Question No# :
14
out of 50
Report Bug
Bookmark
What is a Model in MVC?
एमवीसी में एक मॉडल क्या है?
A.
the lowest level of the pattern responsible for maintaining data
डेटा को बनाए रखने के लिए जिम्मेदार पैटर्न का निम्नतम स्तर
B.
represents server-side data
सर्वर-साइड डेटा का प्रतिनिधित्व करता है
C.
represents data stored in a database
डेटाबेस में संग्रहीत डेटा का प्रतिनिधित्व करता है
D.
None of the mentioned
उल्लेख में से कोई नहीं
Question No# :
15
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# :
16
out of 50
Report Bug
Bookmark
To determine whether one object is the prototype of (or is part of the prototype chain of) another object, one should use the ____________
यह निर्धारित करने के लिए कि क्या एक ऑब्जेक्ट किसी अन्य ऑब्जेक्ट का प्रोटोटाइप है (या प्रोटोटाइप चैन का हिस्सा है), किसी को _________ का यूज़ करना चाहिए
A.
isPrototypeOf() method
isPrototypeOf() मेथड
B.
equals() method
equals() मेथड
C.
=== operator
=== ऑपरेटर
D.
==opertor
==ऑपरेटर
Question No# :
17
out of 50
Report Bug
Bookmark
Identify the invalid HTML event
इनवैलिड HTML ईवेंट की पहचान करें
A.
unload
unload
B.
load
load
C.
onmouseout
onmouseout
D.
onmouseover
onmouseover
Question No# :
18
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# :
19
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# :
20
out of 50
Report Bug
Bookmark
Which of the following is not a framework?
निम्नलिखित में से कौन सा फ़्रेमवर्क नहीं है?
A.
JavaScript .NET
जावास्क्रिप्ट .NET
B.
JavaScript
जावास्क्रिप्ट
C.
Cocoa JS
कोको जे एस
D.
jQuery
जेक्वेरी
Question No# :
21
out of 50
Report Bug
Bookmark
Which of the following expressions is true ?
निम्नलिखित में से कौन सा एक्सप्रेशन सही है ?
A.
{expression}
{expression}
B.
[{ expression }]
[{ expression }]
C.
_expression
_expression
D.
{{ expression }}
{{ expression }}
Question No# :
22
out of 50
Report Bug
Bookmark
Which of the following statement is correct about data binding in AngularJS?
निम्नलिखित में से कौन सा कथन AngularJS में डेटा बाइंडिंग के बारे में सही है?
A.
Automatic synchronization of data between model and view components
मॉडल और दृश्य घटकों के बीच डेटा का स्वचालित सिंक्रनाइज़ेशन
B.
Automatic synchronization of data between model and controller components
मॉडल और नियंत्रक घटकों के बीच डेटा का स्वचालित सिंक्रनाइज़ेशन
C.
Technique to save html data in the database
डेटाबेस में html डेटा को सेव करने की तकनीक
D.
Technique to bind database data to html control
डेटाबेस डेटा को html नियंत्रण से बाँधने की तकनीक
Question No# :
23
out of 50
Report Bug
Bookmark
The pop() method of the array does which of the following task?
ऐरे की पॉप () विधि निम्नलिखित में से कौन सा कार्य करती है?
A.
decrements the total length by 1
कुल लंबाई में 1 . की कमी करता है
B.
increments the total length by 1
कुल लंबाई को 1 . से बढ़ाता है
C.
prints the first element but no effect on the length
पहला एलिमेंट प्रिंट करता है लेकिन लंबाई पर कोई इफ़ेक्ट नहीं पड़ता
D.
updates the element
एलिमेंट्स को अपडेट करता है
Question No# :
24
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# :
25
out of 50
Report Bug
Bookmark
Which of the following acts as the input of a class-based component?
निम्नलिखित में से कौन वर्ग- बेस्ड कॉम्पोनेन्ट के इनपुट के रूप में कार्य करता है?
A.
Class
वर्ग
B.
Props
प्रॉप्स
C.
Factory
फैक्टरी
D.
None of the mentioned
उल्लेख में से कोई नहीं
Question No# :
26
out of 50
Report Bug
Bookmark
Multiple declarations of variables are separated by which symbol.
वैरिएबल की एकाधिक घोषणाओं को किस सिंबल द्वारा अलग किया जाता है।
A.
Semicolon
सेमीकोलन
B.
Colon
कॉलन
C.
Comma
कॉमा
D.
Asterisk
तारांकन
Question No# :
27
out of 50
Report Bug
Bookmark
When an empty statement is encountered, a JavaScript interpreter __________
जब एक एम्प्टी स्टेटमेंट का सामना करना पड़ता है, एक जावास्क्रिप्ट इंटरप्रेटर __________
A.
Ignores the statement
स्टेटमेंट को इग्नोर करता है
B.
Prompts to complete the statement
स्टेटमेंट कम्पलीट करने का संकेत
C.
Throws an error
एक एरर फेंकता है
D.
Shows a warning
वार्निंग दिखाता है
Question No# :
28
out of 50
Report Bug
Bookmark
The main purpose of a “Live Wire” in NetScape is to ________
नेटस्केप में "लाइव वायर" का मुख्य उद्देश्य ________ है
A.
Create linkage between client side and server side
क्लाइंट साइड और सर्वर साइड के बीच संबंध बनाएं
B.
Permit server side, JavaScript code, to connect to RDBMS
RDBMS से कनेक्ट करने के लिए सर्वर साइड, JavaScript कोड की अनुमति दें
C.
Support only non relational database
केवल गैर-संबंधपरक डेटाबेस का समर्थन करें
D.
To interpret JavaScript code
जावास्क्रिप्ट कोड की व्याख्या करने के लिए
Question No# :
29
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# :
30
out of 50
Report Bug
Bookmark
AngularJS is a
एंगुलरजेएस क्या है
A.
HTML Framework
HTML Framework
B.
.Net Framework
.Net Framework
C.
JavaScript framework
JavaScript framework
D.
Oracle Framework
Oracle Framework
Question No# :
31
out of 50
Report Bug
Bookmark
Which attribute is used to specify that the script is executed when the page has finished parsing? (only for external scripts)
यह निर्दिष्ट करने के लिए किस विशेषता का उपयोग किया जाता है कि जब पेज का विश्लेषण समाप्त हो जाता है तो स्क्रिप्ट निष्पादित हो जाती है? (केवल बाहरी लिपियों के लिए)
A.
parse
पार्स
B.
a sync
एक सिंक
C.
defer
डेफर
D.
type
टाइप
Question No# :
32
out of 50
Report Bug
Bookmark
Exponential operator in JavaScript is:
जावास्क्रिप्ट में एक्सपोनेंसिअल ऑपरेटर____ है:
A.
^
^
B.
%
%
C.
**
**
D.
None of the above
None of the above
Question No# :
33
out of 50
Report Bug
Bookmark
Which of the following scoping type does JavaScript use?
निम्नलिखित में से कौन सा स्कोपिंग प्रकार जावास्क्रिप्ट का उपयोग करता है?
A.
Sequential
क्रमबद्ध
B.
Segmental
कमानी
C.
Lexical
शाब्दिक
D.
Literal
आक्षरिक
Question No# :
34
out of 50
Report Bug
Bookmark
What is React.js?
React.js क्या है?
A.
Open-source JavaScript back-end library
ओपन-सोर्स जावास्क्रिप्ट बैक-एंड लाइब्रेरी
B.
JavaScript front-end library to create a database
डेटाबेस बनाने के लिए जावास्क्रिप्ट फ्रंट-एंड लाइब्रेरी
C.
Free and open-source JavaScript front-end library
फ्री और ओपन-सोर्स जावास्क्रिप्ट फ्रंट-एंड लाइब्रेरी
D.
None of the mentioned
उल्लेख में से कोई नहीं
Question No# :
35
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# :
36
out of 50
Report Bug
Bookmark
JavaScript can change?
जावास्क्रिप्ट _______को बदल सकता है?
A.
HTML Conternt
HTML कंटेन्ट
B.
HTML Attribute Values
HTML एट्रिब्यूट वैल्यूज
C.
HTML Styles
HTML स्टाइल
D.
AIl of the above
उपरोक्त सभी
Question No# :
37
out of 50
Report Bug
Bookmark
What are the three important manipulations done in a for loop on a loop variable?
लूप वेरिएबल पर लूप के लिए थ्री इम्पोर्टेन्ट मैनीपुलेशन क्या हैं?
A.
Updation, Incrementation, Initialization
अपडेशन, इंक्रीमेंट, इनिशियलाइज़ेशन
B.
Initialization,Testing, Updation
इनिशियलाइज़ेशन, टेस्टिंग,अपडेटिंग
C.
Testing, Updation, Testing
टेस्टिंग,अपडेटिंग,टेस्टिंग
D.
Initialization,Testing, Incrementation
इनिशियलाइज़ेशन,टेस्टिंग, इंक्रेमेंटेशन
Question No# :
38
out of 50
Report Bug
Bookmark
A proper scripting language is a __________
एक उचित स्क्रिप्टिंग लैंग्वेज एक __________ है
A.
High level programming language
हाई लेवल प्रोग्रामिंग लैंग्वेज
B.
Assembly level programming language
असेंबली प्रोग्रामिंग लैंग्वेज
C.
Machine level programming language
मशीन लेवल प्रोग्रामिंग लैंग्वेज
D.
Low level programming language
लो लेवल प्रोग्रामिंग लैंग्वेज
Question No# :
39
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# :
40
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# :
41
out of 50
Report Bug
Bookmark
Which operator is used to get the data type of a variable in JavaScript?
JavaScrip में एक वैरिएअब का डेटाटाइप प्राप्त करने के लिए किस ऑपरेटर का उपयोग किया जाता है
A.
instanceof
instanceof
B.
gettype
gettype
C.
typeof
typeof
D.
none of the above
उपरोक्त में से कोई नहीं
Question No# :
42
out of 50
Report Bug
Bookmark
Where is Client-side JavaScript code is embedded within HTML documents?
क्लाइंट-साइड जावास्क्रिप्ट कोड HTML दस्तावेज़ों में कहाँ एम्बेड किया गया है?
A.
A URL that uses the special javascript:code
एक यूआरएल जो विशेष जावास्क्रिप्ट का उपयोग करता है: कोड
B.
A URL that uses the special javascript:protocol
एक यूआरएल जो विशेष जावास्क्रिप्ट का उपयोग करता है: प्रोटोकॉल
C.
A URL that uses the special javascript:encoding
एक यूआरएल जो विशेष जावास्क्रिप्ट का उपयोग करता है: एन्कोडिंग
D.
A URL that uses the special javascript:stack
एक यूआरएल जो विशेष जावास्क्रिप्ट का उपयोग करता है: स्टैक
Question No# :
43
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# :
44
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# :
45
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# :
46
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# :
47
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# :
48
out of 50
Report Bug
Bookmark
What kind of expression is “new Point(2,3)”?
"न्यू पॉइन्ट(2,3)" किस प्रकार का एक्सप्रेशन है?
A.
Primary Expression
प्राइमरी एक्सप्रेशन
B.
Object Creation Expression
ऑब्जेक्ट क्रिएशन एक्सप्रेशन
C.
Invocation Expression
इन्वोकेशन एक्सप्रेशन
D.
Constructor Calling Expression
कंस्ट्रक्टर कॉलिंग एक्सप्रेशन
Question No# :
49
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# :
50
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
एनजी-मॉडल
Latest Current Affairs 2026
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