CSE445 FINAL EXAM QUESTIONS AND ANSWERS WITH COMPLETE SOLUTIONS VERIFIED GRADED A++
0 view 0 purchase
Course
CSE 445
Institution
CSE 445
CSE445 FINAL EXAM QUESTIONS AND ANSWERS WITH COMPLETE SOLUTIONS VERIFIED GRADED A++
What is XML? what are XML element and attributes?
XML is a universal metalanguage used to define other Web services standards, protocol, interfaces, documents, and data. It is made of plain-text and self-describ...
cse445 final exam questions and answers with compl
Written for
CSE 445
All documents for this subject (44)
Seller
Follow
NurseAdvocate
Reviews received
Content preview
CSE445 FINAL EXAM QUESTIONS AND ANSWERS WITH
COMPLETE SOLUTIONS VERIFIED GRADED A++
What is XML? what are XML element and attributes?
XML is a universal metalanguage used to define other Web services standards,
protocol, interfaces, documents, and data. It is made of plain-text and self-describing.
XML elements are used to define the data that are integral to the document.
XML attributes are used to define out-of-band data which give additional information.
XML is
1. a Meta language that can be used to define another language.
2. a standard for data representation
XML is often used for defining
- data structures
- communication protocols
What is required for a well-formed XML document?
- unique root element
- each element has opening/closing tags
- no overlapped tags
Which of the following is NOT true about XML?
,A) XML tags are case-sensitive
B) Every well-formed XML document needs to have a root node
C) XML elements can't be empty
D) Every opening tag must have a closing tag
C) XML elements can't be empty
An XML document can be best illustrated as...
a rooted tree
What type of file does the following piece of code most likely belong to?
<Book>
<Title>Introduction to Programming Language</Title>
<Author>Yinong Chen</Author>
<Year>2006</Year>
<ISBN>0-7575-2974-7</ISBN>
</Book>
XML instance file
Which of the following conform with the XML syntax?
- JSON
- SOAP
- XHTML
- WSDL
- RSS / Atom
,- SOAP
- XHTML
- WSDL
- RSS / Atom
The attribute of an XML element can be placed
inside the opening tag of an XML element
What is an empty element in XML?
- An element without text content between the element tags
- An element without a child element
Which of the following is an empty element in XML?
- <image>Photo</ image >
- <image></ image >
- <image />
- <image source = "Photo.jpeg" />
- <image></ image >
- <image />
- <image source = "Photo.jpeg" />
What namespace inherits and merges all names from other namespaces into the
current schema?
targetNamespace
, what is an XML namespace?
how is a namespace defined?
why is it useful?
Binds a prefix name (qualifier) to a schema definition and then uses that prefix
whenever required.
Declared as an attribute of an element.
Used to limit the scope of a name of a DTD or schema to eliminate conflict.
What is the purpose of defining a default namespace in an XML file?
To reduce the use of a namespace qualifier prefixed to the element names
An attribute with an element...
is never implicitly qualified by the qualifier of the element
What would happen if the same namespace qualifier is declared in the root and in
a child element?
the inner declaration will override the outer one.
Which of the followings are valid for representing the expression: 0 < x < 10 in an
XML element? Select all that apply.
a) 0 < x < 10
b) 0 < x < 10
c) 0 #60; x #60; 10
d) 0 "<" x "<" 10
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller NurseAdvocate. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $10.99. You're not tied to anything after your purchase.