page-banner
WDP M2-R5.1 Quiz-4
Q 1.
जावास्क्रिप्ट को अनदेखा करता है?

Ignores Javascript?

A. newlines

B. tab

C. empty space

D. all of the above

Q 2.
वर्तमान HTML दस्तावेज़ में बाहरी जावास्क्रिप्ट फ़ाइल को कॉल करने के लिए सही सिंटैक्स कौन सा है?

Which is the correct syntax to call an external JavaScript file in the current HTML document?

A. <script src="jsfile.js"></script>

B. <script href="jsfile.js"></script>

C. <import src="jsfile.js"></import>

D. <script link="jsfile.js"></script>

Q 3.
किसी HTML एलीमेंट को id द्वारा एक्सेस करने के लिए कौन सी जावास्क्रिप्ट विधि का उपयोग किया जाता है?

Which JavaScript method is used to access an HTML element by id?

A. getElementById()

B. gate element (id)

C. getElementById(id)

D. ElementById(id)

Q 4.
HTML आउटपुट लिखने के लिए किस जावास्क्रिप्ट विधि का उपयोग किया जाता है?

Which JavaScript method is used to write HTML output?

A. document.write()

B. document.output()

C. console.log()

D. document.writeHtml()

Q 5.
अलर्ट बॉक्स में लिखने के लिए किस जावास्क्रिप्ट विधि का उपयोग किया जाता है?

Which JavaScript method is used to write the alert box?

A. window.alertHTML()

B. window.alert()

C. window.alertbox()

D. window.alertContent()

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

What will be the output of the following JavaScript code?
const myArray = ['h', 'e', 'l', 'l', 'o'];
document.write(myArray[0]);
document.write(myArray[1]);

A. He

B. undefined

C. ValueError

D. type error

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

What will be the output of the following JavaScript code?
document.write(math.round(107.5))

A. 107.5

B. 107

C. 108

D. 107.00

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

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>

A. Syntax Error

B. Nothing will display

C. Displaying: 5

D. Displaying: 10

Q 9.
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 10.
एंगुलरजेएस के लिए निम्नलिखित में से कौन सा कथन सही है?

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 11.
मान्य AngularJS एक्सप्रेशन चुनें।

Choose the valid AngularJS expression.

A. {(2+2)}

B. {2+2}

C. {{2+2}}

D. ((2+2))

Q 12.
निम्नलिखित में से एंगुलरजेएस एप्लिकेशन किस तकनीक का मिश्रण हैं?

AngularJS applications are a mix of which of the following technologies?

A. HTML and PHP

B. HTML and JavaScript

C. HTML and TypeScript

D. PHP and JavaScript

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

A. The output is 1

B. The output is 15

C. The output is 19

D. The output is 2

Q 14.
निम्नलिखित में से कौन सा कथन AngularJS के लिए सत्य है?

Which of the following statement is true for AngularJS?

A. AngularJS is a closed-source front-end web framework

B. AngularJS is an open-source front-end web framework

C. AngularJS is an open-source backend web framework

D. AngularJS is a closed-source back-end web framework

Q 15.
निम्नलिखित में से किस बिल्ट-इन मेथड का उपयोग किसी ऐरे से अंतिम एलीमेंट को हटाने और उस एलिमेंट को वापस करने के लिए किया जाता है?

Which of the following built-in method is used to remove the last element from an array and return that element?

A. The last()

B. pop()

C. Get()

D. None of these

Q 16.
फोटोशॉप का उपयोग ______ के लिए किया जाता है

Photoshop is used for

A. Typing

B. Animation

C. Graphics

D. Programming

Q 17.
फोटोशॉप एक इमेज ____ एप्लीकेशन है।

Photoshop is an image ____ application.

A. Sharing

B. Downloading

C. Editing

D. Deleting

Q 18.
फोटोशॉप में फाइल एक्सटेंशन क्या है?

What is the file extension in Photoshop?

A. tiff

B. txt

C. psd

D. bmp

Q 19.
इनमें से कौन सा सॉफ्टवेयर ग्रेडिएंट टूल का उपयोग कर रहा है?

Which of these software is using the gradient tool?

A. Painting

B. Photoshop

C. Page Maker

D. None of the above

Q 20.
प्रिंटिंग के लिए किस रंग मोड का उपयोग किया जाता है?

Which color mode is used for printing?

A. RGB

B. CMYK

C. Gray Scale

D. None of the above