此题为判断题(对,错)。
第1题:
A、SKIP-6
B、SKIP+6
C、SKIP+3
D、SKIP-3
第2题:
tonywouldliketomakeiteasierforusersofthevideoapplicationtoenternewdocusingthe“videoform”,he’dlikeuserstobeabletocreatenew“video”docformwithintheview.Whichoneofthefollowingshouldtonysotobuildthisinterface?()
A.createaviewactionthathasthefollowingformula:@command([create];”video”)
B.createaformactionthathasthefollowingformula:@command([compose];”video”)
C.createaviewactionthathasthefollowingformula:@command([compose];”video”)
D.createadatabaseactionthathasthefollowingformula:@command([compose];”video”)
第3题:
1digital为合法标识符
第4题:
A.Encryption
B.Biometric
C.Password Authentication
D.Digital
第5题:
下列程序的输出结果是______。
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;
}
第6题:
【单选题】多媒体:通过()标记能够在页面设置视频播放。
A.<audio>
B.<mv>
C.<video>
D.<TV>