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

JavaScript and Angular JS

Question: 1
Verified by Expert

JavaScript में निम्नलिखित मे से ___________को Error नहीं माना जाता है|

In JavaScript, ___________ of the following is not considered an error.

A)
B)
C)
D)
Explanation
In JavaScript, division by zero is not considered an error because it returns Infinity instead of stopping the program, while syntax errors and missing semicolons can cause issues.

Correct Answer: B) Division By Zero


Question: 2
Verified by Expert

निम्नलिखित में से कौन सी सीएसएस के मुख्य संस्करण हैं?

Which of the following are the main versions of CSS?

A)
B)
C)
D)
Explanation
CSS has evolved through several versions. CSS1 was the first W3C recommendation in 1996. CSS2 followed in 1998, adding support for media types and positioning. CSS2.1 was a revision to fix errors in CSS2. CSS3 is the most significant version because it introduced Modules (like Flexbox, Grid, and Animations), allowing different features to be updated independently.

Correct Answer: A) CSS1, CSS2, CSS2.1, CSS3


Question: 3
Verified by Expert

जावास्क्रिप्ट को interpret और execute करने की तुलना में HTML और CSS को प्रस्तुत (render) करना अधिक तेज़ है।

It is faster to render HTML and CSS than to interpret and execute JavaScript.

A)
B)
C)
D)
Explanation
Rendering HTML and CSS is generally faster because the browser uses a highly optimized, declarative critical rendering path that builds the DOM and CSSOM without needing to manage complex application logic. Unlike JavaScript, which is single-threaded and often blocks HTML parsing while it is being interpreted and executed, CSS can often leverage hardware acceleration to offload tasks to the GPU.

Correct Answer: A) True


Question: 4 Report Error

ASP में जावास्क्रिप्ट डिफ़ॉल्ट स्क्रिप्टिंग भाषा है।

JavaScript is the default scripting language in ASP.

A)
B)
C)
D)

Question: 5 Report Error

विंडोज़ प्लेटफॉर्म पर जावास्क्रिप्ट का एक विकल्प(alternative) है

An alternative to JavaScript on Windows platforms

A)
B)
C)
D)

Question: 6
Verified by Expert

जावास्क्रिप्ट के साथ कौन सा टैग प्रयोग किया जाता है?

Which tag is used with JavaScript?

A)
B)
C)
D)
Explanation
The tag is used in HTML to create a container for graphics, which are then rendered on the fly using JavaScript.

Correct Answer: A) <canvas>


Question: 7
Verified by Expert

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

Which of the following is a filter in Angular Js?

A)
B)
C)
D)
Explanation
AngularJS provides several built-in filters to transform and format data for display in views. These filters are typically used in expressions or directives with the pipe (|) symbol.

Correct Answer: D) All of the above


Question: 8 Report Error

Javascript की व्याख्या और निष्पादित करने की तुलना में HTML और CSS को प्रस्तुत करना अधिक तेज हैं ?

Is rendering HTML and CSS faster than interpreting and executing JavaScript?

A)
B)
C)
D)

Question: 9 Report Error

External Javascript फ़ाइल में <script> Tag होना चाहिए |

External Javascript file should have <script> tag.

A)
B)
C)
D)

Question: 10 Report Error

Javascript Java के समान है |

Javascript is similar to Java.

A)
B)
C)
D)

Question: 11
Verified by Expert

Angular JS पूरी तरह से HTML और JavaScript पर आधारित है |

Angular JS is completely based on HTML and JavaScript.

A)
B)
C)
D)

Question: 12 Report Error

JavaScript case-sensitive है |

A)
B)
C)
D)

Question: 13 Report Error

हम Angular JS में custom directive बना सकते हैं |

We can create custom directive in Angular JS.

A)
B)
C)
D)

Question: 14 Report Error

निम्न में से कौन सा निर्देश Angular JS application शुरू करने के लिए उपयोग किया जाता है ?

Which of the following directives is used to start Angular JS application?

A)
B)
C)
D)

Question: 15 Report Error

किस प्रकार की JavaScript Language ___ है ?

What type of JavaScript language is ___?

A)
B)
C)
D)

Question: 16 Report Error

निम्नलिखित में से कौन सा JavaScript code को calling करने का सही तरीका है ?

Which of the following is the correct way of calling JavaScript code?

A)
B)
C)
D)

Question: 17 Report Error

JavaScript क्या है?

What is JavaScript?

A)
B)
C)
D)

Question: 18 Report Error

निम्नलिखित में से कौन JavaScript के बारे में सही है?

Which of the following is true about JavaScript?

A)
B)
C)
D)

Question: 19 Report Error

निम्नलिखित में से कौन JavaScript data प्रकार नहीं है?

Which of the following is not a JavaScript data type?

A)
B)
C)
D)

Question: 20 Report Error

JavaScript Code Snippet को कॉल करने के लिए निम्नलिखित में से किसका उपयोग किया जा सकता है?

Which of the following can be used to call JavaScript Code Snippet?

A)
B)
C)
D)

Question: 21 Report Error

JavaScript और Java के बीच difference अंतर क्या है?

What is the difference between JavaScript and Java?

A)
B)
C)
D)

Question: 22 Report Error

निम्नलिखित में से कौन JavaScript में त्रुटि नहीं है?

Which of the following is not an error in JavaScript?

A)
B)
C)
D)

Question: 23 Report Error

JavaScript file का extension है |

Is the extension of JavaScript file.

A)
B)
C)
D)

Question: 24 Report Error

हम JS code को body tag में नहीं रख सकते है|

We cannot place JS code in body tag.

A)
B)
C)
D)

Question: 25 Report Error

web server पर JavaScript execute होती है

JavaScript is executed on the web server.

A)
B)
C)
D)

Question: 26 Report Error

किसी object को संदर्भित करने के लिए आप जिस कीवर्ड या property का उपयोग करते हैं, वह _________ है

The keyword or property you use to refer to an object is _________

A)
B)
C)
D)

Question: 27 Report Error

Jquery एक JavaScript library है

Jquery is a JavaScript library

A)
B)
C)
D)

Question: 28
Verified by Expert

JavaScript language ...................प्रकार की है?

JavaScript language is of…………type?

A)
B)
C)
D)
Explanation
JavaScript is primarily called "Object-based" because it uses objects as its core building blocks but originally lacked the strict class-based inheritance found in "Object-Oriented" languages like Java.

Correct Answer: B) Object-based


Question: 29 Report Error

निनलिखित में से कौन एक core angular JS डायरेक्टिव नहीं हैं?

Which of the following is not a core angular JS directive?

A)
B)
C)
D)

Question: 30 Report Error

AngularJS पुनः प्रयोज्य घटक प्रदान करते है|

AngularJS provides reusable components.

A)
B)
C)
D)

Question: 31 Report Error

JavaScript case-sensitive है

A)
B)
C)
D)

Question: 32 Report Error

निम्नलिखित में से कौन सा कीवर्ड जावास्क्रिप्ट के निष्पादन को रोकता है?

Which of the following keyword stops the execution of JavaScript?

A)
B)
C)
D)

Question: 33
Verified by Expert

जावास्क्रिप्ट नंबरों को _________ के रूप में संग्रहीत किया जाता है?

JavaScript numbers are stored as_________?

A)
B)
C)
D)

Question: 34 Report Error

वेरिएबल्स को संख्या में बदलने के लिए किस विधि का उपयोग नहीं किया जाता है?

Which method is not used for converting variables to number?

A)
B)
C)
D)

Question: 35
Verified by Expert

JavaScript फ़ाइल का एक्सटेंशन है

The extension of JavaScript file is

A)
B)
C)
D)

Question: 36 Report Error

Google के AngularJS में, MVC का क्या अर्थ है?

In Google’s AngularJS, what does MVC stand for?

A)
B)
C)
D)

Question: 37 Report Error

कॉलम 'जावास्क्रिप्ट इवेंट' के अंतर्गत दिए गए बिंदुओं को 'विवरण' कॉलम के अंतर्गत दिए गए बिंदुओं से मिलाएं।

Match the points under the column 'JavaScript Event with those under the column ‘Description’.

JavaScript Event                         Description
a) oncanplay       i) This event triggers before a document loads.
b) onchange        ii) This event triggers when media can start playing but might have to stop for buffering.
c) ondragend      iii) This event triggers when an element changes.
d) onblur              iv) This event triggers at the end of a drag operation.
e) onbeforeonload   v) This event triggers when a window loses focus.
A)
B)
C)
D)

Question: 38 Report Error

जावास्क्रिप्ट एक ____________ युग है जिसका उपयोग अन्य अनुप्रयोगों के भीतर वस्तुओं तक प्रोग्रामेटिक पहुंच को सक्षम करने के लिए किया जाता है।

JavaScript is a ____________ age used to enable programmatic access to objects within other applications.

A)
B)
C)
D)

Question: 39
Verified by Expert

निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या होगा?

What will be the output of the following JavaScript code?

function compare()
{
    let a=2.0;
    let b=2;
    if(a==b)
        return true;
    else
        return false;
}
A)
B)
C)
D)

Question: 40 Report Error

निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या होगा?

what will be the output of the following JavaScript code?

let a = 2;
let b = 4;
let ans = a + b;
console.log(ans);
A)
B)
D)

Question: 41 Report Error

कौन सा निर्देश AngularJS एप्लिकेशन को प्रारंभ करता है?

Which directive initializes an AngularJS application?

A)
B)
C)
D)

Question: 42
Verified by Expert

एंगुलरजेएस _______ के लिए एकदम सही है।

AngularJS is perfect for _______.

A)
B)
C)
D)
Explanation
AngularJS is an open-source, JavaScript-based front-end framework developed by Google specifically to simplify the creation and testing of Single Page Applications (SPAs).

Correct Answer: A) Create Single Page Applications


Question: 43 Report Error

निम्नलिखित में से किसे जावास्क्रिप्ट में त्रुटि नहीं माना जाता है?

Which of the following is not considered as an error in JavaScript?

A)
B)
C)
D)

Question: 44 Report Error

जावास्क्रिप्ट में वैल्यू और टाइप दोनों की जांच करने के लिए किस ऑपरेटर का उपयोग किया जाता है?

Which operator is used to check both value and type in javascript?

A)
B)
C)
D)

Question: 45 Report Error

जावास्क्रिप्ट में सिंगल लाइन कमेंट ___ से शुरू होता है।

In JavaScript, single line comment begins with ___.

A)
B)
C)
D)

Question: 46 Report Error

निम्नलिखित में से कौन सा जावास्क्रिप्ट में आरक्षित शब्द नहीं है?

Which of the following is not a reserved word in JavaScript ?

A)
B)
C)
D)

Question: 47 Report Error

निम्नलिखित में से किस घटक को AngularJS में निर्भरता के रूप में इंजेक्ट किया जा सकता है?

Which of the following components can be injected as a dependency in AngularJS?

A)
B)
C)
D)

Question: 48 Report Error

AngularJS अभिव्यक्तियाँ _____ के अंदर लिखी जाती हैं।

AngularJS expressions are written inside _____.

A)
B)
C)
D)

Question: 49 Report Error

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

A module in AngularJS can be created using :

A)
B)
C)
D)

Question: 50 Report Error

एंगुलर जेएस में एनजी-रिपीट निर्देश के बारे में क्या सत्य नहीं है?

What is not true about ng-repeat directive in Angular JS ?

A)
B)
C)
D)

Latest Updates