page-banner
WDP M2-R5.1 Quiz-14
Q 1.
टेक्स्ट पर लाइन देने के लिए निम्नलिखित में से कौन सी CSS प्रॉपर्टी का उपयोग किया जाता है?

Which of the following CSS property is used to give a line over the text?

A. text-decoration: underline

B. text-decoration: overline

C. text-decoration: line-through

D. text-decoration: none

Q 2.
निम्न में से कौन किसी टेक्स्ट डेकोरेशन का रंग सेट करता है, जैसे अंडरलाइन, ओवरलाइन और स्ट्राइक थ्रू?

Which of the following sets the color of any text decoration, such as underlines, overlines, and strike throughs?

A. text-font

B. text-format

C. text-color

D. text-decoration-color

Q 3.
निम्नलिखित में से कौन सा गुण किसी तत्व के शीर्ष पर पैडिंग जोड़ता है?

Which of the following property adds padding to the top of an element?

A. height

B. padding-height

C. top

D. padding-top

Q 4.
दो वेरिएबल्स (नाम और उम्र) को इनिशियलाइज़ करने के लिए <div> एलिमेंट के साथ एक स्टेटमेंट लिखें?

Write a statement with <div> element to initialize two variables (name and age)?

A. <div ng-app="" ng-init="Name:'Alex';Age:21">

B. <div ng-app="" ng-init="Name:'Alex',Age:21">

C. <div ng-app="" ng-init="Name='Alex',Age=21">

D. <div ng-app="" ng-init="Name='Alex';Age=21">

Q 5.
नीचे दिए गए कथन पर विचार करें – आउटपुट क्या होगा?

Consider the below statement – what will be the output?
<div data-ng-app="" data-ng-init="qty=3;price=2.5">
 <p>The result is: {{qty * price}}</p>
</div>

A. The result is: 7.5

B. The result is: 7

C. The result is: 7.15

D. The result is: 3*2.5

Q 6.
नीचे दिए गए कथन पर विचार करें – आउटपुट क्या होगा?

Consider the below statement – what will be the output?
<div ng-app="" ng-init="cities=['Mumbai','New Delhi','Banglore']">
  <p>The cities...</p>
  <ul>
    <li ng-repeat="c in cities">
      {{ c }}
    </li>
  </ul>
</div>

A. Prints the city names in an unordered list

B. Prints the city names in an ordered list

C. Prints the all name of the city 3 times in an unordered list

D. None of the above

Q 7.
नीचे दिए गए कथन पर विचार करें – आउटपुट क्या होगा?

Consider the below statement – what will be the output?
<div ng-app="" ng-init="values=[10, 20, 30]">
  <p>The value is {{values[0]}}, {{values[3]}}</p>
</div>

A. The value is 10, 30

B. The value is 10, 0

C. The value is 10, NaN

D. The value is 10

Q 8.
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

Q 9.
एंगुलरजेएस में बिल्ट-इन ऑब्जेक्ट्स के लिए उपसर्ग के रूप में किस चिन्ह का उपयोग किया जाता है?

Which sign is used as prefix for the built-in objects in AngularJS?

A. $

B. #

C. %

D. @

Q 10.
AngularJS एप्लिकेशन में विभिन्न AngularJS मॉड्यूल को लोड करने के लिए किस निर्देश का उपयोग किया जाता है?

Which directive is used to load various AngularJS modules in AngularJS application?

A. ng-init

B. ng-start

C. ng-app

D. ng-model

Q 11.
एंगुलरजेएस फॉर्म में सत्यापन करने के लिए निम्नलिखित में से किसका उपयोग किया जा सकता है?

Which of the following can be used to do the validation in AngularJS forms?

A. $dirty

B. $validate

C. $no-validate

D. $check

Q 12.
निम्न में से कौन सी घटना AngularJS द्वारा समर्थित नहीं है?

Which of the following event is not supported by AngularJS?

A. ng-click

B. ng-dbl-click

C. ng-change

D. ng-enter

Q 13.
एंगुलरजेएस के लिए निम्नलिखित में से कौन सा कथन सही है?

Which of the following statement is correct for AngularJS?

A. AngularJS is an HTML framework

B. AngularJS is a Java framework

C. AngularJS is a JavaScript framework

D. AngularJS is a SQL framework

Q 14.
AngularJS निर्देश लिखने के लिए निम्न में से किस टेम्पलेट का उपयोग किया जा सकता है?

Which of the following template can be used to write AngularJS directives?

A. Tag

B. Attribute

C. Class name

D. All of the above

Q 15.
मान्य AngularJS एक्सप्रेशन चुनें।

Choose the valid AngularJS expression.

A. {(2+2)}

B. {2+2}

C. {{2+2}}

D. ((2+2))

Q 16.
AngularJS किस कंपनी द्वारा विकसित किया गया था?

AngularJS was developed by which company?

A. Facebook

B. Google

C. Angular

D. Microsoft

Q 17.
एंगुलर CLI का अर्थ है __________

Angular CLI stands for ____________

A. Angular command-line interceptor

B. Angular command line

C. Angular command-line interface

D. Angular command-line user interfaces

Q 18.
AngularJS संस्करण 1.0 कब जारी किया गया था?

AngularJS version 1.0 was released in?

A. 2011

B. 2012

C. 2013

D. 2014

Q 19.
AngularJS एक HTML पेज में _______ टैग के साथ जोड़ा जा सकता है।

AngularJS can be added to an HTML page with a _______ tag.

A. style tag

B. script tag

C. php tag

D. using mysql

Q 20.
जावास्क्रिप्ट में एक variable घोषित करने के लिए सही सिंटैक्स क्या है?

What is the correct syntax for declaring a variable in JavaScript?

A. var = myVariable;

B. myVariable var;

C. var myVariable;

D. myVariable = var;