JapanCertは頼りが強い上にサービスもよくて、もし試験に失敗したら全額で返金いたしてまた一年の無料なアップデートいたします。
21世紀の情報化時代の急流の到来につれて、人々はこの時代に適応できるようにいつも自分の知識を増加していてますが、まだずっと足りないです。IT業種について言えば、XML MasterのI10-001認定試験はIT業種で欠くことができない認証ですから、この試験に合格するのはとても必要です。この試験が難しいですから、試験に合格すれば国際的に認証され、受け入れられることができます。そうすると、美しい未来と高給をもらう仕事を持てるようになります。JapanCertというサイトは世界で最も信頼できるIT認証トレーニング資料を持っていますから、JapanCertを利用したらあなたがずっと期待している夢を実現することができるようになります。100パーセントの合格率を保証しますから、XML MasterのI10-001認定試験を受ける受験生のあなたはまだ何を待っているのですか。速くJapanCertというサイトをクリックしてください。
XML MasterのI10-001認定試験は今IT業界の人気試験で多くのIT業界の専門の人士がITの関連の認証試験を取りたいです。XML Masterの認証試験の合格書を取ってから更にあなたのIT業界での仕事にとても助けがあると思います。
成功することが大変難しいと思っていますか。IT認定試験に合格するのは難しいと思いますか。今XML MasterのI10-001認定試験のためにため息をつくのでしょうか。実際にはそれは全く不要です。IT認定試験はあなたの思い通りに神秘的なものではありません。我々は適当なツールを使用して成功することができます。適切なツールを選択する限り、成功することは正に朝飯前のことです。どんなツールが最高なのかを知りたいですか。いま教えてあげます。JapanCertのI10-001問題集が最高のツールです。この問題集には試験の優秀な過去問が集められ、しかも最新のシラバスに従って出題される可能性がある新しい問題も追加しました。これはあなたが一回で試験に合格することを保証できる問題集です。
試験番号:I10-001問題集
試験科目:XML Master 「XML Master Basic V2」
最近更新時間:2013-10-22
問題と解答:129
購入前にお試し,私たちの試験の質問と回答のいずれかの無料サンプルをダウンロード:http://www.japancert.com/I10-001.html
NO.1 Select which of the following correctly describes an element type declaration that includes either the
"home" element or the "mobile" element as a child element of the "telephone_number" element.
A. <!ELEMENT telephone_number (home,mobile)>
B. <!ELEMENT telephone_number (home?mobile)>
C. <!ELEMENT telephone_number (home)>
<!ELEMENT telephone_number (mobile)>
D. <!ELEMENT telephone_number (home|mobile)>
Answer: D
XML Master I10-001認定試験 I10-001認定証 I10-001 I10-001練習問題 I10-001
NO.2 Select which statement correctly describes the XML document below.
[XML Documents]
<!DOCTYPE ElementA [
<!ELEMENT ElementA EMPTY>
<!ATTLIST ElementA Attribute (ABC|DEF|GHI) #IMPLIED>
]>
<ElementA Attribute ="
A
B
C"/>
A. This is not a well-formed document, because the attribute value cannot have a line feed in it.
B. This is not a valid XML document, because an attribute cannot be designated for an element that is
designated as EMPTY.
C. This is not a valid XML document, because the attribute value is not a value listed in the attribute list
declaration.
D. This is a valid XML document.
Answer: C
XML Master過去問 I10-001 I10-001 I10-001過去問
NO.3 Select which statement is correct with regards to creating an XML document based on the DTD
element type declaration below.
[element type declaration]
<!ELEMENT computer (notebook|server)*>
<!ELEMENT notebook (mouse*)>
<!ELEMENT mouse (#PCDATA)>
<!ELEMENT server (#PCDATA)>
A. Both the "notebook" element and the "server" element can be written as a child element of the
computer element.
B. As a child element of the "computer" element, the "server" element can be written before the
"notebook" element.
C. When writing the "notebook" element, "mouse" must be written as a child element.
D. Only one "mouse" element can be written as a child element of the "notebook" element.
Answer: AB
XML Master練習問題 I10-001認証試験 I10-001 I10-001
NO.4 Choose the statement about HTML or XML that is incorrect.
A. In HTML, the types and meanings of tags are predefined.
B. In XML, a tag can be given any name as long as the name obeys XML naming conventions and is
well-formed.
C. In XML, elements can be given any number of attributes as long as the attributes obey XML naming
conventions and are well-formed.
D. XML protocols are linguistic standards used to control views on a Web browser.
Answer: D
XML Master I10-001問題集 I10-001
NO.5 Select which of the following correctly describes (1) and (2) in the XML Schema document below when
the content of the "Flag" element must be an integer of 0 or 1.
< xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="Flag" type="flagData"/>
<xs:simpleType name="flagData">
<xs:restriction base="xs:integer">
<(1) value="0"/>
<(2) value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
A. (1) xs:minInclusive (2) xs:maxInclusive
B. (1) xs:enumeration (2) xs:enumeration
C. (1) xs:minOccurs (2) xs:maxOccurs
D. (1) xs:minExclusive (2) xs:maxExclusive
Answer: AB
XML Master認定試験 I10-001認証試験 I10-001認定資格 I10-001参考書 I10-001
NO.6 Select which of the following correctly describes the XML namespace to which the -->(1) "product"
element in the "XML Document" below belongs.
[XML Documents]
< xml version="1.0"?>
<products xmlns:A="urn:sample:A"
xmlns:B="urn:sample:B">
<A:product>
<B:product>
<product/> -->(1)
</B:product>
</A:product>
</products>
A. urn:sample:A
B. urn:sample:B
C. urn:sample:A and urn:sample:B
D. None
Answer: D
XML Master練習問題 I10-001認証試験 I10-001 I10-001
NO.7 Select which of the following correctly describes an XML Schema definition when the MarketPrice
element must be a positive integer. Assume the Schema namespace prefix is "xs".
A. <xs:element name="MarketPrice" type="xs:negativeInteger"/>
B. <xs:element name="MarketPrice" type="xs:positiveInteger"/>
C. <xs:element name="MarketPrice" type="xs:duration"/>
D. <xs:element name="MarketPrice" type="xs:hexBinary"/>
Answer: B
XML Master I10-001認定資格 I10-001 I10-001 I10-001認定試験 I10-001練習問題
NO.8 Select which of the following correctly describes the DTD attribute list declaration when the "date"
attribute and the "reception" attribute are included in the "Customer_Visit" element.
A. <!ATTLIST Customer_Visit (date,reception) CDATA #IMPLIED>
B. <!ATTLIST Customer_Visit (date|reception) CDATA #IMPLIED>
C. <!ATTLIST Customer_Visit date && reception CDATA #IMPLIED>
D. <!ATTLIST Customer_Visit date CDATA #IMPLIED reception CDATA #IMPLIED>
Answer: D
XML Master I10-001 I10-001認定資格 I10-001認定試験 I10-001練習問題
NO.9 Select which of the following is coded using XML syntax:
A. XHTML documents
B. SOAP headers
C. XSLT Stylesheets
D. DOM
Answer: ABC
XML Master認定資格 I10-001問題集 I10-001 I10-001問題集
NO.10 Select which of the following correctly describes a namespace to which the "price" element in the XML
document below belongs.
<message xmlns="urn:sample:order"
xmlns:product="urn:sample:product">
<product:list xmlns="urn:sample:list">
<name>XML study guide</name>
<price>536</price>
</product:list>
<order>
<customerID>J058974</customerID>
<number>1</number>
</order>
</message>
A. urn:sample:order
B. urn:sample:product
C. urn:sample:list
D. Does not belong to any namespace.
Answer: C
XML Master I10-001認証試験 I10-001 I10-001
NO.11 Select which of the following is the default character encoding for an XML document in which the XML
declaration does not designate an encoding attribute.
A. UNICODE
B. Shift_JIS
C. UTF-8 or UTF-16
D. EUC-JP
Answer: C
XML Master認定試験 I10-001 I10-001問題集 I10-001 I10-001
NO.12 Press the Exhibit button to view "XML Schema Document". Select which of the following correctly
describes a valid XML document with respect to "XML Schema Document".
[XML Schema Document]
< xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="ContactInformation" type="ContactType" />
<xs:complexType name="ContactType">
<xs:sequence>
<xs:element name="Name" type="xs:string" maxOccurs="unbounded"/>
<xs:element name="eMail" type="xs:string" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="Date" type="xs:date" use="optional" />
</xs:complexType>
</xs:schema>
A. <ContactInformation Date="2004-07-31">
<Name>Taro Yamada</Name>
<eMail>Yamada@ABC.co.jp</eMail>
</ContactInformation>
B. <ContactInformation>
<Name/>
<eMail/>
</ContactInformation>
C. <ContactInformation Date="July 31, 2004">
<Name>Taro Yamada</Name>
<eMail>Yamada@ABC.co.jp</eMail>
</ContactInformation>
D. <ContactInformation/>
Answer: AB
XML Master I10-001認証試験 I10-001
NO.13 Select which answers are correct with respect to the relationship between "x", as expressed in the
DTD element type declaration below, and its child element. Assume child elements "a" "b" "c" are all
empty elements, expressed as like <a/>.
[DTD]
<!ELEMENT x (a, (b|c)*)>
A. <x>
<a/>
<b/>
<c/>
</x>
B. <x>
<a/>
</x>
C. <x>
<a/>
<c/>
<c/>
<b/>
</x>
D. <x>
<b/>
<c/>
<a/>
</x>
Answer: ABC
XML Master問題集 I10-001 I10-001参考書
NO.14 Press the Exhibit button to view "XML Schema Document". Which of the following is a valid XML
document with respect to "XML Schema Document".
[XML Schema Document]
< xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="Output_file" type="outputType" />
<xs:complexType name="outputType">
<xs:sequence>
<xs:element ref="file" minOccurs="0" maxOccurs="20" />
</xs:sequence>
</xs:complexType>
<xs:element name="file" type="fileType" />
<xs:complexType name="fileType">
<xs:sequence>
<xs:element ref="file_Name" />
</xs:sequence>
</xs:complexType>
<xs:element name="file_Name" type="xs:string" />
</xs:schema>
A. < xml version="1.0"?>
<file>
<file_Name>map1.bmp</file_Name>
</file>
B. < xml version="1.0"?>
<Output_file>
<file>
<file_Name>map1.bmp</file_Name>
</file>
</Output_file>
C. < xml version="1.0"?>
<Output_file>
<file>
<file_Name>map1.bmp</file_Name>
<file_Name>map2.bmp</file_Name>
</file>
</Output_file>
D. < xml version="1.0"?>
<Output_file>
<file>
<file_Name>map1.bmp</file_Name>
</file>
<file>
<file_Name>map2.bmp</file_Name>
</file>
</Output_file>
Answer: ABD
XML Master過去問 I10-001過去問 I10-001認定資格
NO.15 Choose the statement about a problem with DTDs that is incorrect.
A. The way statements are made in a DTD differs from how the same statements are made in XML. As
a result, different algorithms must be made available for the XML processor to interpret XML documents,
which is inefficient.
B. Any single DTD can only be used to validate a single XML document.
C. In a DTD, it is not possible to specify any explicit numerical data type.
D. DTDs fail to comply with the rules of namespaces.
Answer: B
XML Master I10-001認定試験 I10-001認定証
NO.16 Select which of the following is correct with respect to the attribute list declaration for setting
"notebook" as the default value in the CDATA "type" attribute included in the "computer" element.
A. <!ATTLIST type CDATA "notebook">
B. <!ATTLIST computer type CDATA notebook>
C. <!ATTLIST computer type CDATA "notebook">
D. <!ATTLIST computer type="notebook" CDATA>
Answer: C
XML Master I10-001 I10-001認証試験 I10-001練習問題
NO.17 Select which of the following is an absolute requirement for a well-formed XML document.
A. an XML declaration
B. a Schema definition
C. a DOCTYPE declaration
D. an element
Answer: D
XML Master I10-001認定試験 I10-001認証試験
NO.18 Press the Exhibit button to view "XML Document". Select which of the following correctly describes the
results of applying "XSLT Stylesheet" to "XML Document". Assume that the input XML document and
transformation results ignore meaningless whitespace.
[XML Documents]
<product_list>
<LIST>Product_List</LIST>
<product name="pen">
<name lang="ja">Pen</name>
</product>
<product name="paper">
<name lang="ja">Paper</name>
</product>
</product_list>
[XSLT Stylesheet]
< xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="/">
<LIST>
<xsl:for-each select="/product_list/product">
<xsl:value-of select="name"/>
</xsl:for-each>
</LIST>
</xsl:template>
</xsl:stylesheet>
A. A file that does not contain any content will be output, because the XML document LIST element does
not contain a name attribute.
B. The following XML document will be output.
< xml version="1.0"?>
<LIST>PenPaper</LIST>
C. The following XML document will be output.
< xml version="1.0"?>
<LIST>
<name lang="jp">Pen</name>
<name lang="jp">Paper</name>
</LIST>
D. The following XML document will be output.
< xml version="1.0"?>
<LIST>
<name lang="jp">Pen</name>
<name lang="jp">Paper</name>
PenPaper
</LIST>
Answer: B
XML Master I10-001過去問 I10-001 I10-001認定試験 I10-001認定試験 I10-001
NO.19 Select which of the following correctly describes a document type declaration when designating an
external DTD file.
A. <!ENTITY productlist SYSTEM "product.dtd">
B. <!DOCTYPE productlist SYSTEM "product.dtd">
C. <!DOCTYPE root [
<!ELEMENT productlist SYSTEM "product.dtd">
]>
D. <!DTD productlist SYSTEM "product.dtd">
Answer: B
XML Master認定資格 I10-001認定資格 I10-001練習問題
NO.20 Select which DTD element type declaration correctly defines the "XML Documents" structure below.
[XML Documents]
<Documents>
<Product_Name>black pen</Product_Name>
+
<Product_Name> red pencil </Product_Name>
=
<Price>100</Price>
yen.
</Documents>
A. <!ELEMENT Documents (Product_Name|Price)*>
<!ELEMENT Product_Name (#PCDATA)>
<!ELEMENT Price (#PCDATA)>
B. <!ELEMENT Documents (Product_Name|Price|#PCDATA)*>
<!ELEMENT Product_Name (#PCDATA)>
<!ELEMENT Price (#PCDATA)>
C. <!ELEMENT Documents (Product_Name*|Price)>
<!ELEMENT Product_Name (#PCDATA)>
<!ELEMENT Price (#PCDATA)>
D. <!ELEMENT Documents (#PCDATA|Product_Name|Price)*>
<!ELEMENT Product_Name (#PCDATA)>
<!ELEMENT Price (#PCDATA)>
Answer: D
XML Master I10-001認定証 I10-001 I10-001認証試験 I10-001認定資格
JapanCertは最新の1Z0-597問題集と高品質のHP2-H29問題と回答を提供します。JapanCertのC_TADM51_70 VCEテストエンジンとICGB試験ガイドはあなたが一回で試験に合格するのを助けることができます。高品質の000-122 PDFトレーニング教材は、あなたがより迅速かつ簡単に試験に合格することを100%保証します。試験に合格して認証資格を取るのはそのような簡単なことです。
没有评论:
发表评论