The university baseball team ( ) its main rivals(对手) in the first round of the competition.
A、conquered
B、ate
C、fought
D、mastered
第1题:
A.http://hom.netscapE.com/pub/main/index.html
B.news:alt.cows.moo.moo.moo
C.file&://c//dos/readmE.htm
D.telnet://joeboB.com
第2题:
你是TestKing网站的电脑管理员,Doug是会计部门的用户,Doug报告说他不能在他的WindowsXP专业版的电脑上通过IE浏览器访问Web服务器。Doug试图访问的Web服务器是team.testking.com。当Doug使用URLhttp://team.testking.com访问Web服务器时,IE浏览器出现下列错误信息“DNS错误或找不到服务器”。你在Web服务器上检查了网站的属性,默认的网站属性如下所示:你要确保Doug能通过自己电脑上的IE浏览器访问Web服务器,你要建议Doug使用哪个URL呢?()

A.http://team.testking.com:Keep-Alive
B.http://team.testking.com:81
C.http://team.testking.com/default.asp
D.http://unassigned.testking.com/team
第3题:
函数main()的功能是:在带头结点的单链表中查找数据域中值最小的结点.请填空
#include <stdio.h>
struct node
{ int data;
struct node *next;
};
int min(struct node *first)/*指针first为链表头指针*/
{ strct node *p; int m;
p=first->next; m=p->data;p=p->next;
for(;p!=NULL;p=_[20]_______)
if(p->data<m) m=p->data;
return m;
}
p->next
第4题:
你是TestKing网站的电脑管理员,公司的网络包含局域网的三个Web服务器,名为TestKing1,TestKing2,TestKing3,用户通过http://team.testking.com来访问Web,网络的一部分如下所示:Bruno是公司操作部门的一个用户,Bruno使用他的WindowsXP专业版电脑的IE浏览器来访问Web服务器上的文件。Bruno报告说当他输入http://team.testking.com/ops/schedule.xls来打开文件Schedule.xls时,IE浏览器会显示下列错误信息DNS错误或未找到服务器”公司的网络管理员告诉你不能改变DNS服务器,然而,Bruno需要马上访问Schedule.xls,你要确保Bruno能通过IE浏览器访问到该文件,你要建议Bruno使用什么地址呢?()

A.http://testking1/ops/schedule.xls
B.file://testking1/ops/schedule.xls
C.http://team.testking.com/ops$/schedule.xls
D.file://team.testking.com/ops/schedule.xls
第5题:
以下程序的运行结果为______。 char *c []={ "ENTER", "NEW", "POINT", "FIRST" }; char **cp []={ c+3, c+2, c+1, c}; char ***cpp=cp; main () {printf ("%s\n",**++cpp); }
A.ENTER
B.NEW
C.POINT
D.FIRST
第6题:
真核生物ITS序列由ITS1和ITS2两部分组成。