A.group
B.family
C.match
D.team
第1题:
YouarethedesktopadministratorforCompany.AllusershaveWindows2000Professionalcomputers.Usersinthesalesdepartmenthaveportablecomputers.Theportablecomputersareusedtocreatecustomerpresentationsandperformonlineordering.Salesrepresentativeswanttobeabletouselargeexternalmonitorstodisplaytheirpresentationsatcustomerlocations.Theseusersalsowanttousethedisplaysontheportablecomputerstoshowtheirspeakernotesandextradata.Youverifythatthevideoadaptersintheportablecomputerssupportmultiplemonitoranddual-viewcapabilities.However,thesalesrepresentativesreportthatwhentheyattachtheexternalmonitorstotheircomputers,theoptiontodefineseparatedesktopdisplaysdoesnotappearintheDisplaysettings.Youneedtoenablethesalesrepresentativestodisplaymultipledesktops.Whatshouldyoudo?()
第2题:
7、已知last指向单向简单链表的尾结点,将s所指结点加在表尾,正确的操作是____。
A.s->next=s,last=s,last->next=NULL;
B.last->next=s,s->next=NULL,last=s;
C.s->next=NULL, last->next=s, s=last;
D.s->next=last, last->next=NULL,last=s;
第3题:
已知last指向单向简单链表的尾结点,将s所指结点加在表尾,正确的操作是____。
A.s->next=s,last=s,last->next=NULL;
B.last->next=s,s->next=NULL,last=s;
C.s->next=NULL, last->next=s, s=last;
D.s->next=last, last->next=NULL,last=s;
第4题:
已知last指向单向简单链表的尾结点,将s所指结点加在表尾,不正确的操作是____。
A.last->next=s,last=s,last->next=NULL;
B.last->next=s,s->next=NULL,last=s;
C.s->next=NULL, last->next=s, s=last;
D.s->next=NULL, last->next=s,last=s;
第5题:
已知last指向单向简单链表的尾结点,将s所指结点插入在表尾,正确的操作是____。
A.s->next=s,last=s,last->next=NULL;
B.last->next=s,s->next=NULL,last=s;
C.s->next=NULL, last->next=s, s=last;
D.s->next=last, last->next=NULL,last=s;
第6题:
2、以下英语的词形变化中,采用的显性语法形式不同的一项是()。
A.good-better
B.we-us
C.be-are
D.say-said