Coursera课程Python for everyone:Quiz: eXtensible Markup Language

eXtensible Markup Language

10 试题

Marking each network packet so it can be put back into order on the receiving system

Making it so that dictionaries can maintain their keys in sorted order

The act of taking data stored in a program and formatting it so it can be sent across the network

Sorting all the data stored in a tuple

Dictionaries

JSON

HTTP

XML

TCP

name

person

phone

Noah

people

person

email

hide

name

type

e

a

c

b

Z

b

a

e

Y

A Python program to tranform XML files

To establish a contract as to what is valid XML

To compute SHA1 checksums on data to make sure it is not modified in transit

To transfer XML data reliably during network outages

maxOccurs

xs:sequence

xs:complexType

xs:element

xs:enumeration

The local time zone of the sending computer without daylight savings time

The local time zone of the sending computer

The local time zone of the receiving computer

Universal Time / GMT

2002-May-30

05/30/2002

2002-05-30T09:30:10Z

May 30, 2002

你可能感兴趣的:(Python)