M2-R5 Web Designing Publishing August 2022 Solved

Q.51.Which statement specifies correct difference between var and let keywords in JavaScript?
कौन सा कथन जावास्क्रिए में varऔर let कीवर्ड के बीच सही अंतर निर्दिष्ट करता है?
(A) var defines a variable while let defines a constant.
(B) There is no such major difference between them.
(C) The value of a variable declared with var can be changed while the value of a variable declared with let cannot be changed.
(D) var defined function scoped variable while let define block scoped variable.

(D) var defined function scoped variable while let define block scoped variable.

Q.52.Which of the following is required for joining the internet?
इंटरनेट से जुड़ने के लिए निम्न में से क्या आवश्यक है?
(A) Internet architecture board
(B) Internet society
(C) Internet service provider
(D) Different computer

(C) Internet service provider

Q.53. How to insert multiple line comments in a CSS file?
एक सीएसएस फ़ाइल में एकाधिक लाइन टिप्पणियां कैसे सम्मिलित करें?
(A) //statement
(B) ‘statement
(C) /*statement */
(D) // statement //

(C) /*statement */

Q.54. Which property helps one to decide whether the text should be clipped, show some dots (ellipsis), or display a custom string?
कौन सी CSS प्रोपेटी यह तय करने में मदद की कि टेक्स्ट को क्लिप किया जाना चाहिए, कुछ बिंद (इलिप्सिस) दिखाएं, या एक कस्टम स्ट्रिग प्रदर्शित करें?
(A) Text-decoration
(B) Text-stroke
(C) Text-shadow
(D) Text-overflow

(D) Text-overflow

Q.55.Which of the following is used to create an ordered list in HTML?
एचटीएमएल में ऑर्डर की गई सूची बनाने के लिए निम में से किसका उपयोग किया जाता है?
(A) <ul>
(B) <ol>
(C) <pl>
(D) <hl>

(B) < ol >

Q.56.HTTP stands for_____.
HTTP____ का पूर्ण रूप है:
(A) Hyper Text Transfer Protocol
(B) Hyper Trasfer Text Protocol
(C) Hyper Text Transmission Protocol
(D) Hyper Transmission Text Protocol

(A) Hyper Text Transfer Protocol

Q.57.From the below mentioned CSS properties, which of the following is used to make the text bold?
नीचे दिए गए सीएसएस गुणों से, टेक्स्ट को बोल्ड बनाने के लिए निम्न में से किसका उपयोग किया जाता है?
(A)Text-align:bold
(B) Font-style: bold
(C) Font-weight: bold
(D) Text-decoration: bold

(C) Font-weight: bold

Q.58.Which of the following is not a mouse event?
निम्नलिखित में से कौन एक माउस इवैंट नहीं है?
(A) onclick
(B) onmousescroller
(C) onmouseover
(D) onmousemove

(B) onmousescroller

Q.59.Which selector selects elements based on a certain state?
कौन सा चयनकर्ता एक निश्चित अवस्था के आधार तत्वों का चयन करता है?
(A) Combinator selector
(B) Pseudo Class selector
(C) Pseudo elements selector
(D) Attribute selector

(B) Pseudo Class selector

Q.60. Which of the following is not a text editor?
निम्नलिखित में से कौन एक टेक्स्ट एडिटर नहीं है?
(A) Paint
(B) Sublime
(C) Notepad++
(D) Visual Studio Code

(A) Paint

Q.61.By using CSS style or code, how can one remove the underline from all hyperlinks?
सीएसएस स्टाइल या कोड का उपयोग करके, सभी हाइपरलिंक्स से अंडरलाइन को कैसे हटाया जा सकता है?
(A) a {text-decoration: no-underline;}
(B) a {text: no-underline;}
(C) a {text-decoration:none;}
(D) a {text-style: no-underline;}

(C) a {text-decoration:none;}

Q.62. The correct syntax to write “Sky is blue” in JavaScript is:
जावास्क्रिप्ट में “स्काई इज ब्लू“ लिखने का सही सिंटेक्स क्या है:
(A) Jscript.write(“Sky is blue”)
(B) document.write(“Sky is blue”)
(C) print(“Sky is blue”)
(D) jscript.print(“Sky is blue”)

(B) document.write(“Sky is blue”)

Q.63. What will be the output of the following JavaScript code?
निम्नलिखितजावास्क्रिप्टकोड का आउटपुट क्या होगा?
<p id=”demo”></p>
<script>
varjs = 10;
js*= 5;
document.getElementById(“demo”).innerHTML = js:
</script>
(A) 10
(B) 15
(C) 5
(D) 50

(D) 50

Q.64. Which CSS attribute(s) should one use to create a pink dotted border around an image?
किसी छवि के चारों ओर गुलाबी डॉटेड बॉर्डर बनाने के लिए किस सीएसएस विशेषता (विशेषताओं) का उपयोगकरना चाहिए?
I. border-line
II. border-style
III. border-color
(A) I
(B) II
(C) III
(D) Both II and III

(D) Both II and III

Q.65. What will happen in the following case?
निम्नलिखितमामले में क्या होगा?
h1 {color: red text-decoration: underline;font-style: italic;}
(A) color: red, text-decoration:underline and font-style: italic all works
(B) text-decoration: underline and font-style: italic works
(C) color: red, text-decoration: underline works
(D) only font-style: italic works

(D) only font-style: italic works

Q.66.Which of the following markup languages are based on SGML?
निम्नलिखित में से कौन सी मार्कअप भाषा SGML पर आधारित है?
(A) VHML
(B) XML
(C) CFML
(D) SML

(B) XML

Q.67.Which of the following is true for pseudo class in CSS?
सीएसएसमें छड वर्ग के लिए निम्नलिखित में से कौन सा सही है?
(A) Match A Specified Element
(B) Select The Active Links
(C) Are Used to Select All the visited Links
(D) Are Used to Define a Special State of An Element

(D) Are Used to Define a Special State of An Element

Q.68. Which of the following is true?
निम्न में से कौन सा सही है?
(A) BR tag is used to have a blank line
(B) In tables, the header cell is centered by default and the data cells are right-aligned
(C) The <TR> used to create a data cell
(D) INPUT tag must have at least 4 attributes

(A) BR tag is used to have a blank line

Q.69. Which of the following is true (s) is/are true?
निम्नलिखित में से कौन सा/से कथन सत्य है/हैं?
I. The web designer shouldn’t just be concerned about the looks but also about user interface
II. Usability is very important in web design
(A) Only I
(B) Only II
(C) Both I and II
(D) None of the above

(C) Both I and II

Q.70. What is the proper html syntax for referencing an external style sheet?
बाहरी स्टाइल शीट को संदर्भित करने के लिए उचित एचटीएमएल सिंटेक्स क्या है?
(A) <style src=”demostyle.css”>
(B) <stylesheetodemostyle.css/stylesheet/>
(C) <link rel=”stylesheet” type=”text/css” href=”demostyle.css”>
(D) None of these

(C) < link rel="stylesheet" type="text/css" href="demostyle.css">

Q.71. Which of the following expressions is true?
निम्नलिखित में से कौन सा एक्सप्रेशन सही है?
(A) {expression}
(B) [{ expression }]
(C) _expression
(D) {{expression}}

(D) {{expression}}

Q.72. To control image repetition in CSS, the correct option is:
सीएसएस में इमेज पुनरावृति को नियंत्रित करने के लिए सही विकल्प है:
(A) h1 { background-loop: none; }
(B) h1 { background-repeat: none; }
(C) h1 { background-iterate: none; }
(D) None of the above

(B) h1 { background-repeat: none; }

Q.73. Which of the following tag is used for inserting the largest heading in HTML?
निम्नलिखित में से HTML में कौन सा टैग सबसे बड़ी हेडिंग डालने के लिए प्रयोग किया जाता है?
(A) <h3>
(B) <h1>
(C) <h6>
(D) <h2>

(B) < h1 >

Q.74.Which of the following is used to apply a specific rule and can never be overridden in CSS?
निम्नलिखित में से किसका उपयोग एक विशिष्ट नियम को लागू करने के लिए किया जाता है और इसे सीएसएसमें कभी भी ओवरराइड नहीं किया जा सकता है?
(A) @important
(B) limportant
(C) !important
(D) Important!

(C) !important

Q.75.For which of the following purpose(s) JavaScript is designed for?
निम्नलिखित में से किस उद्देश्यके लिएजावास्क्रिप्ट को डिज़ाइन किया गया है?
(A) To style HTML Pages
(B) To perform Server-side scripting operation
(C) To execute query related to DB on server
(D) To add interactivity to HTML Pages

(D) To add interactivity to HTML Pages