ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 5 Weeks Ago, 4 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 24 May 2017 My Price 8.00

correct way of specifying XML version

1…

What is the correct way of specifying XML version?

 

A.<?xml version="1.0"/>

B.<?xml version="1.0"?>

C.<xml version="1.0"/>

2……

<Customer> 
<CustomerId> 101 </CustomerId> 
<CustomerName> Nextel </CustomerName> 
<Phone> 456-344-1234 </Phone> 
<Customer>

 

A.<!ELEMENT Customer(CustomerName, Phone, CustomerId)>

B.<!ELEMENT Customer (customerid, customername, phone)>

C.<!ELEMENT Customer (CustomerId, CustomerName, Phone)>

D.<!ELEMENT Customer (ID, NAME, PHONE)>

 

3….

What is the correct way of referring to a stylesheet called "mystyle.xsl"

 

A.<link type="text/xsl" href="/mystyle.xsl" />

B.<?xml-stylesheet type="text/xsl" href="/mystyle.xsl" ?>

C.<stylesheet type="text/xsl" href="/mystyle.xsl" />

 

4…….

For the XML parser to ignore a certain section of your XML document, which syntax is correct?

 

A.<![CDATA[ Text to be ignored ]]>

B.<xml:CDATA[ Text to be ignored ]>

C.<PCDATA> Text to be ignored </PCDATA>

D.<CDATA> Text to be ignored </CDATA>

 

 

 

5….

Explain two ways how XML differs from HTML

 

Maximum number of characters (including HTML tags added by text editor): 60,000

 

 

6…..Name one advantage of having External DTD over Internal DTD

 

Maximum number of characters (including HTML tags added by text editor): 60,000

 
 

Answers

(11)
Status NEW Posted 24 May 2017 03:05 AM My Price 8.00

-----------

Not Rated(0)