A.both
B.both of
C.two of
D.all
第1题:
●During the last few years,it has been realized that maintenance of programs is more expensive than development,so reading of programs by humans is as important as (73) them.
(73) A.editing
B.writed
C.written
D.writing
第2题:
-Haveyoufoundtheinformationaboutthefamouspeople______youcanuseforthereport?
-Notyet.I’llsearchsomeontheInternet.
A.who
B.what
C.whom
D.which
第3题:
A、who
B、how
C、which
第4题:
I've become good friends with several of the students in my school I met in theEnglish speech contest last year.
A. who
B. where
C. when
D. which
第5题:
( 10 )执行下列程序,显示的结果是 【 10 】 。
one= "WORK"
two = ""
a = LEN ( one )
i = a
DO WHILE i>=1
two = two + SUBSTR ( one ,i , 1 )
i=i - 1
ENDDO
? two
第6题:
执行下列程序,显示的结果是【 】。
ne="WORK"
two=""
a=LEN(one)
i=a
DO WHILE i>=l
two=two+SUBSTR(one,i, 1)
i=i-1
ENDDO
?two