A. Binary data up to 4 gigabytes.
B. Character data up to 4 gigabytes.
C. Raw binary data of variable length up to 2 gigabytes.
D. Binary data stored in an external file, up to 4 gigabytes.
E. A hexadecimal string representing the unique address of a row in its table.
第1题:
A.Type表示连接的类型
B.Link ID表示此连接的本地标识,不同的链接类型Link ID表示的意义也不相同
C.Data用于描述此连接的附加信息,不同的连接类型所描述的信息也不同
D.Metric描述此连接的开销
第2题:
第3题:
7、foreach语句的语法如下,有关对foreach语句描述错误的是() foreach(type identifier in arrayName) {statement;}
A.type和identifier分别表迭代变量的类型和名称,arrayName可表示要迭代的数组
B.statement里可以用break语句或continue语句
C.foreach语句只能用来访问数组元素或集合
D.可以在foreach语句体中改变迭代变量的值
第4题:
A.目的地址和Type字段之间
B.Type字段之前
C.802.1QVLAN Tag之前
D.Type字段和Data字段之间
第5题:
第6题:
利用object元素在网页中嵌入flash,flash文件的地址为“mediawonderful.swf”,要求flash动画的宽度和高度分别为500像素,能实现该要求的选项为()。
A.<object height="500" width="500" src="mediawonderful.swf" type="application/x-shockwave-flash"/>
B.<object height="500" width="500" href="mediawonderful.swf" type="application/x-shockwave-flash"/>
C.<object height="500" width="500" data="mediawonderful.swf" type="application/x-shockwave-flash"/>
D.<object height="500" width="500" data="mediawonderful.swf" />