A. Split the onboard video port.
B. Update the video drivers to allow for multiple monitors.
C. Add an adaptor to the onboard VGA port.
D. Install a video card with multiple DVI ports.
第1题:
A.DROP SEQ_CUSTOMER_ID
B.DELETE SEQUENCE SEQ_CUSTOMER_ID
C.DROP SEQUENCE SEQ_CUSTOMER_ID
D.DELETE SEQ_CUSTOMER_ID
第2题:

A.shared
B.overlaid
C.dual-line
D.dual-label
E.single-line
F.dual-number
第3题:
A. Prepare, Plan, Create, Implement, Operate, and Improve
B. Prepare, Plan, Design, Implement, Operate, and Optimize
C. Prepare, Plan, Design, Apply, Operate, and Manage
D. Prepare, Plan, Design, Implement, Operate and Manage
第4题:
下列程序的输出结果是______。
include<iostream.h>
int CalcDigital(char*str)
{
if(str= =NULL)
return 0;
int num_of_digital=0;
for(int i=0;str{i]!=0x0;i++)
if(str[i]<='9'&& str[i]>='0')
num_of_digital++;
return num_of_digital;
}
void main( )
{
char a[]="Beijing20080lympic";
cout<<CalcDigital(a)<<endl;
}
第5题:

A.sharedephone-dn
B.overlaidephone-dn
C.dual-lineephone-dn
D.single-lineephone-dn
E.dual-numberephone-dn
F.twoephone-dnswithonenumber
第6题:
1digital为合法标识符