Q1.
एंगुलर जेएस में निम्नलिखित में से कौन सा फ़िल्टर है?
Which of the following is a filter in AngularJS?
A.
मुद्रा/Currency
B.
तिथि/Date
C.
अपरकेस/Uppercase
D.
उपरोक्त सभी/All of above
View Answer
Correct Answer: उपरोक्त सभी/All of above
Q2.
Angular JS पूरी तरह से HTML और JavaScript पर आधारित है।
Angular JS is entirely based on HTML and JavaScript.
A.
सही/True
B.
गलत/False
C.
कह नहीं सकते/Can’t say
D.
इनमें से कोई नहीं/None of these
View Answer
Correct Answer: सही/True
Q3.
हम AngularJS में कस्टम निर्देश बना सकते हैं।
We can create custom directive in AngularJS.
A.
सही/True
B.
गलत/False
C.
कह नहीं सकते/Can’t say
D.
इनमें से कोई नहीं/None of these
View Answer
Correct Answer: सही/True
Q4.
AngularJS में एक मॉड्यूल का उपयोग करके बनाया जा सकता है:
A module in AngularJS can be created using:
A.
angularjs.module
B.
module.angular
C.
angular.modules
D.
angular.module
View Answer
Correct Answer: angular.module
Q5.
AngularJS __________ द्वारा विकसित किया गया है और __________ का अनुसरण करता है।
AngularJS developed by __________ and follows __________.
A.
मिस्को हेवेरी, मॉडल व्यू कंट्रोलर/Misko Hevery, Model View Controller
B.
एलन मस्क, मॉडल व्यू डेटा/Elon Musk, Model View Data
C.
बिल गेट्स, स्पाइरल मॉडल/Bill Gates, Spiral Model
D.
अमेज़न, मॉडल व्यू सिस्टम/Amazon, Model View System
View Answer
Correct Answer: मिस्को हेवेरी, मॉडल व्यू कंट्रोलर/Misko Hevery, Model View Controller
Q6.
AngularJS में निम्नलिखित में से किस निर्देश का उपयोग किया जाता है?
Which of the following directives are used in AngularJS?
A.
ng-app
B.
nc-init
C.
दोनों A और B/Both A and B
D.
इनमें से कोई नहीं/None of the above
View Answer
Correct Answer: दोनों A और B/Both A and B
Q7.
AngularJS में एनजी-मॉडल निर्देश प्रदान करता है:
The ng-model directive in AngularJS provides:
A.
डेटा के लिए टाइप वैलिडेशन/Type validation for application data
B.
HTML कंट्रोल की वैल्यू को डेटा से बांधता है/Binds the value of HTML controls to application data
C.
HTML एलिमेंट्स के लिए CSS क्लासेज/CSS classes for HTML elements
D.
इनमें से सभी/All of the above
View Answer
Correct Answer: HTML कंट्रोल की वैल्यू को डेटा से बांधता है/Binds the value of HTML controls to application data
Q8.
AngularJS के विकास के लिए निम्नलिखित में से किस IDE का उपयोग किया जाता है?
Which of the following IDEs are used for AngularJS development?
A.
सब्लाइम टेक्स्ट/Sublime Text
B.
एक्लिप्स/Eclipse
C.
विजुअल स्टूडियो/Visual Studio
D.
इनमें से सभी/All of these
View Answer
Correct Answer: इनमें से सभी/All of these
Q9.
AngularJS में फिल्टर के लिए निम्नलिखित में से कौन सा प्रतीक प्रयोग किया जाता है?
Which of the following is the symbol used for filter in AngularJS?
View Answer
Correct Answer: |
Q10.
कंट्रोलर इसके लिए जिम्मेदार हैं
Controllers are responsible for
A.
डेटा प्रदर्शित करना/Displaying the data
B.
डेटा को नियंत्रित करना/Controlling the data
C.
डेटा का विश्लेषण करना/Analyse data
D.
डेटा में हेरफेर करना/Manipulate data
View Answer
Correct Answer: डेटा को नियंत्रित करना/Controlling the data
Q11.
AngularJS में अभिव्यक्तियाँ इस प्रकार लिखी जा सकती हैं:
Expressions in AngularJS can be written as:
A.
{{expression}}
B.
ng-bind = "expression"
C.
दोनों A और B/Both A and B
D.
इनमें से कोई नहीं/None of the above
View Answer
Correct Answer: दोनों A और B/Both A and B
Q12.
AngularJS में एक नया निर्देश इसका उपयोग करके बनाया गया है:
A new directive in AngularJS is created by using the:
A.
.directive
B.
.directives
C.
function.directive
D.
angular.directives
View Answer
Correct Answer: .directive
Q13.
AngularJS का सिंटैक्स इस प्रकार दिखता है:
The syntax of AngularJS looks like:
A.
<div ng-app = ""> …… </div>
B.
<div nk-app = ""> …… </div>
C.
<div nc-init = ""> …… </div>
D.
इनमें से कोई नहीं/None of the above
View Answer
Correct Answer: <div ng-app = ""> …… </div>
Q14.
एंगुलर मॉड्यूल के लिए सही सिंटैक्स कौन सा है?
Which is the correct syntax for Angular Module?
A.
var variable_name = angular.module("app_name", []);
B.
var variable_name = angular.modules("app_name");
C.
var variable_name = angular.module();
D.
var variable_name = new module();
View Answer
Correct Answer: var variable_name = angular.module("app_name", []);
Q15.
AngularJS अभिव्यक्तियों के बारे में निम्नलिखित में से कौन सा सत्य है?
Which of the following is true about AngularJS expressions?
A.
ng-bind की तरह व्यवहार करते हैं/Expressions behave in same way as ng-bind directives
B.
HTML से एप्लिकेशन डेटा को बाँधने के लिए/Used to bind application data to HTML
C.
डबल ब्रेसेस में लिखी जाती हैं {{expression}}/Written inside double braces like {{expression}}
D.
उपरोक्त सभी/All of these
View Answer
Correct Answer: उपरोक्त सभी/All of these
Q16.
नीचे दिए गए डिव टैग सामग्री कथन पर विचार करें, "UserName" का मान कैसे प्रिंट करें?
Consider the below div tag content statement, how to print the value of "UserName"?<div ng-app="" ng-init="firstName='John'">
<p>Input something in the input box:</p>
<p>Name: <input type="text" ng-model="UserName"></p>
<p>You wrote: __________ </p>
</div>
A.
UserName
B.
{{UserName}}
C.
{UserName}
D.
{_UserName}
View Answer
Correct Answer: {{UserName}}
Q17.
एमवीसी में मॉडल क्या है?
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
View Answer
Correct Answer: डेटा को बनाए रखने के लिए जिम्मेदार पैटर्न का सबसे निचला स्तर/The lowest level of the pattern responsible for maintaining data
Q18.
निम्नलिखित में से कौन सा निर्देश किसी को फॉर्म का उपयोग करने की अनुमति देता है?
Which of the following directives allows one to use form?
A.
ng-app
B.
ng-form
C.
ng-controller
D.
ng-bind
View Answer
Correct Answer: ng-form
Q19.
निम्नलिखित में से कौन सा अभिव्यक्ति सत्य है?
Which of the following expressions is true?
A.
{ expression }
B.
[{ expression }]
C.
_expression
D.
{{ expression }}
View Answer
Correct Answer: {{ expression }}
Q20.
AngularJS एक __________ है।
AngularJS is a __________.
A.
HTML फ्रेमवर्क/HTML Framework
B.
.नेट फ्रेमवर्क/.Net Framework
C.
जावास्क्रिप्ट फ्रेमवर्क/JavaScript framework
D.
ओरेकल फ्रेमवर्क/Oracle Framework
View Answer
Correct Answer: जावास्क्रिप्ट फ्रेमवर्क/JavaScript framework
Q21.
AngularJS में मॉड्यूल क्या है?
What is a module in AngularJS?
A.
अभिव्यक्ति/Expression
B.
एप्लिकेशन/Application
C.
तत्व/Element
D.
इनमें से कोई नहीं/None of the above
View Answer
Correct Answer: एप्लिकेशन/Application
Q22.
AngularJS के लिए कौन सा कथन मान्य नहीं है?
What is not a valid statement for AngularJS?
A.
यह एक जावास्क्रिप्ट फ्रेमवर्क है/It is a JavaScript framework
B.
<script> टैग का उपयोग करके जोड़ा गया है/It is added using <script> tag
C.
यह C में लिखा गया एक फ्रेमवर्क है/It is a framework written in C
D.
AngularJS HTML गुणों का विस्तार करता है/AngularJS extends HTML attributes
View Answer
Correct Answer: यह C में लिखा गया एक फ्रेमवर्क है/It is a framework written in C
Q23.
…….. HTML नियंत्रणों के मान को एप्लिकेशन डेटा से जोड़ता है।
…….. binds the value of HTML controls to application data.
A.
ng-app
B.
ng-init
C.
ng-model
D.
ng-controller
View Answer
Correct Answer: ng-model
Q24.
AngularJS एप्लिकेशन को प्रारंभ करने का निर्देश।
Directive to initialize AngularJS application.
A.
ng-app
B.
ng-init
C.
ng-model
D.
इनमें से कोई नहीं/None of these
View Answer
Correct Answer: ng-app
Q25.
AngularJS एक्सप्रेशंस के बारे में अमान्य कथन को पहचानें।
Identify the invalid statement about AngularJS Expressions.
A.
{{expression}} में डबल ब्रेसेस के अंदर लिखा गया है/Written inside double braces: {{expression}}
B.
निर्देश के अंदर लिखा गया है: ng-bind = "expression"/Written inside a directive: ng-bind = "expression"
C.
जहाँ अभिव्यक्ति लिखी जाती है वहाँ परिणाम लौटाता है/Return the result exactly where the expression is written
D.
AngularJS एक्सप्रेशंस जावास्क्रिप्ट एक्सप्रेशंस से भिन्न नहीं होते हैं/AngularJS expressions are different from JavaScript Expressions
View Answer
Correct Answer: AngularJS एक्सप्रेशंस जावास्क्रिप्ट एक्सप्रेशंस से भिन्न नहीं होते हैं/AngularJS expressions are different from JavaScript Expressions
Q26.
AngularJS में ng-repeat निर्देश के बारे में क्या सत्य नहीं है?
What is not true about ng-repeat directive in AngularJS?
A.
HTML एलिमेंट को रिपीट करता है/Repeats an HTML element
B.
कलेक्शन में प्रत्येक आइटम के लिए HTML एलिमेंट को क्लोन करता है/Clones HTML elements once for each item in a collection
C.
ऑब्जेक्ट्स की ऐरे पर उपयोग किया जाता है/Used on an array of objects
D.
AngularJS एप्लिकेशन के लिए प्रारंभिक मान परिभाषित करता है/Defines initial values for an AngularJS application
View Answer
Correct Answer: HTML एलिमेंट को रिपीट करता है/Repeats an HTML element
Q27.
AngularJS एप्लिकेशन को प्रारंभ करने के लिए निम्नलिखित में से किस निर्देश का उपयोग किया जाता है?
Which of the following directives is used to start an AngularJS application?
A.
ng-repeat
B.
ng-init
C.
ng-app
D.
ng-model
View Answer
Correct Answer: ng-app
Q28.
HTML तत्व को दिखाने या छिपाने के लिए किस AngularJS निर्देश का उपयोग किया जाता है?
Which AngularJS directive is used to show or hide an HTML element?
A.
ng-showHide
B.
ng-ShowHide
C.
ng-show
D.
ng-hide
View Answer
Correct Answer: ng-hide
Q29.
नीचे दिए गए कथन पर विचार करें - आउटपुट क्या होगा?
Consider the below statement – what will be the output?<div ng-app="" ng-init="num=10">
<p ng-show="num > 5">Displaying: {{num}}</p>
</div>
A.
सिंटैक्स त्रुटि/Syntax Error
B.
कुछ प्रदर्शित नहीं होगा/Nothing will display
C.
Displaying: 5
D.
Displaying: 10
View Answer
Correct Answer: Displaying: 10
Q30.
निम्नलिखित में से किसका उपयोग निर्देशों के उपसर्ग के रूप में किया जा सकता है?
Which of the following can be used as a prefix for Directives?
A.
data
B.
ng
C.
दोनों A और B/Both A and B
D.
इनमें से कोई नहीं/None of these
View Answer
Correct Answer: दोनों A और B/Both A and B
Q31.
AngularJS के लिए निम्नलिखित में से कौन सा कथन सत्य है?
Which of the following statement is true for AngularJS?
A.
AngularJS एक क्लोज-सोर्स फ्रंट-एंड वेब फ्रेमवर्क है/AngularJS is a closed-source front-end web framework
B.
AngularJS एक ओपन-सोर्स फ्रंट-एंड वेब फ्रेमवर्क है/AngularJS is an open-source front-end web framework
C.
AngularJS एक ओपन-सोर्स बैकएंड वेब फ्रेमवर्क है/AngularJS is an open-source backend web framework
D.
AngularJS एक क्लोज-सोर्स बैकएंड वेब फ्रेमवर्क है/AngularJS is a closed-source back-end web framework
View Answer
Correct Answer: AngularJS एक ओपन-सोर्स फ्रंट-एंड वेब फ्रेमवर्क है/AngularJS is an open-source front-end web framework
Q32.
निम्नलिखित कोड का आउटपुट क्या होगा?
What will be the output for the following code?<div ng-app="" ng-init="points=[1,15,19,2,40]">
<p>The output is {{ points[2] }}</p>
</div>
A.
The output is 1
B.
The output is 15
C.
The output is 19
D.
The output is 2
View Answer
Correct Answer: The output is 19
Q33.
AngularJS एप्लिकेशन निम्नलिखित में से किस तकनीक का मिश्रण हैं?
AngularJS applications are a mix of which of the following technologies?
A.
HTML और PHP/HTML and PHP
B.
HTML और JavaScript/HTML and JavaScript
C.
HTML और TypeScript/HTML and TypeScript
D.
PHP और JavaScript/PHP and JavaScript
View Answer
Correct Answer: HTML और JavaScript/HTML and JavaScript
Q34.
AngularJS _______ के लिए बिल्कुल उपयुक्त है।
AngularJS is perfect for _______.
A.
सिंगल पेज एप्लिकेशन बनाना/Create Single Page Applications
B.
डेस्कटॉप एप्लिकेशन बनाना/Creating a Desktop Application
C.
वेब सर्विस बनाना/Create Web Services
D.
इनमें से कोई नहीं/None of these
View Answer
Correct Answer: सिंगल पेज एप्लिकेशन बनाना/Create Single Page Applications
Q35.
क्या AngularJS रि-यूजेबल घटक प्रदान करता है?
AngularJS provides reusable components
A.
सही/True
B.
गलत/False
C.
कहा नहीं जा सकता/Can’t say
D.
इनमें से कोई नहीं/None of these
View Answer
Correct Answer: सही/True
Q36.
External जावास्क्रिप्ट फ़ाइल
External JavaScript file
A.
.js एक्सटेंशन/.js extension
B.
.javascript एक्सटेंशन/.javascript extension
C.
.java एक्सटेंशन/.java extension
D.
इनमें से कोई नहीं/None of these
View Answer
Correct Answer: .js एक्सटेंशन/.js extension
Q37.
जावास्क्रिप्ट सिंगल लाइन कमेंट कैसे लिखे
JavaScript single line comment
A.
//
B.
<-* * ->
C.
/* */
D.
None
View Answer
Correct Answer: //
Q38.
जावास्क्रिप्ट है.
JavaScript is.
A.
क्लाइंट साइड स्क्रिप्टिंग भाषा/Client Side Scripting language
B.
मार्कअप भाषा/Markup Language
C.
स्टाइल शीट भाषा/Style Sheet Language
D.
इनमें से कोई नहीं/None of above
View Answer
Correct Answer: क्लाइंट साइड स्क्रिप्टिंग भाषा/Client Side Scripting language
Q39.
"xxx.js" नामक external स्क्रिप्ट को संदर्भित करने के लिए सही वाक्यविन्यास क्या है?
What is the correct syntax for referring to an external script called "xxx.js" ?
A.
<script href="xxx.js">
B.
<script src="xxx.js">
C.
<script name="xxx.js">
D.
<script id="xxx.js">
View Answer
Correct Answer: <script src="xxx.js">
Q40.
आप अलर्ट बॉक्स में " Hello World" कैसे लिखते हैं?
How do you write "Hello World" in an alert box ?
A.
alert("Hello World")
B.
alertBox("Hello World")
C.
msgBox("Hello World")
D.
msg("Hello World")
View Answer
Correct Answer: alert("Hello World")
Q41.
जावास्क्रिप्ट की व्याख्या और निष्पादन की तुलना में HTML और CSS को प्रस्तुत करना अधिक तेज़ है।
It is faster to render HTML and CSS than to interpret and execute JavaScript.
A.
सही/True
B.
गलत/False
C.
कह नहीं सकते/Can’t say
D.
इनमें से कोई नहीं/None of these
View Answer
Correct Answer: सही/True
Q42.
बाहरी JavaScript फ़ाइल में <script> टैग अवश्य होना चाहिए
The external JavaScript file must contain the <script> tag
A.
सही/True
B.
गलत/False
C.
कह नहीं सकते/Can’t say
D.
इनमें से कोई नहीं/None of these
View Answer
Correct Answer: गलत/False
Q43.
जावास्क्रिप्ट, जावा के ही समान है।
JavaScript is the same as Java.
A.
सही/True
B.
गलत/False
C.
कह नहीं सकते/Can’t say
D.
इनमें से कोई नहीं/None of these
View Answer
Correct Answer: गलत/False
Q44.
जावास्क्रिप्ट केस-सेंसिटिव है |
JavaScript is case-sensitive.
A.
सही/True
B.
गलत/False
C.
कह नहीं सकते/Can’t say
D.
इनमें से कोई नहीं/None of these
View Answer
Correct Answer: सही/True
Q45.
यदि आपको लगता है कि वेरिएबल का मान बदल सकता है तो कौन सा कीवर्ड उपयोग किया जाता है?
If you think the value of the variable can change then which keyword is used?
A.
var
B.
const
C.
let
D.
दोनों A और C/Both A and C
View Answer
Correct Answer: दोनों A और C/Both A and C
Q46.
निम्नलिखित में से किस प्रकार का वेरिएबल केवल उस फ़ंक्शन के भीतर दिखाई देता है जहां इसे परिभाषित किया गया है?
Which of the following type of variable is visible only within a function where it is defined?
A.
ग्लोबल वेरिएबल/Global variable
B.
लोकल वेरिएबल/Local variable
C.
दोनों A और B/Both A and B
D.
इनमें से कोई नहीं/None of the above
View Answer
Correct Answer: लोकल वेरिएबल/Local variable
Q47.
"this” एक है :
“this” is a :
A.
कीवर्ड/Keyword
B.
फ़ंक्शन/Function
C.
घोषणा स्टेटमेंट/Declaration Statement
D.
डेटा प्रकार/Data Type
View Answer
Correct Answer: कीवर्ड/Keyword
Q48.
जावास्क्रिप्ट में alert() फ़ंक्शन का उपयोग किसके लिए किया जाता है:
The alert() function in JavaScript is used for :
A.
वर्चुअल अलर्ट बॉक्स दिखाने के लिए/To display a virtual alert box
B.
कंसोल पर आउटपुट दिखाने के लिए/To display output on console
C.
एक्सप्रेशन को मूल्यांकन करने के लिए/To evaluate the expression
D.
A और C दोनों/Both (A) and (C)
View Answer
Correct Answer: वर्चुअल अलर्ट बॉक्स दिखाने के लिए/To display a virtual alert box
Q49.
दस्तावेज़ ऑब्जेक्ट मॉडल दर्शाता है:
Document Object Model represents :
A.
पूरा HTML दस्तावेज़/Whole HTML Document
B.
केवल <title> एलिमेंट/only <title> element
C.
<body>..</body> एलिमेंट/<body>..</body> element
D.
इनमें से कोई नहीं/none of the above
View Answer
Correct Answer: पूरा HTML दस्तावेज़/Whole HTML Document
Q50.
जावास्क्रिप्ट में Confirm() मेथड किस मेथड से संबंधित है?
confirm() method in JavaScript belongs to which method?
A.
document
B.
window
C.
frame
D.
method
View Answer
Correct Answer: window
Q51.
बटन और मूवी क्लिप दोनों के लिए निम्नलिखित में से कौन से दो सामान्य इवेंट हैंडलर फ़ंक्शन का उपयोग किया जाता है?
Which of the following are two common event handler function use for both Buttons and Movie Clips?
A.
onRollOver()
B.
onRollOut()
C.
दोनों A और B/both A and B
D.
इनमें से कोई नहीं/none of the above
View Answer
Correct Answer: दोनों A और B/both A and B
Q52.
निम्नलिखित ऑपरेटर ">>>" दर्शाता है:
The following operator “>>>” represents:
A.
Bitwise Right shift
B.
Bitwise Right shift with zero
C.
Bitwise Left shift
D.
Bitwise Left shift with zero
View Answer
Correct Answer: Bitwise Right shift with zero
Q53.
निम्नलिखित में से कौन सी मूवीक्लिप ऑब्जेक्ट की विधियाँ हैं?
Which of the following are the methods of the MovieClip object?
A.
play()
B.
stop()
C.
gotoAndplay()
D.
उपरोक्त सभी/All of above
View Answer
Correct Answer: उपरोक्त सभी/All of above
Q54.
निम्नलिखित में से किस तरीके से आप JavaScript में SCRIPT टैग डाल सकते हैं?
In which of the following way you can insert a SCRIPT tag in JavaScript?
A.
दो BODY टैग के बीच/Between two BODY tags
B.
दो HEAD टैग के बीच/Between two HEAD tags
C.
HEAD सेक्शन में बाहरी फ़ाइल के लिंक के रूप में/In the HEAD section as a link to an external file
D.
उपरोक्त सभी/All of the above
View Answer
Correct Answer: उपरोक्त सभी/All of the above
Q55.
निम्नलिखित में से कौन सा जावास्क्रिप्ट में वेरिएबल्स का सही सिंटैक्स है?
Which of the following is the correct syntax of variables in JavaScript?
A.
2number
B.
my phone number
C.
my_phone_number
D.
इनमें से कोई नहीं/None of these
View Answer
Correct Answer: my_phone_number
Q56.
प्रोग्राम का आउटपुट दीजिए
Give the output of the program<html>
<body>
<script>
var number = 50; //global variable
function a() {
alert(number);
}
function b() {
alert(number);
}
a();
</script>
</body>
</html>
A.
50
B.
Error
C.
Number
D.
None of the above
View Answer
Correct Answer: 50
Q57.
निम्नलिखित में से कौन सा कथन जावास्क्रिप्ट में Arrays को परिभाषित करता है?
Which of the following statements define Arrays in JavaScript?
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
View Answer
Correct Answer: It is an ordered list of values
Q58.
निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या है?
What is the output of the following JavaScript code?<script>
var a;
document.getElementById("demo").innerHTML = a + 1;
</script>
View Answer
Correct Answer: NaN
Q59.
निम्नलिखित में से किसे त्रुटि नहीं माना जाता है:
Which one of the following is not considered as an error:
A.
Division by zero
B.
Missing of Bracket
C.
Syntax error
D.
Missing of semicolons
View Answer
Correct Answer: Division by zero
Q60.
"var" और "function" ________ हैं
The “var” and “function” are ________
A.
Keywords
B.
Declaration statements
C.
Data types
D.
Prototypes
View Answer
Correct Answer: Keywords
Q61.
जावास्क्रिप्ट में कांस्टेंट डिक्लेअर करने के लिए सही वाक्यविन्यास कौन सा है?
Which is the correct syntax to declare a constant in JavaScript?
A.
const constant_name;
B.
constant_name const;
C.
constant_name const = value;
D.
const constant_name = value;
View Answer
Correct Answer: const constant_name = value;
Q62.
कौन सा कथन जावास्क्रिप्ट में var और Let कीवर्ड के बीच सही अंतर निर्दिष्ट करता है?
Which statement specify correct difference between var and let keywords in JavaScript?
A.
var defines a variable while let defines a constant.
B.
There is no such major difference between them.
C.
The value of a variable declared with var can be changed while the value of a variable declared with let cannot be changed.
D.
var defined function scoped variable while let define block scoped variable.
View Answer
Correct Answer: var defined function scoped variable while let define block scoped variable.
Q63.
निम्नलिखित में से कौन सा माउस इवेंट नहीं है?
Which of the following is not a mouse event?
A.
onclick
B.
onmousescroller
C.
onmouseover
D.
onmousemove
View Answer
Correct Answer: onmousescroller
Q64.
जावास्क्रिप्ट में " Sky is blue " लिखने का सही वाक्यविन्यास है:
The correct syntax to write “Sky is blue” in JavaScript is:
A.
jscript.write(“Sky is blue”)
B.
document.write(“Sky is blue”)
C.
print(“Sky is blue”)
D.
jscript.print(“Sky is blue”)
View Answer
Correct Answer: document.write(“Sky is blue”)
Q65.
निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या होगा?
What will be the output of the following JavaScript code?<p id="demo"></p>
<script>
var js = 10;
js *= 5;
document.getElementById("demo").innerHTML = js;
</script>
View Answer
Correct Answer: 50
Q66.
निम्नलिखित में से किस उद्देश्य के लिए जावास्क्रिप्ट डिज़ाइन किया गया है?
For which of the following purpose(s) JavaScript is designed for?
A.
To style HTML Pages
B.
To perform server-side scripting operation
C.
To execute query related to DB on server
D.
To add interactivity to HTML Pages
View Answer
Correct Answer: To add interactivity to HTML Pages
Q67.
निम्नलिखित में से कौन सा कोड सबसे अधिक कुशल है?
Which of the following code is most efficient?
A.
Code 1
B.
Code 2
C.
Both Code 1 and Code 2
D.
Cannot Compare
View Answer
Correct Answer: Code 1
Q68.
यदि हम निम्नलिखित दो वेरिएबल जोड़ते हैं तो किस प्रकार का मान मुद्रित होता है?
What type of value gets printed if we add the following two variables?var a = "10";
var b = 50;
A.
Long
B.
Text (string)
C.
Integer
D.
Number
View Answer
Correct Answer: Text (string)
Q69.
दो चरों के बीच प्रकार और सामग्री की समानता खोजने के लिए किस तुलना ऑपरेटर का उपयोग किया जाता है?
Which comparison operator is used to find equality of type as well as content between two variables?
A.
==
B.
===
C.
====
D.
None of these
View Answer
Correct Answer: ===
Q70.
"कुकीज़" के बारे में गलत कथनों को पहचानें।
Identify the wrong statements about “Cookies”.
A.
Cookies are programs which run in the background of the web-client
B.
Cookies have the potential of being used to violate the privacy of users
C.
Cookies are very helpful in keeping track of users in developing online shopping cart, applications, personalized portals and in advertising on websites
D.
Cookies cannot contain more than 4Kb of data
View Answer
Correct Answer: Cookies are programs which run in the background of the web-client