An old lady can speak two foreign languages,() surprises all the people.
A. which
B. that
C. who
第1题:
The professor asked us to write a _____________ report.
A、two-hundreds-words
B、two-hundreds-word
C、two-hundred-words
D、two-hundred-word
第2题:
About ________ of the workers in the factory were born in the ________.
A.two-thirds, 1970 B.two-thirds, 1970s C.two-third,1970 D.two-third, 1970s
第3题:
下面的代码的执行结果是____ s = 'F' if s == 'f': print('lady') else: print('man')
第4题:
A.Languages(LanguageID,Name)Elements(ElementID,Description)ElementLanguages(ElementID,LanguageID,Text)
B.Languages(LanguageID,Name)Elements(ElementID,LanguageID,Description,Text)
C.Languages(LanguageID,Name)ElementTexts(LanguageID,Text)ElementDescriptions(ElementID,Description)
D.Languages(LanguageID,Name)Elements(ElementID,Description,Text)
第5题:
第6题:
用vi打开一个文件,如何用字母”new”来代替文件中所有的字母”old”
A.:r/old/new
B.:s/old/new
C.:1,$s/old/new/g
D.:%s/old/new/g