MCQs on XML
एक्सएमएल के क्या फायदे हैं/हैं?
What is/are the advantages of xml?
[A] xml files are human readable.
[B] It allows data interchange between different computers.
[C] It provides user selected view of data.
[D] All of the Above
Correct Answer : All of the Above
निम्नलिखित में से कौन सा प्रतीक XML टैग की शुरुआत को दर्शाता है?
Which of the following symbols marks the start of an XML tag?
[A] {}
[B] ()
[C] <>
[D] []
Correct Answer : <>
आप XML में टिप्पणी कैसे जोड़ते हैं?
How do you add a comment in XML?
[A] <!--This is a comment-->
[B] //This is a comment
[C] # This is a comment
[D] * This is a comment
Correct Answer : <!--This is a comment-->
निम्नलिखित में से कौन सा XML का उद्देश्य नहीं है?
Which of the following is not a purpose of XML?
[A] Styling web pages
[B] Storing data
[C] Transporting data
[D] Describing data
Correct Answer : Styling web pages
निम्नलिखित में से कौन सा XML का उद्देश्य नहीं है?
Which of the following is not a purpose of XML?
[A] <tagName attribute="value">
[B] <tagName attribute=value>
[C] <tagName "attribute"="value">
[D] <tagName attribute: value>
Correct Answer : <tagName attribute="value">
एक्सएमएल का मतलब क्या है?
What does XML stand for?
[A] Extensible Markup Language
[B] Extrapolated Markup Language
[C] Extended Markup Language
[D] Exclusive Markup Language
Correct Answer : Extensible Markup Language
XML में टैग क्या है?
What is a tag in XML?
[A] A keyword that identifies the type of data
[B] An identifier for a specific element
[C] A formatting code for text
[D] A type of file extension
Correct Answer : An identifier for a specific element
XML दस्तावेज़ में मूल तत्व क्या है?
What is the root element in an XML document?
[A] The first element in the document
[B] The last element in the document
[C] The element that contains all other elements
[D] The element that contains the text of the document
Correct Answer : The element that contains all other elements
XML स्कीमा का उद्देश्य क्या है?
What is the purpose of an XML schema?
[A] To define the structure and content of an XML document
[B] To provide metadata about an XML document
[C] To provide a way to validate an XML document
[D] To define the encoding used in an XML document
Correct Answer : To define the structure and content of an XML document
XML किस भाषा से सर्वाधिक मिलती जुलती है?
What language is XML most similar to?
[A] CSS
[B] Python
[C] JavaScript
[D] HTML
Correct Answer : HTML
कौन सी भाषा XML पर आधारित है/हैं?
Which language(s) is/are based on XML?
[A] SVG
[B] XHTML
[C] MathML
[D] All of these
Correct Answer : All of these
XML के संबंध में सही कथन क्या है?
What is correct statement in respect of XML ?
[A] Declaration is not a tag.
[B] Declaration is a tag.
[C] XML is not usually used for descriptive purposes, but there are ways to display XML data.
[D] Allof these
Correct Answer : Declaration is not a tag.
BIHAR STET-2023
XML में, किसी तत्व को विशिष्ट रूप से पहचानने के लिए किस विशेषता का उपयोग किया जाता है?
In XML, which attribute is used to uniquely identify an element?
[A] id
[B] class
[C] name
[D] tag
Correct Answer : id
BIHAR STET-2023
XML में डॉक्यूमेंट टाइप डेफ़िनेशन (DTD) की क्या भूमिका है?
What is the role of a Document Type Definition (DTD) in XML?
[A] It defines the structure and data types of XML documents.
[B] It provides a list of external resources for an XML document.
[C] It specifies the styling rules for XML elements.
[D] It encrypts the content of an XML document
Correct Answer : It defines the structure and data types of XML documents.
DSSSB TGT -2023
निम्नलिखित में से कौन XML पार्सर नहीं है?
Which of the following is NOT an XML parser ?
[A] Shell
[B] JDOM
[C] DOM
[D] SAX
Correct Answer : Shell
DSSSB TGT -2023
निम्नलिखित में से कौन सा DTD में XML तत्व के लिए वैध सिंटैक्स है?
Which of the following is a valid syntax for the XML element in a DTD ?
[A] <!ELEMENT element-name category >
[B] <!ATTLIST element-name attribute name attribute-type attribute-value>
[C] <#ELEMENT element-name category >
[D] <!ENTITY entity-name "entity-value ">
Correct Answer : <!ELEMENT element-name category >
DSSSB TGT -2023
XML (एक्सटेंसिबल मार्कअप लैंग्वेज) तत्वों का नाम हटाते समय निम्नलिखित में से किस नियम का पालन किया जाना आवश्यक है?
Which of the following rule is needed to be followed while de clearing the XML (Extensible Markup Language ) elements name ?
[A] Name must start with a number
[B] Name can contain spaces
[C] Name must not start with the letter xml
[D] Name cannot contain letter, numbers and other characters
Correct Answer : Name must not start with the letter xml
DSSSB TGT -2023
निम्नलिखित में से कौन सा XML पार्सर एक ऐसा ऑब्जेक्ट है जिसमें XML दस्तावेज़ की सभी जानकारी शामिल होती है और यह एक वृक्ष संरचना की तरह बना होता है?
Which of the following types of XML parsers is an object that all the contains all the information of an XML document and is composed like a tree structure ?
[A] DOS
[B] SAX
[C] DOM
[D] SAY
Correct Answer : DOM
DSSSB TGT -2023
________XML दस्तावेज़ों को पढ़ता है और उनकी सामग्री और संरचना तक पहुँच प्रदान करता है।
________reads XML documents and provides access to their content and structure.
[A] XML schema
[B] XML pre-processor
[C] XML processor
[D] XML codes
Correct Answer : XML processor
SSC Scientific Assistant CS_IT NOV -2017
XML दस्तावेज़ में टिप्पणियाँ इस प्रकार दी जाती हैं:
Comments in XML document is given by:
[A] <?_ _ _ _>
[B] <!_ _ _ _!>
[C] <!_ _ _ _>
[D] </ _ _ _ _>
Correct Answer : <!_ _ _ _>
TAC-2018
XML का मतलब है
XML stands for
[A] Extended Middle Language
[B] Extended Middle Language
[C] Extensible Markup Language
[D] Extensible Model Language
Correct Answer : Extensible Markup Language