/50
Created by onwebsharmag

Web Book MCQs

Web Ch07 Angular JS (50 MCQs)

-- ये 50 MCQs - हिंदी और अंग्रेजी में न कि सिर्फ O Level M2R5 Web Designing and Publishing Paper and other computer based Competitive Exams के लिए भी हैं।

-- ये क्विज न कि सिर्फ आप Attempt करें। उसके बाद आप प्रश्नों का विश्लेषण (Analysis) जरूर करें। आपके आगामी Exam के लिए काफी help मिलेगी।

Student's Details

1 / 50

Category: Precedence of Operators in C/Arduino

1. How many "$RootScope" in AngularJS application can have?
AngularJS
एप्लिकेशन में कितने "$RootScope" हो सकते हैं?

2 / 50

Category: Web Book Ch07

1. AngularJS applications are a mix of which technologies?
AngularJS
एप्लिकेशन किन तकनीकों का मिश्रण है?

3 / 50

Category: Web Book Ch07

2. Which of the following statements is false with respect to $scope object?
$scope ऑब्जेक्ट के संदर्भ में निम्न में से कौन-सा कथन गलत है?

4 / 50

Category: Web Book Ch07

3. Which of the following is used to share data between controller and view in AngularJS?
AngularJS में Controller और View के बीच डेटा शेयर करने के लिए क्या उपयोग होता है?

5 / 50

Category: Web Book Ch07

4. AngularJS expressions are written inside…
AngularJS
एक्सप्रेशन किस चिन्ह के अंदर लिखे जाते हैं?

6 / 50

Category: Web Book Ch07

5. Which of the following components can be injected as a dependency in AngularJS?
AngularJS में निम्नलिखित में से किन घटकों को एक निर्भरता के रूप में इंजेक्ट किया जा सकता है?

7 / 50

Category: Web Book Ch07

6. Which of the following special JavaScript object connects controller with views?
निम्न में से कौन-सा विशेष JavaScript ऑब्जेक्ट Controller को View से जोड़ता है?

8 / 50

Category: Web Book Ch07

7. There is a controller, which takes a single parameter. We call it... parameter.
एक controller जो एक सिंगल पैरामीटर लेता है, उसे क्या कहा जाता है?

9 / 50

Category: Web Book Ch07

8. In AngularJS, Scope is
AngularJS में Scope क्या है?

10 / 50

Category: Web Book Ch07

9. Which JavaScript object contains attributes and functions?
कौन-सा JavaScript ऑब्जेक्ट गुण (attributes) और फंक्शन रखता है?

11 / 50

Category: Web Book Ch07

10. Which statement is correct for AngularJS?
AngularJS
के लिए कौन सा कथन सही है?

12 / 50

Category: Web Book Ch07

11. Which of the following event is not supported by AngularJS?
AngularJS द्वारा निम्न में से कौन-सा इवेंट सपोर्ट नहीं किया जाता है?

13 / 50

Category: Web Book Ch07

12. Which directive defines the root element in AngularJS?
AngularJS में रूट एलिमेंट को परिभाषित करने वाला निर्देश कौन सा है?

14 / 50

Category: Web Book Ch07

13. 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>

15 / 50

Category: Web Book Ch07

14. Which directive binds the value of the input field to the application variable name?
इनपुट फ़ील्ड के मान को एप्लिकेशन वेरिएबल नाम से जोड़ने के लिए कौन सा निर्देश प्रयोग होता है?

16 / 50

Category: Web Book Ch07

15. Which of the following is a filter in AngularJS?
AngularJS
में निम्न में से कौन एक फ़िल्टर है?

17 / 50

Category: Web Book Ch07

16. AngularJS version 1.0 was released in?
AngularJS
संस्करण 1.0 कब जारी किया गया था?

18 / 50

Category: Web Book Ch07

17. Which of the followings is a validation directive?
निम्न में से कौन एक वेलिडेशन डाइरेक्टिव है?

19 / 50

Category: Web Book Ch07

18. Which of the following is an advantage of AngularJS?
AngularJS
का कौन सा लाभ है?

20 / 50

Category: Web Book Ch07

19. Which of the following syntax is used to create a module in AngularJS?
AngularJS में एक मॉड्यूल बनाने के लिए निम्न में से कौन-सा सिंटैक्स उपयोग होता है?

21 / 50

Category: Web Book Ch07

20. Which of the following directive allows us to use form?
फॉर्म उपयोग करने के लिए कौन सा डाइरेक्टिव प्रयोग होता है?

22 / 50

Category: Web Book Ch07

21. Which statement is true for AngularJS?
AngularJS
के लिए कौन सा कथन सत्य है?

23 / 50

Category: Web Book Ch07

22. Which components can be injected as a dependency in AngularJS?
AngularJS
में किन कंपोनेंट्स को dependency के रूप में inject किया जा सकता है?

24 / 50

Category: Web Book Ch07

23. 34. In which format does AngularJS require to populate its data?
AngularJS
किस प्रारूप में डेटा प्राप्त करता है?

25 / 50

Category: Web Book Ch07

24. AngularJS directives are used in…
AngularJS
डाइरेक्टिव्स का प्रयोग कहां होता है?

26 / 50

Category: Web Book Ch07

25. Which of the following acts as the input of a class-based component?
निम्नलिखित में से कौन क्लास-आधारित कंपोनेंट का इनपुट होता है?

27 / 50

Category: Web Book Ch07

26. Which sign is used as prefix for the built-in objects in AngularJS?
AngularJS
में अंतर्निहित ऑब्जेक्ट्स के लिए कौन सा चिन्ह उपसर्ग के रूप में उपयोग किया जाता है?

28 / 50

Category: Web Book Ch07

27. A module created by using the AngularJS function is called:
AngularJS
फ़ंक्शन द्वारा बनाए गए module को क्या कहा जाता है?

29 / 50

Category: Web Book Ch07

28. How are filters clubbed in AngularJS expressions?
AngularJS
में फ़िल्टर को एक्सप्रेशंस में कैसे जोड़ा जाता है?

30 / 50

Category: Web Book Ch07

29. What angular function is used to manually start up an angular application?
AngularJS
एप्लिकेशन को मैन्युअली स्टार्ट करने के लिए कौन सा फंक्शन प्रयोग होता है?

31 / 50

Category: Web Book Ch07

30. AngularJS can be added to an HTML page with which tag?
AngularJS
को HTML पेज में किस टैग के द्वारा जोड़ा जा सकता है?

32 / 50

Category: Web Book Ch07

31. Which directive binds the application data to HTML view in AngularJS?
AngularJS
में कौन सा निर्देश एप्लिकेशन डेटा को HTML व्यू से जोड़ता है?

33 / 50

Category: Web Book Ch07

32. Which is used to draw tables easily in AngularJS?
AngularJS
में टेबल को आसानी से बनाने के लिए क्या प्रयोग किया जाता है?

34 / 50

Category: Web Book Ch07

33. Which of the following directives is used to start an AngularJS application?
AngularJS
एप्लिकेशन शुरू करने के लिए निम्नलिखित में से कौन सा निर्देश प्रयोग होता है?

35 / 50

Category: Web Book Ch07

34. What are various possible prefixes such as 'ng' using which Angular directives can be defined?
Angular
निर्देशों को परिभाषित करने के लिए 'ng' जैसे कौन-कौन से उपसर्ग (prefix) उपयोग किए जा सकते हैं?

36 / 50

Category: Web Book Ch07

35. Which of the following statement is true for $routeProvider?
$routeProvider
के लिए निम्न में से कौन-सा कथन सही है?

37 / 50

Category: Web Book Ch07

36. What is the use of factory method?
Factory method
का उपयोग क्या है?

38 / 50

Category: Web Book Ch07

37. What is the correct syntax for AngularJS expressions?
AngularJS
एक्सप्रेशन्स के लिए सही सिंटैक्स क्या है?

39 / 50

Category: Web Book Ch07

38. Which of the following directives are not used to bind data to the HTML attributes?
निम्न में से कौन-सा निर्देश HTML गुणों के लिए डेटा बाइंडिंग में उपयोग नहीं होता है?

40 / 50

Category: Web Book Ch07

39. Which of the followings are valid AngularJS directives?
निम्नलिखित में से कौन से वैध AngularJS डायरेक्टिव्स हैं?

41 / 50

Category: Web Book Ch07

40. ...in AngularJS is the synchronization between the model and the view.
AngularJS
में मॉडल और व्यू के बीच सिंक्रोनाइजेशन को क्या कहते हैं?

42 / 50

Category: Web Book Ch07

41. Which of the following can be used to do validation in AngularJS forms?
AngularJS फॉर्म में वैलिडेशन के लिए निम्न में से क्या उपयोग किया जा सकता है?

43 / 50

Category: Web Book Ch07

42. Who is called as Father of AngularJS?
AngularJS
का जनक (Father) किसे कहा जाता है?

44 / 50

Category: Web Book Ch07

43. What is a Model in MVC?
MVC
में मॉडल क्या होता है?

45 / 50

Category: Web Book Ch07

44. AngularJS is based on which architectural pattern?
AngularJS
किस आर्किटेक्चर पैटर्न पर आधारित है?

46 / 50

Category: Web Book Ch07

45. A module is created by using the Angular JS function…
Angular JS
में module बनाने के लिए कौन सा फंक्शन प्रयोग किया जाता है?

47 / 50

Category: Web Book Ch07

46. Which of the following statement is true about $dirty flag?
$dirty फ्लैग के बारे में निम्नलिखित में से कौन सा कथन सत्य है?

48 / 50

Category: Web Book Ch07

47. Which of the following components can be used to create a custom directive?
निम्न में से कौन-से घटक का उपयोग कस्टम डायरेक्टिव बनाने के लिए किया जा सकता है?

49 / 50

Category: Web Book Ch07

48. AngularJS is perfect for:
AngularJS
किसके लिए उपयुक्त है?

50 / 50

Category: Web Book Ch07

49. Which of the following can be used as a prefix for Directive?
निम्नलिखित में से कौन सा डाइरेक्टिव के लिए प्रीफिक्स के रूप में इस्तेमाल हो सकता है?

Your score is

The average score is 75%

अपनी सफलता Share करें:

LinkedIn Facebook
0%