Try Magic Notes and save time.
Try it free
Try Magic Notes and save time
Crush your year with the magic of personalized studying.
Try it free
hello quizlet
Home
Subjects
Expert Solutions
Log in
Sign up
PRX301 - Test 1
5.0 (3 reviews)
Flashcards
Learn
Test
Match
Q-Chat
Which of these characters can be included within the text in an XML document in literal form?
a. >
b. ;
c. :
d. -
Click the card to flip 👆
bcd
Click the card to flip 👆
1 / 96
1 / 96
Flashcards
Learn
Test
Match
Q-Chat
Created by
Thaycacac
Share
Share
Terms in this set (96)
Which of these characters can be included within the text in an XML document in literal form?
a. >
b. ;
c. :
d. -
bcd
Which of the following is/are optional in the creation of an XML file?
a. The <?xml version " 1.0"?> statement
b. The root element
c. The opening tag in an element
d. Entities
d
Which of the following XML attribute names is invalid?
a. _notvalid
b. I am not valid
c. not-valid.1
d. not1valid2
b
Which of these is a valid comment in XML?
a. <!--This is a sample XML document>
b. <?This is a sample XML document?>
c. <!--This data should be hidden
<FIRSTNAME>Joe</FlRSTNAME>
<LASTNAME>J0hnson<lLASTNAME>
-->
d. <?--This is a sample XML document-->
c
What does the keyword SYSTEM indicate in the following code?
<?xml version "1.0"?>
<!DOCTYPE Book SYSTEM "book.dtd">
a. It is a system generated DTD
b. Book.dtd is an internal DTD
c. Book.dtd is an external DTD
d. Book is a system variable
c