此题为判断题(对,错)。
第1题:
A.BothRTAandRTBwilldoLSA7/5translation,sincetheyarebothNSSAABRs
B.RTAwilldoLSA7/5translation,sinceithasthelowerrouterID
C.RTBwilldoLSA7/5translation,sinceithasthehigherrouterID
D.TheredistributingrouterwilldoLSA7/5translation,sinceitiswithintheNSSA
第2题:
第3题:
下面关于CSS样式优先级,正确的是
A.!important > id > class > tag
B.id> !important > class > tag
C.!important > tag > class > id
D.tag> id > class > !important
第4题:
SOX is an alternative(66)for XML. It is useful for reading and creating XML content in a(67)editor. It is then easily transformed into proper XML. SOX was created because developers can spend a great deal of time with raw XML. For many of us, the popular XML(68)have not reached a point where their tree views, tables and forms can completely substitute for the underlying(69)language. This is not surprising when one considers that developers still use a text view, albeit enhanced, for editing other languages such as Java. SOX uses(70)to represent the structure of an XML document, which eliminates the need for closing tags and a number of quoting devices. The result is surprisingly clear.
A.semantic
B.pragmatics
C.syntax
D.grammar
第5题:
第6题:
CSS优先级说法正确的是?
A.!important > id > class > tag
B.!important < id < class < tag
C.!important>class>id>tag
D.!important>tag>id>class