A、to amend
B、being amended
C、amending
D、to be amending
第1题:
What's ( )job? Are ( ) British?
A. your, your
B. you, your
C. your, you
第2题:
48.
A. my
B. his
C. their
D. your
第3题:
【单选题】下面程序的输出是。 main() {enum team {my,your=4,his,her=his+10}; printf("%d%d%d%dn",my,your,his,her);}
A.0 1 2 3
B.0 4 0 10
C.0 4 5 15
D.l 4 5 15
第4题:
( ) – Is Miss White __________ English teacher, Maria?
– No, she teaches __________ geography.
A.your;my
B.you;mine
C.you;us
D.your;us
第5题:
以长格式列出当前用户家目录下文件名以file开头,跟着2到5之间的一个数字的所有文件
A.ls -l ~/file[2-5]*
B.find ~ -name "file[2-5]*" -exec ls -l {} ;
C.find ~ -name "file[2-5]*"
D.ls -a ~/file[2-5]*
E.ls -l ~/file[2-5]
F.find ~ -name "file[2-5]?"
第6题:
以长格式列出当前用户家目录下文件名以file开头,跟着2到5之间的一个数字的所有文件,下面哪种做法是正确的?
A.ls -l ~/file[2-5]*
B.find ~ -name "file[2-5]*" -exec ls -l {} ;
C.find ~ -name "file[2-5]*"
D.ls -a ~/file[2-5]*
E.ls -l ~/file[2-5]
F.find ~ -name "file[2-5]?"