M2 R5.1 Practice Set ( Web Designing )

Format Menu

VIDYA ACADEMY

VIDYA ACADEMY Add- Rail Bazar Gurudwara Gali Fatehpur Mo- 8400499579


-:- M2R5.1 Practice set-1 -:-

Q1: Markup tags tell the web browser .
मार्कअप टैग वेब ब्राउजर को बताते हैं।

    A: How to organize the page / पेंज को कैसे व्यवस्थित करें।
    B: How to display the page / पेंज को कैसे प्रदर्शित करें।
    C: How to display message box on page / पृष्ठ पर संदेश बॉक्स कैसे प्रदर्शित करें।
    D: None of these / इनमें से कोई नहीं।
...
Answer is B:
Markup tags in HTML (such as  <br>) tell the web browser how to structure and display content on a webpage. These tags provide instructions on how the content should be organized and presented.

Q2 : __ attribute of text box control allow to limit the maximum character.
टेक्स्ट बॉक्स कंट्रोल की __ विशेषता अधिकतम वर्ण को सीमित करने की अनुमती देती है।

    A : Size / आकार
    B : Len / लेन
    C : Maxlength / अधिकतम लंबाई
    D : All of the above / उपरोक्त सभी
...
Answer is C:
The maxlength attribute of a text box control in HTML allows you to specify the maximum number of characters that a user can input into the text box. This attribute helps in limiting the length of the input and is used to control the data entered by the user.

Q3 : Web pages start with __ tag.
वेब पृष्ठ __ टैग के साथ आरंभ होते हैं।

    A:  <Body>
    B:  <Title>
    C:  <HTML>
    D:  <Form>
...
Answer is C:
वेब पृष्ठ HTML (HyperText Markup Language) टैग के साथ आरंभ होते हैं। इसलिए, सही उत्तर है|

Q4 : The attribute, which define the relationship between current document and HREF'ed URL is.
वह अट्रीब्यूट, जो वर्तमान डॉक्यूमेंट और HREF'ed URL के बीच सम्बन्ध को डिफाइन करता है।

    A : REL
    B : URL
    C : REV
    D : All of these / उपरोक्त सभी
...
Answer is A:
The attribute that defines the relationship between the current document and the HREF'ed URL is the "REL" attribute. Therefore, the correct answer is.

Q5 : Current HTML to left align the content inside a table cell is.
एक टेबल सेल के अन्दर कंटेंट को बाएं एलाइन करने के लिए सही एच टी एम एल है।

    A:  <tdleft>
    B:  <td ralign="left">
    C:  <td align="left">
    D:  <td leftalign>
...
Answer is C:
The correct HTML to left-align the content inside a table cell is.

Q6 : Meta tag appears in __.
मेटा टैग __ में होता है।

    A:  <Head>
    B:  <Title>
    C:  <Body>
    D:  <Form>
...
Answer is A:

Q7 :  <INPUT> is -
 </INPUT> है।

    A : Format tag / फॉर्मेट टैग
    B : Empty tag / एम्प्टी टैग
    C : Both A & B / A तथा B दोनो
    D : None of these / इनमें से कोई नहीं
...
Answer is B:

Q8 : The map definition file is generally stored in.
मैप डेफिनिशन फाइल को सामान्यतः ___ में संग्रहित किया जाता है।

    A : CGI-BIN
    B : RECYCLE-BIN
    C : BIN
    D : All of the above / उपरोक्त सभी
...
Answer is A:
The map definition file is generally stored in .

Q9 : The text inside the  <TEXT AREA> tag work a beginning of paragraphs.
 <TEXT AREA> टैग के अन्दर टेक्स्ट के रूप में कार्य करता है |

    A :  <P> Formatted text
    B :  <T> Formatted text
    C :  <PRE> Formatted text
    D : None Of these / इनमें से कोई नहीं
...
Answer is C:
I apologize for the confusion in my previous responses. To clarify, the correct option for the text inside the  <TEXT AREA> tag is not provided among the options. The  <TEXT AREA> tag is typically used for multiline text input, and it doesn't inherently represent formatted paragraphs or use specific tags like  <P>,  <T>, or  <PRE>. The content within a  <TEXT AREA> tag is plain text or data that users can input.

Q10 : __ tag is used to mark a beginning of paragraphs.
__ टैग का प्रयोग पैराग्राफ के आरम्भ को चिन्हित करने के लिए किया जाता है |

    A:  <TD>
    B:  <BR>
    C:  <P>
    D:  <TR>
...
Answer is C:
The tag used to mark the beginning of paragraphs is.

Q11 : Which of the following is a container -
निम्नलिखित में से कौन सा एक कंटेनर है ?

    A:  <SELECT>
    B:  <BODY>
    C:  <INPUT>
    D : Both A & B / A तथा B दोनों
...
Answer is D:
A container in HTML is an element that can contain other elements or content. In the given options: Both  <SELECT> and  <BODY> are examples of container elements.

Q12 : Which is the correct CDN for W3.CSS ? W3.CSS के लिए सही DNS कौन सा है ?

    A : https://www.w3schools.com/w3css/4/w3.css
    B : https://www.w3school.com/w3css/4/w3.css
    C : https://www.w3.org./w3css/4/w3.css
    D : https://www.w3schools.org/w3css/4/w3.css
...
Answer is A:
The correct CDN (Content Delivery Network) link for W3.CSS is

Q13 :  <DT> tag is designed to fit a single line of our web page but  <DD> -
 <DT> टैग को हमारे वेब पेज की सिंगल लाइन को सामिल करने के लिए तैयार किया गया है लेकिन  <DD> टैग एक __ स्वीकार करेगा |

    A : Line of text / टेक्स्ट की पंक्ति
    B : Full paragraph / पूर्ण पैराग्राफ
    C : Word / शब्द
    D : Request / अनुरोध
...
Answer is B:
The  <DD> tag is designed to accept a full paragraph, so the correct option is.

Q14 : Character encoading is.
करैक्टर इनकोडिंग है |

    A : Method used to represent numbers in a character-
    एक करैक्टर में संख्याओं को रेप्रेसेंट करने के लिए प्रयोग की गई विधि

    B : Method used to represent character in a number
    एक संख्या में करैक्टर को रेप्रेसेंट करने के लिए प्रयोग की गई विधि

    C : A system that consists of a code which pairs each character with a pattern, electrical of natural nunber or electrical pulse in order to transmit the data
    एक प्रणाली जिसमे एक कोड होता है जो डेटा को प्रसारित करने के लिए प्रत्येक करैक्टर को एक पद्धति, नेचुरल नंबर के क्रम या विधुतीय पल्स से साथ युग्मित करती है |

    D : None of these / इनमें से कोई नहीं
...
Answer is C:
Character encoding refers to.

Q15 : What is the full for of XHTML ?
XHTML का पूर्ण रूप क्या है ?

    A : Extensible Hyper Text Marking Language
    B : Extensible Hyper Text Markup Language
    C : Extensible Hyper Media Marking Language
    D : Extensible Hypenation Text Marking Language
...
Answer is B:

Q16 : A much better approach to establish the base URL is to use -
बेस यू०आर०एल० को स्थापित करने के लिए एक बेहतर अप्रोच है __ का प्रयोग |

    A : BASE element / बेस एलिमेंट
    B : HEAD element / हेड एलिमेंट
    C : Both A & B / A तथा B दोनों
    D : None of these / इनमें से कोई नहीं
...
Answer is A:
A much better approach to establish the base URL is to use.

Q17 : The used to creat a new list item and also include a hyperlink is .
एक नई आइटम list बनाने तथा एक हाइपरलिंक को शामिल करने के लिए प्रयोग किया जाने वाला टैग है |

    A:  <LI>
    B:  <DL>
    C:  <DD>
    D:  <UL>
...
Answer is A:
The tag used to create a new list item and also include a hyperlink is.

Q18 : Any part of the graphic that is not included in another hot zone is considered to be part of .
ग्राफ़िक का कोई भाग जो दूसरे हॉट जोन में शामिल नहीं किया गया है __ का भाग माना जाता है |

    A : Rect
    B : Point
    C : Default
    D : Polygon
...
Answer is C:
Any part of the graphic that is not included in another hot zone is considered to be part of.

Q19 : The external style sheet may be written in any text editor but must be saved waith a __ extension.
बाहरी स्टाइल शीट को किसी भी टेक्स्ट एडिटर में लिखा जा सकता है लेकिन इसे ___ एक्सटेंशन के साथ सेव किया जाना चाहिए।

    A : (.css)
    B : (.cs)
    C : (.html)
    D : (.js)
...
Answer is A:

Q20 : TCP devided the data into units called __ and attaches necessary information to reassemble the data and check for errors.
टीसीपी डेटा को ___ नमक इकाइयों में विभाजित करता है और डेटा को फिर से इकट्ठा करने और त्रुटियों की जांच करने के लिए आवश्यक जानकारी संलग्न करता है।

    A : Data
    B : Packets
    C : Header
    D : Bundle
...
Answer is B:
TCP divides the data into units called.

Q21 : Which property is used to define the background effects on element.
एलिमेंट पर बैकग्राउंड इफेक्ट को डिफाइन करने के लिए किस प्रॉपर्टी का उपयोग किया जाता है।

    A : Background Property
    B : bgcolor Property
    C : Both A & B / A और B दोनों
    D : None of these / इनमें से कोई नहीं
...
Answer is A:
The correct property used to define background effects on an element is .

Q22 : __ is a set of rules that describe how computers communicate .
___ नियमों का एक समूह है जो बताता है की कंप्यूटर कैसे संचार करते हैं।

    A : Protocol
    B : Standerd
    C : Internet
    D : Nine of these / इनमें से कोई नहीं
...
Answer is A:

Q23 : Which property is used to spacify the border type which you want to display on the webpage.
वेब पेज पर आप जिस बॉर्डर टाइप को प्रदर्शित करना चाहते हैं उसे स्पेशिफाई करने के लिए किस प्रॉपर्टी का उपयोग किया जाता है।

    A : border-style
    B : border-width
    C : border-color
    D : None of these / इनमें से कोई नहीं
...
Answer is A:
The property used to specify the border type to display on a webpage is.

Q24 : A piece of icon image on a web page associated with another web page is called.
किसी अन्य वेब पेज से जुड़े वेब पेज पर आइकन या इमेज के एक टुकड़े को कहा जाता है।

    A : URL
    B : Hyperlink
    C : Plugin
    D : None of these / इनमें से कोई नहीं
...
Answer is B:
A piece of icon or image on a web page associated with another web page is called.

Q25 : HTTP stands for -
एचटीटीपी का पूर्ण अर्थ है।

    A : Hypertext Transfer Protocol
    B : Hypertext Transport Protocol
    C : Hypermedia Tranfer Protocol
    D : None of these / इनमें से कोई नहीं
...
Answer is A:

Q26 : Which of the following is a web server ?
निम्नलिखित में से वेब सर्वर कौन है।

    A : Mozila Firefox
    B : Postfix
    C : Bind
    D : Apache
...
Answer is D:

Q27 : __ is a markup Standerd for how to specify a document markup language or tag set ?
डॉक्यूमेंट मार्कअप भाषा या टैग सेट को कैसे स्पेशीफाई करें, इसके लिए ___ एक मार्कअप स्टैंडर्ड है।

    A : SMGL ( Standard Generalized markup Language )
    B : CSS ( Cascading Style Sheet )
    C : JsJava script
    D : None of these / इनमें से कोई नहीं
...
Answer is A:

Q28 : __ Iterates the elements for the infinite number of times.
___ एलिमेंटों को अनंत बार दोहराता है।

    A : JavaScript While Loop
    B : JavaScript do While Loop
    C : Both A & B / A तथा B दोनों
    D : None of these / इनमें से कोई भी नहीं
...
Answer is C:
The loop that iterates the elements for an infinite number of times is: C : Both A & B / A तथा B दोनों Both the JavaScript While Loop (A) and do While Loop (B) can be used to create infinite loops, but they have different structures and conditions.

Q29 : Full form of the CSS .
सीएसएस का पूर्ण रूप क्या है।

    A : Cascade Style Sheets
    B : Cascading Style Sheets
    C : Color and Style Sheets
    D : None of these / इनमें से कोई नहीं
...
Answer is B:

Q30 : __ method is used to creat a new function. When a function is called, it has its own 'this' keyword set to the provided value, with a given sequence of arguments.
एक नया फंक्शन बनाने के लिए __ मैथड का उपयोग किया जाता है। जब किसी फंक्शन को कॉल किया जाता है, तो उसका अपना 'this' कीवर्ड होता है, जो दी गई वैल्यू पर सेट होता है, जिसमें दिए गए अर्गुमेंटो का क्रम होता है।

    A : The JavaScript Function bind()
    B : Bound ()
    C : This ()
    D : None of these / इनमें से कोई नहीं
...
Answer is A:
The method used to create a new function, where when a function is called, it has its own 'this' keyword set to the provided value, with a given sequence of arguments, is.

Q31 : Which tag is used to creat a Hypertext relationship between current document and another URL ?
वर्तमान डॉक्यूमेंट और अन्य URL के बीच हाइपरटेक्स्ट संबंध बनाने के लिए किस टैग का उपयोग किया जाता है।

    A:  <LINK>
    B:  <STYLE>
    C:  <HEAD>
    D : None of these / इनमें से कोई नहीं
...
Answer is A:
The tag used to create a Hypertext relationship between the current document and another URL is.

Q32 : Which of the following is the current syntax for referring the external style sheet ?
बाहरी स्टाइल शीट को रेफर करने के लिए निम्नलिखित में से कई सा सिंटेक्स सही है ?

    A:  <style src=example.css>
    B:  <style src="example.css">
    C:  <stylesheet> example.css  </stylesheet>
    D:  <link rel="stylesheet" type="text/css" href="example.css">
...
Answer is D:
The correct syntax for referring to an external style sheet is:
D :  <link rel="stylesheet" type="text/css" href="example.css">

Q33 : which symbol is used at the beginning of the HFEF text is __?
एचआरईएफ टेक्स्ट की शुरुआत में किस प्रतीक का प्रयोग किया जाता है।

    A : #
    B : $
    C : Dot).
    D : None of these / इनमें से कोई नहीं
...
Answer is A:
The symbol used at the beginning of an HREF text in HTML is:
A : #

Q34 : shortcut key of webpage refresh is.
वेबपेज को रिफ्रेश करने की शॉर्टकट की होती है।

    A: F4
    B: F5
    C: F6
    D: F12
...
Answer is B:
The shortcut key for refreshing a webpage is:
B : F5

Q35 : __ defines the syntex of the markup in SGML.
एसएमजीएल में मार्कअप सिंटेक्स को निर्धारित करता है।

    A : DTD ( Document Type Definition )
    B : XML
    C : HTML
    D : None of these / इनमें से कोई नहीं
...
Answer is A:

Q36 : __ improve the quality of an image without distorting it.
किसी इमेज को विकृत किए बिना उसकी गुणवत्ता को बढ़ाता है।

    A : FILTERS
    B : STYLE
    C : TransForm
    D : None of these / इनमें से कोई नहीं
...
Answer is A:

Q37 : ___ is an application layer protocol that works on request and response.
__ एक एप्लीकेशन लेयर प्रोटोकॉल है जो अनुरोध और प्रतिक्रिया पर काम करता है।

    A: HTTP
    B: TCP
    C: IP
    D : None of these / इनमें से कोई नहीं
...
Answer is A:

Q38 : the property in CSS used to change the text color of an element is-
किसी एलिमेंट के टेक्स्ट का रंग बदलने के लिए सीएसएस में प्रयुक्त प्रॉपर्टी है -

    A : bgcolor
    B : color
    C : Background-color
    D : All of the above / उपर्युक्त सभी
...
Answer is B:
The property in CSS used to change the text color of an element is:
B : color

Q39 : which one of following creates of PUSH button.
निम्नलिखित में से कौन सा पुश बटन बनाता है।

    A : RESET
    B : RADIO
    C : INPUT
    D : CHECK BOX
...
Answer is C:
The correct option for creating a PUSH button in HTML is: C : INPUT

Q40 : that text inside the  <TEXT AREA> tag works like___.
 <TEXT AREA> पैर के अंदर का टेक्स्ट ___ की तरह काम करता है।

    A :  <P> Formatted text
    B :  <T> Formatted text
    C :  <PRE> Formatted text
    D : None of these / इनमें से कोई नहीं
...
Answer is C:

Q41 : the CSS property used to control the element's font-size is -
एलिमेंट के फ़ॉन्ट-आकार को नियंत्रित करने के लिए उपयोग की जाने वाली सीएसएस प्रॉपर्टी है -

    A : text-style
    B : text-size
    C : Font:size
    D : None of these / इनमें से कोई नहीं
...
Answer is C:
The correct CSS property used to control the element's font-size is:
C : font-size

Q42 : how can we select an element with a specific ID in CSS ?
हम सीएसएस में एक विशिष्ट आईडी वाले एलिमेंट का चयन कैसे कर सकते हैं?

    A : ( ^ )
    B : ( # )
    C : ( . )
    D : None of these / इनमें से कोई नहीं
...
Answer is B:
To select an element with a specific ID in CSS, we use: B : # (hash symbol) So, the correct answer is ( # )

Q43 : JavaScript global variable is.
जावास्क्रिप्ट ग्लोबल वेरिएबल है।

    A : declared outside the function
    B : declared with the window object
    C : both of the above / उपर्युक्त दोनों
    D : None of these / इनमें से कोई नहीं
...
Answer is C:
JavaScript global variables are declared outside of any function and are also associated with the window object. So, the correct answer is both A and B.

Q44 : which type of CSS is used in the below code ?
 < p style="border:2px solid red;">

    A : Inline CSS
    B : Internal CSS
    C : External CSS
    D : None of these / इनमें से कोई नहीं
...
Answer is A:
In the given code, the CSS style is applied directly to the HTML element using the "style" attribute. This is characteristic of inline CSS.

Q45 : the first page of website is called.
वेबसाइट के पहले पेज को कहते हैं।

    A : First page
    B : Main page
    C : Home page
    D : None of these / इनमें से कोई नहीं
...
Answer is C:

Q46: HTML Tags are enclosed in _____. एचटीएमएल टैग्स _____ में संलग्न होता है|

    A: ? And !
    B:  <And>
    C: { And }
    D: # And #
...
Answer is B:

Q47: _______ is the HTML Tag use for superscript text.
________ सुपरस्क्रिप्ट टेक्स्ट के लिए उपयोग किया जाने वाला एचटीएमएल टैग है |

    A:  <sup>
    B:  <superscript>
    C:  <s>
    D:  <superscripted>
व्ह्घ ...
Answer is A:

Q48: Which of the following is true about anguler js expressions ?
निम्नलिखित में कौन सा एंगुलर जेएस एक्सप्रेशन के बारे में सही है |

    A: Expressions behave in same way as ng-bind directives
    एक्सप्रेशन उसी तरह व्यव्हार करता है जैसे ng-bind डायरेक्टिव

    B: Expressions are used to bind application data to html.
    एक्सप्रेशन का उपयोग एप्लीकेशन डाटा को एचटीएमएल से बाइंड करने के लिए किया जाता है|

    C: Expressiones are written inside double braces like {{ expression }}
    एक्सप्रेशन दोहरे ब्रेसिज के अन्दर लिखे जाते हैं जैसे- {{ expression }} |

    D: All of these / उपरोक्त सभी
...
Answer is D:

Q49: What is the model in MVC ?
एमवीसी में एक मॉडल क्या है |

    A: The lowest level of the pattern responsible for maintaining data.
    डाटा को बनाये रखने के लिए अपने जाने वाली पद्धति का निम्नतम स्तर

    B: Represents server-side data.
    सर्वर-साइड डाटा का प्रतिनिधित्व करता है|

    C: Represtents data stored in a database.
    डेटाबेस में संगृहीत डाटा का प्रतिनिधित्व करता है |

    D: None of the mentioned / इनमें से कोई नहीं
...
Answer is A:

Q50: Which of the following is/are a  <style>tag(s)?
निम्नलिखित में से कौन एक  <Style> टैग है ?

    A:  <B>
    B:  <TT>
    C:  <I>
    D: All of the above / उपरोक्त सभी
...
Answer is D:
The correct answer is D: All of the above / उपरोक्त सभी. None of the options (A:  <B>>, B:  <TT>, C:  <I>) corresponds to the

टिप्पणियाँ

इस ब्लॉग से लोकप्रिय पोस्ट

Libre Office Scalc ( Interoduction )

Libre Office Calc Formulas

TALLY ACCOUNTING