0 O Level Second Semester Set 3 1 / 100 Which class is largest font size in w3.css W3.css में कौन सा क्लास का सबसे बड़ा फ़ॉन्ट आकार है w3-xlarge w3-jumbo w3-xxxlarge w3-bolder 2 / 100 W3.CSS has a panel class that adds top and bottom margin and left and right padding to any HTML elements respectively. Which of the following is true? W3.CSS में एक पैनल क्लास है जो क्रमशः किसी भी HTML तत्वों में ऊपर और नीचे मार्जिन और बाएँ और दाएँ पैडिंग जोड़ता है। निम्नलिखित में से कौन सा सही 14 px, 14 px, 16px, 16 px 16 px, 16 px, 16px, 16 px 16 px, 16 px, 14px, 14 px 16 px, 20px, 14px, 14 px 3 / 100 What is not a valid statement for AngularJS? AngularJS के लिए कौन सा कथन मान्य नहीं है? It is added using tag It is a framework written in C AngularJS extends HTML attributes It is a JavaScript framework 4 / 100 The alert() function in JavaScript is used for: जावास्क्रिप्ट में alert() फंक्शन का उपयोग किसके लिए किया जाता है: To display a virtual alert box Both (A) and (C) To evaluate the expression To display output on console 5 / 100 AngularJS में ng-repeat निर्देश के बारे में क्या सत्य नहीं है? वस्तुओं की एक श्रृंखला पर प्रयोग किया जाता है एक HTML तत्व को दोहराता है वस्तुओं की एक श्रृंखला पर प्रयोग किया जाता है संग्रह में प्रत्येक आइटम के लिए HTML तत्वों को एक बार क्लोन करता है 6 / 100 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> Prints the city names in an ordered list Prints the city names in an unordered list None of the above Prints the whole name of the city 3 times in an unordered list 7 / 100 w3-hover-color" वर्ग परिभाषित करता है: किसी भी एचटीएमएल तत्व के लिए टेक्स्ट होवर रंग। इनमें से कोई नहीं किसी भी एचटीएमएल तत्वों के लिए पृष्ठभूमि होवर रंग किसी भी एचटीएमएल तत्व का रंग। 8 / 100 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> Syntax Error Nothing will display Displaying: 10 Displaying: 5 9 / 100 Write a statement with <div> element to initialize two variables (name and age)? दो वेरिएबल्स (name and age) को आरंभ करने के लिए <div> तत्व के साथ एक कथन लिखें? <div> <div> <div> <div> 10 / 100 W3-पैनल के संबंध में कौन से कथन सही हैं? w3-panel वर्ग उद्धरण प्रदर्शित करने के लिए एकदम सही है w3-panel क्लास अलर्ट प्रदर्शित करने के लिए एकदम सही है उपरोक्त सभी w3-panel क्लास नोट्स प्रदर्शित करने के लिए एकदम सही है 11 / 100 binds the value of HTML controls to application data. HTML नियंत्रणों के मान को एप्लिकेशन डेटा से जोड़ता है। ng-init ng-model ng-controller ) ng-app 12 / 100 W3.CSS is a CSS framework. W3.CSS एक CSS फ्रेमवर्क है responsive modern All of these mobile first 13 / 100 Which of the valid w3.css form classes w3.css का कौन सा वैलिड फॉर्म क्लास है w3-group All of these 23-output w3-input 14 / 100 External JavaScript file External जावास्क्रिप्ट फ़ाइल js extension None of these javascript extension java extension 15 / 100 w3-blue class is used in w3.css w3-blue क्लास का प्रयोग w3.css में....... करने में होता है blue background blue text blue text and background None of these 16 / 100 Identify the basic lists in W3.CSS W3.CSS में बेसिक सूचियों की पहचान करें w3-col w3-border w3-center All of above 17 / 100 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> The output is 2 The output is 1 The output is 19 The output is 15 18 / 100 AngularJS is perfect for AngularJS के लिए बिल्कुल उपयुक्त है। Creating a Desktop Application None of these Create Single Page Applications Create Web Services 19 / 100 Which of the following is the correct syntax of variables in javascript? निम्नलिखित में से कौन सा जावास्क्रिप्ट में वेरिएबल्स का सही सिटैक्स है? my phone number my_phone_number None of these 2number 20 / 100 Which of the following w3.CSS classes are not used to align-text? निम्नलिखित में से कौन सी w3.CSS क्लास का उपयोग टेक्स्ट को अलाइन करने के लिए नहीं किया जाता है? class="w3-left-align" class="w3-right-align" class="w3-center" class="w3-center-align" 21 / 100 By which method we use w3.css हम किस विधि से w3.css का उपयोग करते हैं Both A and B Local Installation by CDN Link None of these 22 / 100 What are the w3.css Icon libraries W3.css आइकॉन्स की लाइब्रेरीज क्या हैं All of these Font Awesome Icons Google Material Icons Bootstrap Icons 23 / 100 w3-color and w3-text-color classes can be used to color. w3-color और w3-text-color क्लासेस को कलर करने के लिए इस्तेमाल किया जा सकता है। Paragraph element only any HTML element Heading only table element only 24 / 100 AngularJS एक्सप्रेशंस के बारे में अमान्य कथन को पहचानें। एक निर्देश के अंदर लिखा गया है: एनजी-बाइंड = "अभिव्यक्ति" एंगुलरजेएस अभिव्यक्तियों जावास्क्रिप्ट अभिव्यक्तियों से भिन्न हैं परिणाम ठीक उसी जगह लौटाएं जहां अभिव्यक्ति लिखी गई है डबल ब्रेसिज़ के अंदर लिखा है: {{अभिव्यक्ति}} 25 / 100 From the below mentioned CSS properties, which of the following is used to make the text bold? नीचे दी गई CSS प्रोपर्टीज में से टेक्स्ट को बोल्ड करने के लिए निम्न में से किसका प्रयोग किया जाता है? Text-align: bold Font-weight: bold Text-decoration: bold Font-style: bold 26 / 100 Which selector selects elements based on a certain state ? कौन सा सेलेक्टर्स एक निश्चित अवस्था के आधार पर एलिमेंट्स का चयन करता है? Pseudo Class selector Pseudo elements selector Combinator selector Attribute selector 27 / 100 Which is the correct syntax for Angular Module ? एंगुलर मॉड्यूल के लिए सही सिटैक्स कौन सा है? var variable_name = new module(); var variable_name = angular.module("app_name", []); var variable_name =angular.modules("app_name"); var variable_name = angular.module(); 28 / 100 The syntax of AngularJS looks like: AngularJS का सिंटैक्स इस प्रकार दिखता है: <div> </div> None of the above <div> </div> <div> </div> 29 / 100 Which AngularJS filter formats a string to lower case? कौन सा AngularJS फ़िल्टर एक स्टिंग को लोअरकेस में प्रारूपित EvanXp करता है? lower lwr lowercase ng-lowercase 30 / 100 Which of the following directives are used in AngularJS? AngularJS में निम्नलिखित में से किस निर्देश का उपयोग किया जाता है? ng-app Both A and B nc-init None of the above 31 / 100 "this" is a: "this" एक है: Declaration Statement Function Keyword Data Type 32 / 100 Which property of w3.CSS restrict a responsive image to a maximum size ? W3.CSS की कौन सी प्रॉपर्टी एक रेस्पोंसिव इमेज को अधिकतम आकार तक सीमित करती है? max-height property image-restrict property max-width property image-width property 33 / 100 "w3-border-0" is a border property for w3.css, which of the following is true? "w3-border-0" w3.css के लिए एक बॉर्डर प्रॉपर्टी है, निम्न में से कौन सा सत्य है? removes rounded borders only removes all borders It has rounded borders None of these 34 / 100 Consider the below div tag content statement, how to print the value of "UserName"? नीचे दिए गए डिव टैग सामग्री कथन पर विचार करें, "UserName" का मान कैसे प्रिंट करें? G <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: </div> </p> UserName {UserName} {UserName} {{UserName}} 35 / 100 . Identify the default font used in W3.Font. W3.Font में प्रयुक्त डिफ़ॉल्ट फ़ॉन्ट की पहचान करें। Verdana Times New Roman Arial None Of Above 36 / 100 एमवीसी में मॉडल क्या है? सर्वर-साइड डेटा का प्रतिनिधित्व करता है डेटा को बनाए रखने के लिए जिम्मेदार पैटर्न का निम्नतम स्तर उल्लेखित कोई भी नहीं डेटाबेस में संग्रहीत डेटा का प्रतिनिधित्व करता है 37 / 100 class is used to text color of any HTML element in W3.CSS framework. क्लास का इस्तेमाल W3.CSS फ्रेमवर्क में किसी भी HTML एलिमेंट का टेक्स्ट कलर करने के लिए किया जाता है। w3-color w3-font w3-text-color w3-font-color 38 / 100 "w3-row-padding" एक क्लास है जो परिभाषित करता है: "w3-row-padding" is a class which defines: Container for responsive classes, with 8px left and right padding Container for responsive classes with no padding None of these Container for responsive classes with no padding 39 / 100 How do you write "Hello World" in an alert box? आप अलर्ट बॉक्स में " Hello World" कैसे लिखते हैं? alertBox("Hello World") msg("Hello World") alert("Hello World") msgBox("Hello World") 40 / 100 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> The value is 10, 0 he value is 10, 30 ) The value is 10 The value is 10, NaN 41 / 100 AngularJS अभिव्यक्तियों के बारे में निम्नलिखित में से कौन सा सत्य है? अभिव्यक्तियाँ एनजी-बाइंड निर्देशों के समान ही व्यवहार करती हैं ये सभी अभिव्यक्तियाँ डबल ब्रेसिज़ के अंदर लिखी जाती हैं जैसे कि {{अभिव्यक्ति}} अभिव्यक्ति का उपयोग एप्लिकेशन डेटा को एचटीएमएल से बांधने के लिए किया जाता है 42 / 100 It is faster to render HTML and CSS than to interpret and execute JavaScript. जावास्क्रिप्ट की व्याख्या और निष्पादन की तुलना में HTML और CSS को प्रस्तुत करना अधिक तेज़ है। False Con't Say None of these True 43 / 100 Identify invalid class for w3.css cards W3.css कार्ड के लिए अमान्य क्लास की पहचान करें w3-card-2 W3-card-8 w3-card-4 None of these 44 / 100 W3.CSS के बारे में क्या सच नहीं है? W3.CSS सभी ब्राउज़रों के लिए समानता प्रदान करता है W3.CSS सभी उपकरणों के लिए समानता प्रदान करता है W3.CSS मानक CSS नहीं है W3.CSS एक आधुनिक, रेस्पोंसिव, मोबाइल फर्स्ट CSS फ्रेमवर्क है 45 / 100 w3-container class is perfect use for... w3-container क्लास के लिए एकदम सही उपयोग है..... <div> <article> All of these <section> 46 / 100 AngularJS applications are a mix of which of the following technologies? AngularJS एप्लिकेशन निम्नलिखित में से किस तकनीक का मिश्रण हैं? HTML and TypeScript HTML and PHP HTML and JavaScript PHP and JavaScript 47 / 100 JavaScript is the same as Java. जावास्क्रिप्ट, जावा के ही समान है। True None of These False Con't say 48 / 100 The external JavaScript file must contain the <script> tag बाहरी JavaScript फ़ाइल में <script> टैग अवश्य होना चाहिए Con't say False None of these True 49 / 100 w3-striped class is used for w3-striped class का उपयोग के लिए किया जाता है To display a striped table To display the table without border None of these To display the table only 50 / 100 Expressions in AngularJS can be written as: AngularJS में अभिव्यक्तियाँ इस प्रकार लिखी जा सकती हैं: Both A and B None of the above ng-bind = " expression" {{expression}} 51 / 100 AngularJS provides reusable components AngularJS रि-यूजेबल घटक प्रदान करता है? None of these True Con't Say False 52 / 100 Which of the following expressions is true ? निम्नलिखित में से कौन सा अभिव्यक्ति सत्य है? { expression } ) {{ expression }} )_expression [{ expression }] 53 / 100 Java Script is. जावास्क्रिप्ट है. Markup Language None of above Client Side Scripting language Style Sheet Language 54 / 100 What is the correct syntax for referring to an external script called "xxx.js"? "xxx.js" नामक external स्क्रिप्ट को संदर्भित करने के लिए सही वाक्यविन्यास क्या है? 55 / 100 . Angular JS is entirely based on HTML and JavaScript. Angular JS पूरी तरह से HTML और JavaScript पर आधारित है। Con't say None of these False True 56 / 100 W3.CSS does not provides the following border class. W3.CSS निम्नलिखित बॉर्डर क्लास प्रदान नहीं करता है। w3-border-top w3-border-gutter w3-border-right w3-border-botto 57 / 100 If you think the value of the variable can change then which keyword is used? यदि आपको लगता है कि वेरिएबल का मान बदल सकता है तो कौन सा कीवर्ड उपयोग किया जाता है? Both A and C const var let 58 / 100 JavaScript single line comment जावास्क्रिप्ट सिंगल लाइन कमेंट कैसे लिखे /* */ // None 59 / 100 What is a module in AngularJS? AngularJS में मॉड्यूल क्या है? expression application element none of the above 60 / 100 23:- Syntax to add containers in w3.CSS: W3.CSS में कंटेनर जोड़ने के लिए सिंटैक्सः None of these class ="w3-container" ) class = "container" class = "w3.container" 61 / 100 Which of the following directives is used to start an AngularJS application? AngularJS एप्लिकेशन को प्रारंभ करने के लिए निम्नलिखित में से किस निर्देश का उपयोग किया जाता है? ng-app ng-app ng-init ng-repeat 62 / 100 To add rounded corners to an image which class is used: इमेज में गोलाकार कोनों को जोड़ने के लिए किस वर्ग का उपयोग किया जाता है: None of these w3-rounded w3-round-corner w3-round 63 / 100 w3-third class occupy spaces w3-third क्लास स्थान घेरती है 3 of window None of these 2/3 of window 1/3 of window 64 / 100 How many columns are supported in the responsive grid ? रेस्पोंसिव ग्रिड में कितने कॉलम समर्थित हैं? 13 10 11 12 65 / 100 Identify which is not the correct Image Class in W3.CSS. W3.CSS में पहचानें कि कौन सा इमेज क्लास सही नहीं है। w3-circle w3-oval w3-round w3-border 66 / 100 Which AngularJS directive is used to show or hide an HTML element? HTML तत्व को दिखाने या छिपाने के लिए किस AngularJS निर्देश का anXp उपयोग किया जाता है? ng-hide ng-ShowHide ng-show ng-showHide 67 / 100 "w3-border" is one of the class used for w3.CSS tables which defines: "w3 - बॉर्डर" w3.CSS टेबल्स के लिए प्रयुक्त क्लास में से एक है जो परिभाषित करता है: None of these Bordered lines Bordered Table Dashed lines 68 / 100 w3.css class is used for background color बैकग्राउंड कलर के लिए w3.css क्लास का उपयोग किया जाता है w3.background.color w3-color w3-background-color w3-bgcolor 69 / 100 Which of the following IDE's (Integrated Development Environment) are used for the development of AngularJS? AngularJS के विकास के लिए निम्नलिखित में से किस IDE (एकीकृत विकास पर्यावरण) का उपयोग किया जाता है? Sublime Text All of these Eclipse Visual Studio 70 / 100 The following operator ">>>" represents: निम्नलिखित ऑपरेटर ">>>" दर्शाता है: Bitwise Left shift with zero Bitwise Right shift with zero Bitwise Right shift Bitwise Left shift 71 / 100 AngularJS developed by and follows AngularJS द्वारा विकसित किया गया है और का अनुसरण कर करता है। Bill Gates, Spiral Model Elon Musk, Model View Data Misko Hevery, Model View Controller Amazon, Model View System 72 / 100 W3. Font में शीर्षकों के लिए कौन सा कथन सत्य नहीं है? Segoe UI हैडिंग हेडिंग के लिए डिफॉल्ट फ़ॉन्ट है हैडिंग कम संख्या में अक्षरों में शीर्षकों की अनुमति देते हैं Segoe UI में एक संक्षिप्त अक्षर अंतर है सबसे छोटा हेडिंग टैग <h6> है 73 / 100 AngularJS is a AngularJS एक है। JavaScript framework HTML Framework Net Framework Oracle Framework 74 / 100 w3-container class adds a padding to any HTML element. w3- कंटेनर वर्ग किसी भी HTML एलिमेंट में पैडिंग जोड़ता है। 16px left only 32px right only 32px left and right 16px left and right 75 / 100 Which of the following are the methods of the MovieClip object? निम्नलिखित में से कौन सी मूवीक्लिप ऑब्जेक्ट की विधियाँ हैं? play() stop() All of above gotoAndplay 76 / 100 AngularJS के लिए निम्नलिखित में से कौन सा कथन सत्य है? ) एंगुलरजेएस एक क्लोज्ड-सोर्स फ्रंट एंड वेब फ्रेमवर्क है AngularJS एक क्लोज्ड सोर्स बैक एंड वेब फ्रेमवर्क है AngularJS एक ओपन सोर्स फ्रंट-एंड वेब फ्रेमवर्क है AngularJS एक ओपन सोर्स बैकएंड वेब फ्रेमवर्क है 77 / 100 Directive to initialize AngularJS application. AngularJS एप्लिकेशन को प्रारंभ करने का निर्देश। ng-app None of these ng-init ng-model 78 / 100 Which of the following is the symbol used for filter in AngularJS is? AngularJS में फिल्टर के लिए निम्नलिखित में से कौन सा प्रतीक प्रयोग किया जाता है? || ^시^ | && 79 / 100 e it is defined? निम्नलिखित में से किस प्रकार का वेरिएबल केवल उस फंक्शन के xp भीतर दिखाई देता है जहां इसे परिभाषित किया गया है? Global variable ) Local variable Both A and B None of the above 80 / 100 In which of the following way you can insert a SCRIPT tag in JavaScript? निम्नलिखित में से किस तरीके से आप JavaScript में SCRIPT टैग डाल सकते हैं? Between two HEAD tags Between two BODY tags All of the above In the HEAD section as a link to an external file 81 / 100 A module in AngularJS can be created using: AngularJS में एक मॉड्यूल का उपयोग करके बनाया जा सकता है: angular.module angularjs.module module.angular angular.modules 82 / 100 Controllers are responsible for कंट्रोलर इसके लिए जिम्मेदार हैं Controlling the data Analyse data Displaying the data Manipulate data 83 / 100 Which of the following element does not belong to the w3-container class? निम्नलिखित में से कौन सा एलिमेंट w3-container क्लास से संबंधित नहीं है? header> <section> <blockquote> 84 / 100 Which of the invalid class about container in w3.css W3.css में कंटेनर के बारे में कौन सा अमान्य क्लास है . w3-quarter w3-half . w3-third w3-first 85 / 100 Document Object Model represents: दस्तावेज़ ऑब्जेक्ट मॉडल दर्शाता है: only <title> element Whole HTML Document none of the above .. element 86 / 100 W3.Table does not provide the following class for tables. W3. Table टेबल्स के लिए निम्न श्रेणी प्रदान नहीं करता है। w3-border w3-stripe w3-striped w3-bordered 87 / 100 . "s3" class in w3.CSS defines: W3.CSS में "s3" क्लास परिभाषित करता है: 3 of 12 columns (width:33.33%) for small screens 3 of 12 columns (width:25.00%) for small screens. 3 of 12 columns (height:25.00%) for large screens. 3 of 12 columns (width:33.33%) for large screens. 88 / 100 The ng-model directive in AngularJS provides: AngularJS में एनजी-मॉडल निर्देश प्रदान करता है: binds the value of HTML controls to application data. type validation for application data CSS classes for HTML elements All of the above 89 / 100 Which of the following directives allows one to use form? निम्नलिखित में से कौन सा निर्देश किसी को फॉर्म का उपयोग करने की अनुमति देता है? ng-app ng-bind ng-controller ng-form 90 / 100 Which is not a valid list type in W3.List? W3. List में कौन सा वैध सूची प्रकार नहीं है? XSmall Small XLarge Large 91 / 100 W3.CSS class is used to text align left W3.CSS ...... क्लास का उपयोग टेक्स्ट को बाएँ अलाइन करने के लिए किया जाता है w3-align-left w3-left-align w3-left w3-text-left 92 / 100 confirm() method in JavaScript belongs to which method? जावास्क्रिप्ट में Confirm() मेथड किस मेथड से संबंधित है? document window frame method 93 / 100 Which of the following are two common event handler function use for both Buttons and Movie Clips ? बटन और मूवी क्लिप दोनों के लिए निम्नलिखित में से कौन से दो सामान्य इवेंट हैंडलर फंक्शन का उपयोग किया जाता है? onRollOut() both A and B none of the above onRollOver() 94 / 100 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> The result is: 7 The result is: 3*2.5 The result is: 7.15 The result is: 7.5 95 / 100 Table में उत्तरदायी तालिकाओं के बारे में कौन सा कथन सत्य नहीं है? बड़ी स्क्रीन पर कोई अंतर नहीं है यह छोटी स्क्रीन पर क्षैतिज रूप से स्क्रॉल करता है w3-responsive क्लास एक रेस्पोंसिव टेबल बनाता है w3-table वर्ग एक रेस्पोंसिव टेबल बनाता है 96 / 100 . Angular JS is entirely based on HTML and JavaScript. Angular JS पूरी तरह से HTML और JavaScript पर आधारित है। Con't say True None of these False 97 / 100 Which w3.css is used to display text over an image किसी इमेज पर टेक्स्ट प्रदर्शित करने के लिए किस w3.css का उपयोग किया जाता है w3-text-over w3-label w3-title w3-text 98 / 100 Which of the following is a filter in AngularJS? एंगुलर जेएस में निम्नलिखित में से कौन सा फ़िल्टर है? All of above Currency Uppercase Date 99 / 100 Which of the following can be used as a prefix for Directives? निम्नलिखित में से किसका उपयोग निर्देशों के उपसर्ग के रूप में किया सकता है Both A and B ng data None of these 100 / 100 To set border on all slides which class to add borders style. सभी स्लाइड्स पर बॉर्डर सेट करने के लिए किस क्लास में बॉर्डर स्टाइल जोड़ा जाए। w3-bordered w3_border w3-borders w3-border Your score isThe average score is 0% 0% Restart quiz