🚀 Hurry! Offer Ends In
00 Days
00 Hours
00 Mins
00 Secs
Enroll Now
X

JavaScript and Angular JS

Question: 101 Report Error

निम्नलिखित में से कौन सा निर्देश किसी को फॉर्म का उपयोग करने की अनुमति देता है?

Which of the following directives allows one to use form ?

A)
B)
C)
D)

Question: 102 Report Error

निम्नलिखित में से कौन सा अभिव्यक्ति सत्य है?

Which of the following expressions is true ?

A)
B)
C)
D)

Question: 103 Report Error

AngularJS एक __________ है।

AngularJS is a __________.

A)
B)
C)
D)

Question: 104 Report Error

AngularJS में मॉड्यूल क्या है?

What is a module in AngularJS ?

A)
B)
C)
D)

Question: 105 Report Error

एंगुलर जेएस में निम्नलिखित में से कौन सा फ़िल्टर है?

Which of the following is a filter in Angular Js ?

A)
B)
C)
D)

Question: 106 Report Error

AngularJS को _______ के रूप में वितरित किया जाता है।

AngularJS is distributed as a _______.

A)
B)
C)
D)

Question: 107 Report Error

सर्वर से अनुरोध करने के लिए कौन सी एंगुलरजेएस सेवा का उपयोग किया जाता है?

Which AngularJS service is used to make the request to the server?

A)
B)
C)
D)

Question: 108 Report Error

AngularJS एक _____ है।

AngularJS is a _____.

A)
B)
C)
D)

Question: 109 Report Error

निम्नलिखित में से किसका उपयोग निर्देश के उपसर्ग के रूप में किया जा सकता है?

Which of the following can be used as a prefix for Directive?

A)
B)
C)
D)

Question: 110 Report Error

कौन सा AngularJS फ़िल्टर किसी ऑब्जेक्ट को JSON स्ट्रिंग में स्वरूपित करता है?

Which AngularJS filter formats an object to a JSON string?

A)
B)
C)
D)

Question: 111 Report Error

HTML दस्तावेज़ ______ में सहेजा गया है

HTML document is saved in _______

A)
B)
C)
D)

Question: 112 Report Error

JavaScript में कितने प्रकार के डायलॉग बॉक्स उपयोग किए जाते हैं

How many types of dialog boxes are used in JavaScript

A)
B)
C)
D)

Question: 113 Report Error

वर्तमान तिथि प्राप्त करने के लिए कौन सा फंक्शन उपयोग होता है

To get the current date which function is used

A)
B)
C)
D)

Question: 114 Report Error

JavaScript में कंडीशन की जाँच के लिए कौन सा ऑपरेटर उपयोग होता है

To check the condition in conditional statements of JavaScript which operator is used

A)
B)
C)
D)

Question: 115 Report Error

नेगेटिव वैल्यू को पॉजिटिव में बदलने के लिए कौन सा फंक्शन उपयोग होता है

Which function is used to convert the negative value into positive value

A)
B)
C)
D)

Question: 116 Report Error

डेटा और डेटाटाइप की तुलना के लिए कौन सा ऑपरेटर उपयोग होता है

Which operator is used for compare data and datatype

A)
B)
C)
D)

Question: 117
Verified by Expert

जावास्क्रिप्ट में, Math.round(-20.5) का मान यह होता है:

In JavaScript, Math.round(-20.5) evaluates to

A)
B)
C)
D)
Explanation
Math.round() rounds to the nearest integer. For fractional portions that are exactly .5, the Math.round() function rounds towards the next higher number in the direction of positive infinity (also known as rounding "half up" or towards positive infinity). Therefore, -20.5 is rounded up to -20, not -21. Math.round(20.5) = 21, Math.round(-20.5) = -20, Math.round(-20.51) = -21

Correct Answer: C) -20


Question: 118 Report Error

कौन सा निर्देश HTML नियंत्रणों (controls) के मान को एप्लिकेशन डेटा से जोड़ता है

Which directive binds the value of HTML controls to application data

A)
B)
C)
D)

Question: 119 Report Error

AngularJS में, कौन सा निर्देश (directive) एप्लिकेशन को इनिशियलाइज़ करता है

In AngularJS, which directive initializes an application

A)
B)
C)
D)

Question: 120 Report Error

जब उपयोगकर्ता HTML तत्व पर क्लिक करता है तो कौन सा ईवेंट घटित होता है

Which event occurs when the user clicks on an HTML element

A)
B)
C)
D)

Question: 121 Report Error

JavaScript में वैरिएबल घोषित करने के लिए किस कीवर्ड का उपयोग किया जाता है

Which keyword is used to declare a variable in JavaScript

A)
B)
C)
D)

Question: 122 Report Error

आप अलर्ट बॉक्स में "Hello World" कैसे लिखेंगे

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

A)
B)
C)
D)

Latest Updates