An XML document can be viewed in a (a) Word processor (b) Web browser -Technology

1 Answer

Answer :

(b) An XML document can be viewed in a Web browser.

Related questions

Description : Which tag do we use to change the size and style (face) of the text of an HTML file viewed on a Web browser? -Technology

Last Answer : tag is used to change the size and style (face) of the text of an HTML file displayed on a Web browser. Two attributes of tag are as follows:size: It specifies the size of the text inside a tag.Syntaxface: It specifies the font name of the text inside a tag.Syntax

Description : Mozilla Firebox is a (a) Web Browser (b) News Website (c) Graphing Package (d) Word Processor -Technology

Last Answer : Mozilla Firebox is aWeb Browser

Description : After modifying a document using track changes, in how many ways a document can be viewed? -Technology

Last Answer : There are four ways of viewing a document as follows:1. Final Showing Markup2. Final3. Original Showing Markup4. Original

Description : Can same CSS document be used in multiple XML documents? -Technology

Last Answer : Yes, the same CSS document can be used in multiple XML documents.

Description : Which document is used to define the style of an XML document? -Technology

Last Answer : CSS is a text document (or stylesheet) that is commonly used to define the style and layout of an XML document.

Description : List the important points to create an XML document. -Technology

Last Answer : The points while creating an XML document are as follows:1. XML documents must have starting and closing tags.2. XML tags are case sensitive.3. XML elements must be properly nested.4. XML documents must have one root element.5. The values of XML attributes must be enclosed in double quotes.

Description : State whether the following XML document is well_formed or not Mapoj -Technology

Last Answer : The preceding XML document is not well-formed because it contains two root elements. An XML document contains only one root element.

Description : Write the procedure to link a stylesheet with an XML document. -Technology

Last Answer : Using CSS with an XML DocumentTo link an XML document with a stylesheet perform the following steps:1. Create an XML document and save it as a file with the .xml extension.2. Create a stylesheet ... following is the XML document:AJan 24, 1987BlueBDec 15, 2009< Eyes >BrownNow, save it as test1.xml

Description : Write an XML document that marks up the following data: All these must be rendered -Technology

Last Answer : Raj Kumar Delhi Pankaj Mumbai Rahul Sharma Delhi Praveen Noida

Description : Explain the structure of XML document. -Technology

Last Answer : Structure of XML- File/DocumentEvery XML document includes both physical and logical structure which are as follows:1. Physical StructureIt contains the actual data used in a document. The basic storage ... which is the base for the logical structure.The structure of the document of example code:

Description : Consider the following XML document. Check this for well_ formedness. -Technology

Last Answer : The above XML document is not well-formed.The document suffers from two errors which are as follows:1. Improper nestingThe MiddleName element is opened inside the FirstName element, yet MiddleName is not closed before ... , which is incorrect. XML is case sensitive, thus the end tag of should be .

Description : Write two points of difference in HTML and XML. Write three points of well_formed XML document. -Technology

Last Answer : Two points of difference between HTML and XML follows:HTMLXMLHTML is a markup language thatcreates the form andappearance of the Web page.XML is a text-based markup language ... and closing tags.3. XML attributes values, should be in double quotation marks.TableWood751stChairPlastic85IInd

Description : XML document structure can be divided in which two parts? -Technology

Last Answer : XML document structure can be divided into two parts as follows:1. Well-formed XML document2. Valid XML documentA valid XML document means to follow several terms, such as follows:1. It is not ... for validation.The XML code is Srishti Programmer Engineering 5E Aditi Designer Marketing 19T

Description : Write two points of differences between XML and HTML. What is meant by a well_formed XML document -Technology

Last Answer : The differences between XML and HTML are as follows:1. HTML has predefined tags while XML has user-defined tags.2. HTML document can be viewed directly by the Web browser while XML document cannot be ... tags are case sensitive.The XML code is Singapore 200000 8 Aeroplane Shimla 10000 4 Bus

Description : Explain with a help of an example, how root elements are placed in a XML document? -Technology

Last Answer : XML documents must contain one element that is the parent of all other elements. This element is called the root element. The root element encloses all other elements in XML. All other elements inside the ... then comes the child element which in turn stores the and of the employee in the tags.

Description : Write the DTD for the following XML document: -Technology

Last Answer : ]>

Description : Name the root element in the following XML document: -Technology

Last Answer : (c) father is the root element.

Description : To link an XML document with a stylesheet, you need to (a) use the PI component in the XML document -Technology

Last Answer : (a) To link an XML document with a stylesheet, you have to use the PI component in the XML document.

Description : The XML document is like a (a) tree structure -Technology

Last Answer : (a) The xml document is like a tree structure.

Description : Valid XML document means -Technology

Last Answer : (c) Valid XML document checks errors and has DTD or schema and compiles to it.

Description : Is this, a “well_formed” XML document? -Technology

Last Answer : (b) No, because is not a correct element and element is not closed.

Description : Well_formed XML document means -Technology

Last Answer : (d) Well-formed XML document must contain one or more elements and root element must contain all other elements.

Description : An XML document that follows the XML syntax is called a -Technology

Last Answer : (b) well-formed XML document

Description : ……… is used to define the structure of an XML document. -Technology

Last Answer : DTDis used to define the structure of an XML document.

Description : ………. refers to the preface to an XML document. -Technology

Last Answer : Prologrefers to the preface to an XML document.

Description : ……….. are the building blocks of an XML document and are represented by using tags. -Technology

Last Answer : Elements are the building blocks of an XML document and are represented by using tags.

Description : The combination of XML document, DTD and stylesheet is known as ………. . -Technology

Last Answer : The combination of XML document, DTD and stylesheet is known asXML document system.

Description : You can validate an XML document by using the XML validator and …………… . -Technology

Last Answer : You can validate an XML document by using the XML validator andXML parser.

Description : An XML document has both a ……….. structure and a ………….. structure. -Technology

Last Answer : An XML document has both aphysicalstructure and alogicalstructure.

Description : We need a/an ………….. to create and edit an XML document. -Technology

Last Answer : We need a/anXML parserto create and edit an XML document.

Description : ……… is a text document that is commonly used to define the style and layout of an XML document. -Technology

Last Answer : CSS is a text document that is commonly used to define the style andlayout of an XML document.

Description : An XML document can have only limited number of child elements. -Technology

Last Answer : False XML document can have an unlimited number of child elements.

Description : Names in XML document must start either with a letter, number or underscore. -Technology

Last Answer : False Names in XML must start either with a letter or underscore character.

Description : XML document must have one root element. -Technology

Last Answer : True XML document must have one root element.

Description : A valid XML document that follows all grammar rules is well_formed document. -Technology

Last Answer : True A well-formed XML document means that the document has the correct XML syntax and follows proper grammar rules.

Description : What is XML document system how is it different from XML document or XML file -Technology

Last Answer : XML stands for Extensible Markup Language. It is a text-based markup language derived from Standard Generalized Markup Language (SGML).An XML document is a basic unit of XML information ... data. For example, database of numbers, numbers representing molecular structure or a mathematical equation.

Description : Valid XML document means (a) The document has one root element -Technology

Last Answer : Valid XML document meansThe document has a DTD and complies to it

Description : topmargin is used to specify the distance between the top of the document and top of the browser window. -Technology

Last Answer : True topmargin is an attribute of the tag, which is used to specify the distance between the top of the document and top of the browser window.

Description : XML was not designed to (a) display Web pages -Technology

Last Answer : (a) XML was designed to store and carry data, not to display Web pages.

Description : Google Chrome is an example of (a) Web browser (b) Web server (c) HTTP (d) WWW -Technology

Last Answer : (a) Web browser is the program that is used to explore the Internet.Thus, Google Chrome is an example of Web browser.

Description : Safari is a Web browser developed by ……….. -Technology

Last Answer : Safari is a Web browser developed byApple.

Description : Which software browse the Internet in a systematic manner? (a) Web crawler (b) Web browser -Technology

Last Answer : (a) Web search engine works by storing information about many Web pages, retrieved by a Web crawler.

Description : What is the method of viewing the source code of the current page in the Web browser? -Technology

Last Answer : Right click on the Web page and then select View Source from the context menu.

Description : To create an HTML page, you need (a) text editor (b) Web browser -Technology

Last Answer : (c) Because text editor is required to write HTML code and the Web browser is needed to display the page.

Description : The ……….. tag is used to make the Web browser ignore anything that the tag contains. -Technology

Last Answer : The tag is used to make the Web browser ignore anything that the tag contains.

Description : An image to be displayed in a Web page has to cover 25% of the browser window horizontally and 50% vertically. -Technology

Last Answer : An image to be displayed in a Web page has to cover 25% of the browser window horizontally and 50% vertically. The attributes height and width of the tag would be used for achieving this.

Description : ………. security technology establishes an encrypted link between a Web server and browser. -Technology

Last Answer : SSL security technology establishes an encrypted link between a Web server and browser.

Description : What is the purpose of a web browser? Give the name of any two popular web browsers. -Technology

Last Answer : A web browser is an application program used for exploring the information resources available on the World Wide Web to retrieve the required information. Two popular web browsers are Google Chrome and Mozilla Firefox.

Description : Data can be viewed at the lowest level from which information and knowledge are derived. -Technology

Last Answer : TrueData are raw facts, which after processing is called information and further refinement of information is called knowledge.

Description : Which among the following views allows you to add some extra information to a slide which is not viewed during the presentation. -Technology

Last Answer : c) Notes Page view allows you to add some extra information related to presentation but it is not viewed during the presentation.