M2-R5 Web Designing Publishing August 2022 Solved

M2-R5 Web Designing Publishing August 2022 Solved

Q.1. CSS’s position property default value is
सीएसएस का स्थिति गुण डिफ़ॉल्ट मान ______है।
(A) Relative
(B) Absolute
(C) Fixed
(D) Static

(C) (D) Static

Q.2. Which of the following is a correct CSS Syntax?
निम्नलिखित में से कौन एक सही सीएसएस सिंटेक्स है?
(A) {body; color: orange:}
(B) {body: color=orange;}
(C) body color orange;
(D) body {color: orange;}

(D) body {color: orange;}

Q.3. Which of the following properties of an anchor element indicates that the user is currently clicking on an element?
एकर एलिमेंट के निम्नलिखित में से कौन सी प्रॉपर्टी यह दर्शाती है कि उपयोगकर्ता वर्तमान में किसी एलीमेंट पर क्लिक कर रहा है?
(A) :link
(B) :visited
(C) :hover
(D) :active

(A) : link

Q.4. How will you make all paragraph elements ‘GREY’ in color?
आप सभी पैराग्राफ एलिमेंटकोग्रे‘रंग’ में कैसे बनायें?
(A) p.all {color: grey:}
(B) p.all {color: #990000;}
(C) all.p{color: #998877:}
(D) p {color: grey:}

(D) p {color: grey:}

Q.5. Ctrl + ⇑ + F is the shortcut key for____in sublime text editor.
Ctrl + ⇑ + F सबलाइम टेक्स्ट एडिटर में
(A) Find
(B) Find in the Files
(C) Find in Folder
(D) None of the above

(A) Find

Q.6.किसी छवि को टेक्स्ट के साथ घेरने के लिए किस सीएसएस प्रॉपर्टी का उपयोग करना चाहिए?
Which CSS property should one use to encircle an image with text?
(A) Float
(B) Push
(C) Align
(D) Wrap

(A) Float

Q.7. Which type of CSS is used in the code below?
<p style=”border:2px solid red;”>
नीचे दिए गए कोड में किस प्रकार के सीएसएस प्रयोग किया गया है?
<p style=”border:2px solid red;”>
(A) External CSS
(B) Internal CSS
(C) Inline CSS
(D) None of these

(C) Inline CSS

Q.8. Which shortcut key is used to duplicate the current line in Notepad++?
नोटपैड++ में चालू पंक्ति को डुप्लीकेट करने के लिए किस शॉर्टकट कुंजी का प्रयोग किया जाता है?
(A) Ctrl + Shift +D
(B) Ctrl + Alt +D
(C) Ctrl+D
(D) Alt+D

(C) Ctrl+D

Q.9. Which of the following is used for creating and manipulating Photoshop images?
निम्नलिखित में से किसका प्रयोग फोटोशॉप इमेज बनाने और उसमें हेर-फेर करने के लिए किया जाता है?
(A) Panels
(B) Layers
(C) Tools
(D) Effects

(B) Layers

Q.10. Who invented www (World Wide Web)?
www (वर्ल्ड वाइड वेब) का आविष्कार किसने किया?
(A) Bill Gates
(B) Lee. N. Feyong
(C) Tim Berners Lee
(D) Tom Berners Lee

(C) Tim Berners Lee

Q.11. In the given img tag, what “img.png” inside the double quote implies?
दिए गए img टैग में, दोहरे उद्धरण चिह्न के अंदर “img.png” का क्या अर्थ है?
(A) element
(B) Attribute
(C) Value
(D) Operator

(C) Value

Q.12. What is the keyboard shortcut for increasing a document’s zoom level?
दस्तावेज के ज़ूम स्तर को बढ़ाने के लिए कीबोर्ड शॉर्टकट की क्या है?
(A) Alt + the plus key (+)
(B) Ctrl + the plus key (+)
(C) Alt + >
(D) Ctrl + Z

(B) Ctrl + the plus key (+)

Q.13. Which of the following is not a browser?
निम्र में से कौन एक ब्राउज़र नहीं है?
(A) Microsoft Edge
(B) Google Meet
(C) Mozilla Firefox
(D) Google Chrome

(B) Google Meet

Q.14. Which is the correct syntax for Angular Module?
एंगुलर मॉड्यूल के लिए सही सिंटैक्स कौन सा है?
(A) var variable_name = angular.module(“app name”,[]);
(B) var variable_name =angular.modules(“app_name”);
(C) var variable_name = angular.module();
(D) var variable_name = new module();

(A) var variable_name = angular.module(“app name”,[]);

Q.15. Which of the following is video format in HTML5?
एचटीएमएल 5 में निम्न में से कौन सा वीडियो फॉर्मेट है?।
(A) MP5
(B) WebM
(C) wbr
(D) None

(B) WebM

Q.16. How to close all files open in Notepad++?
नोटपैड ++ में खुली हुई सभी फाइलों को कैसे बंद करें?
(A) File Menu -> Close option
(B) Search Menu -> Close all
(C) File Menu -> Close all
(D) Ctrl +w

(D) Ctrl +w

Q.17. Which of the following is/are a <style> tag(s)?
निम्नलिखित में से कौन एक <style> टेग है हैं?
(A) <b>
(B) <tt>
(C) <i>
(D) All of the above are style tags

D) All of the above are style tags

Q.18. Which of the following options can be used to remove parts of an image?
निम्न में से किस विकल्प का उपयोग किसी छवि के कुछ हिस्सों को हटाने के लिए किया जा सकता है?
(A) Print
(B) Crop
(C) Rotate
(D) Resize

(B) Crop

Q.19. Which of the following attributes defines the URL of the page to embed when the <iframe> tag is used?
जब <iframe> टैग का उपयोग किया जाता है, तो निम्न में से कौन सी विशेषता एम्बेड करने के लिए पृष्ठ के URL को परिभाषित करती है?
(A) src
(B) href
(C) style
(D) title

(A) src

Q.20. ______are computers that connect to a network and deliver resources to other computers.
कंप्यूटर हैं जो एक नेटवर्क से जुड़ते हैं और अन्य कंप्यूटरों को संसाधन प्रदान करते हैं।
(A) Servers
(B) Mainframe
(C) Network
(D) Clients

(C) Network

Q.21. Which of the following is true about AngularJS expressions ?
एंगुलरजेएस एक्सप्रेशन के बारे में निम्नलिखित में से कौन सही है?
(A) Expressions behave in same way as ng-bind directives
(B) Expressions are used to bind application data to html
(C) Expressions are written inside double braces like {{expression}}
(D) All of these

(D) All of these

Q.22. Which of the following statements define Arrays in JavaScript?
निम्नलिखित में से कौन सा कथन जावास्क्रिप्ट में एरेज़ का परिभाषित करता है।
(A) It is an ordered list of values
(B) Is an ordered list of objects?
(C) It is an ordered list of string
(D) It is an ordered list of functions

(A) It is an ordered list of values

Q.23. Which of the following properties is used to set the face of a font?
फॉण्ट का फेस सेट करने के लिए निम्न में से किस प्रापटी का प्रयोग किया जाता है?
(A) font-family
(B) font-face
(C) font-variant
(D) font-style

(A) font-family

Q.24. Consider the below div tag content statement, how to print the value of “UserName”?
नीचे दिए गए डिव टैग कंटेंट स्टेटमेंट पर विचार करें, “यूजरनेम” का मान कैसे प्रिंट करेंगे?
<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:______</p>
</div>
(A) UserName
(B) {{UserName}}
(C) {UserName}
(D) {_UserName}

(B) {{UserName}}

Q.25. For generalized color correction, which command adjusts the overall combination of colors in an image?
सामान्यीकृत रंग सुधार के लिए, कौन सा कमांड एक छवि में रंगों के समग्र संयोजन को समायोजित करता है ।
(A) The Color Balance
(B) Variations
(C) Curves
(D) None of the above

(A) The Color Balance