The same to you.
That’s OK.
See you.
Long time no see.
第1题:
第2题:
It’s raining now. Stop ________ , please
A.working
B.work
C.to work
D.works
第3题:
A、has been
B、were
C、is
D、was
第4题:
I am working now. I can't go with you.()
第5题:
30.1t is afternoon now.
第6题:
I noticed him __________ (go) into the teachers' office just now.
第7题:
分析下列代码: Class A{ Public static void main(String[] args){ method(); } static void method(){ try{ System.out.println("Hello"); }finally{ System.out.println("good-bye"); } } } 编译运行后,输出结果是()。
第8题:
— I'll fly to New York on business next week. —Well,().
第9题:
分析下列java代码 Class A{ Public static void main(String[] args){ Method(); } Static void method(){ try{ System.out.println(“hello”) }finally{ System.out.println(“good-bye”); } } } 编译运行后,输出结果是()
第10题:
ran over
ran away
ran through
ran out
第11题:
The same to you.
That’s OK.
See you.
Long time no see.
第12题:
A.“hello”
B.“good-bye”
C.“hello”“good-bye”
D.代码不能编译
第13题:
Auld Lang Sync is ______.
A. a Scottish song which says good-bye to old friends
B. a Scottish song that welcomes the coming of the new year
C. a song sung by the Scottish people only
D. a Scottish song remembering obi friends and good times
49.答案为D 此考题为细节题。根据文章第3段最后两句A favorite Scottish song which everyone sings together is Auld Lang Syne.The words tell of old friends and good times,可断定D正确。
第14题:
A、is being raised
B、is risen
C、is being rose
D、is raising
第15题:
We are not _f______ ,but very busy now.
第16题:
One of my friends sent me a message just now.(改为同义句)
_________ _________ _________ _________sent me a message just now.
第17题:
- Good-bye for now. -()
AThe same to you.
BThat’s OK.
CSee you.
DLong time no see.
第18题:
- Good-bye for now. -()
第19题:
分析下列Java代码: class A { public static void main(String[] args) { method(); } static void method() { try { System.out.println("Hello"); System.exit(0); } finally { System.out.println("good-bye"); } } } 编译运行后,输出结果是()。
第20题:
is being raised
is risen
is being rose
is raising
第21题:
第22题:
“hello”
“good-bye”
“hello”“good-bye”
代码不能编译