M2-R5 Web Designing Publishing August 2022 Solved

Q.76. Which CSS Property specifies the clarity of the image?
कौन सी सीएसएस प्रॉपर्टी छवि की स्पष्टता को निदिष्ट करती है?
(A) Overlay
(B) Clearfix
(C) Clarity
(D) Opacity

(D) Opacity

Q.77. Which of the following is an example of a search engine on the internet?
निम्नलिखित में से कौन इंटरनेट पर सर्च इंजन का उदाहरण है?
(A) MS Office
(B) Google
(C) Gmail
(D) Windows

(B) Google

Q.78. The “color:black” in CSS syntax is known as ______.
सीएसएस में “color.black” को_____के रूप में जाना जाता है।
(A) Value
(B) Declaration
(C) Selector
(D) Rule

(B) Declaration

Q.79.Which CSS selector will be used to define a single element’s style?
किसी एलिमंट के स्टाइल को परिभाषित करने के लिए किस सीएसएस सेलेक्टर का उपयोग किया जाएगा?
(A) id
(B) Class
(C) Text
(D) Name

(A) id

Q.80. In the following transition, what does .4s describe?
transition: color.4slinear;
निम्नलिखित ट्रांजिसन में, 4s क्या वर्णन करता है?
transition: color.4slinear;
(A) Word-spacing
(B) Padding
(C) Duration
(D) Property

(C) Duration

Q.81. AngularJS is a_____.
एंगुलर जेएस एक____है।
(A) HTML Framework
(B) .Net Framework
(C) JavaScript framework
(D) Oracle Framework

(C) JavaScript framework

Q.82. Which of the following code is most efficient?
निम्नलिखित में से कौनसा कोड सबसे कार्यक्षम है?

Code 1:
for(var number=10;number>=1;number–)
{
document.writeln(number);
}
Code 2:
var number=10;
while(number>=1)
{
document.writeln(number);
number++;
}
(A) Code 1
(B) Code 2
(C) Both Code 1 and Code 2
(D) Cannot Compare

(B) Code 2

Q.83. What is a module in AngularJS?
एंगुलर जेएस में एक मॉड्यूल क्या है?
(A) Expression
(B) Application
(C) Element
(D) None of the above

(B) Application

Q.84.What is the standard resolution of images on the web?
वैब पर छवियों का मानक रिजॉल्यूशन क्या है?
(A) 72PPI
(B) 300 PPI
(C) 256 PPI
(D)172 PPI

(A) 72PPI

Q.85.Which attribute is used for body background color?
बॉडी बैकग्राउंड रंग के लिए किस विशेषता का उपयोग किया जाता है?
(A) bgcolor
(B) background
(C) back color
(D) None of the above

(A) bgcolor

Q.86. Which of the following options is incorrect with reference to status codes?
स्थिति कोड के संदर्भ में निम्नलिखित में से कौन सा विकल्प गलत है?
(A) 200 OK
(B) 304 Not Found
(C) 400 Bad Request
(D) 301 Moved Permanently

(B) 304 Not Found

Q.87.________is the HTML tag used for superscript text.
_______सुपरस्क्रिए टेक्स्ट के लिए उपयोग किया जाने वाला एचटीएमएल टैग है।
(A) <sup>
(B) <superscript>
(C) <s>
(D) <superscripted>

(A) < sup >

Q.88. In CSS, selector is _______used to select the elements you want to style.
सीएसएस में, सेलेक्टर्स______का उपयोग उन तत्वों का चयन करने के लिए किया जाता है जिन्हें आप स्टाइल करना चाहते हैं।
(A) Classes
(B) Patterns
(C) Properties
(D) Functions

(A) Classes

Q.89. ________is a declaration for an HTML5 document.
एक एचटीएमएल 5 दस्तावेज़ के लिए एक डिक्लेरेशन है।
(A) <!DOCTYPE html>
(B) </DOCTYPE html>
(C) <DOCTYPE html>
(D) <DOCTYPE htmll>

(A) < !DOCTYPE html>

Q.90. CSS syntax is divided into_____parts.
सीएसएस सिंटेक्स को_____भागों में बांटा गया है।
(A) Selector and Declaration
(B) Property name and value
(C) Color and style
(D) None of these

(B) Property name and value

Q.91. Image______is changing the appearance of an image by altering the colors of the pixels.
इमेज____पिक्सल के रंगों को बदलकर एक इमेजका रूप बदलता है।
(A) Cropping
(B) Filtering
(C) Blurring
(D) Rotating

(B) Filtering

Q.92. Which of the following is the CSS Extension Prefixes for Webkit?
निम्नलिखित में से कौन वेबकिट के लिए CSS एक्सटेंशन प्रीफिक्स है?
(A) -webkit
(B) –o-
(C) -web
(D) –chrome

(A) -webkit

Q.93.W3.CSS is a standard CSS that has:
W3.CSS एक मानक CSS है जिसमें:
(A) jQuery library.
(B) JavaScript library.
(C) Both (A) and are true.
(D) Both (A) and (B) are false.

(D) Both (A) and (B) are false.

Q.94.Which program is used by web clients to view the web pages?
वेब क्लाइंट वेब पेज देखने के लिए किस प्रोग्राम का उपयोग करते हैं?
(A) Web browser
(B) Protocol
(C) Web Server
(D) Search engines

(A) Web browser

Q.95.Which of the following ways are valid to specify white color using CSS?
सीएसएस का उपयोग करके सफेद रंग निर्दिष्ट करने के लिए निम्नलिखित में से कौन से तरीके मान्य हैं?
I. #FFFFFF
II. rgb(255,255,255)
III. rgb (FF, FF, FF)
(A) Only I
(B) Only III
(C) Both I and III
(D) Both I and II

(A) Only I

Q.96.The internet originated from the concept of_____.
इंटरनेट की उत्पत्ति______ की अवधारणा से हुई है।
(A) Microsoft
(B) ARPANET
(C) Web
(D) IBM

(B) ARPANET

Q.97. Which of the following is the correct option for the requirement of web publishing?
वेब प्रकाशन की आवश्यकता के लिए निसलिखित में से कौन सा विकल्प सही है?
(A) Internet Connection
(B) Web development software
(C) Web Server
(D) All of the above

(D) All of the above

Q.98. What type of value gets printed if we add the following two variables?
यदि हम निम्नलिखित दो वेरिएबल्स को जोड़ते हैं तो किस प्रकार का मानमुद्रित होता है?
var a = “10”; varb = 50;
(A) Long
(B) Text
(C) Integer
(D) Number

(A) Long

Q.99. W3.CSS does not provide the following border class.
W3.CSS निम्न में से कौन सी बॉर्डर क्लास प्रोवाइड नहीं करता।
(A) W3-border-top
(B) W3-border-right
(C) W3-border-bottom
(D) W3-border-gutter

(D) W3-border-gutter

Q.100. Which CSS property specifies how a video or an image is resized to fit its content box?
कौन सी सीएसएस प्रॉपर्टी निर्दिष्ट करती है कि कैसे एक वीडियो, या एक छवि को उसके सामग्री बॉक्स में फिटकरने के लिए आकार दिया जाता है?
(A) Position
(B) Object-position
(C) Object-fit
(D) None of these

(C) Object-fit