听力原文:Kate will come back on Saturday.
查看答案
听力原文:Would you like a cup of tea?
(7)
A. No, thanks.
B. I like it.
C. No, I wouldn't.
听力原文:M: Oh, Dad. Does Bill work in your factory?
W: No, his sister works here. He works in a school.
Q: Where does Bill's sister work?
(17)
A. In the hospital.
B. In a school.
C. In the factory.
有如下的程序。
Private Sub Command1_Click()
Dim k As Integer, m As Integer
Dim P As Integer
k=4: m=1
P=Fun(k, m) : Print P;
P=Fun(k, m) : Print P
End Sub
Private Function Fun(a As Integer, b As Integer)
Static m As Integer, i As Integer
m=5: i=2
i=i + m + 1
m=i + a + b
Fun=m \ 2
End Function
单击命令按钮后,输出结果为
A. 2 2
B. 4 4
C. 5 5
D. 6 6
The writer thinks that the growth of specialist periodicals has helped scholars to ______.
A. cut down research costs
B. keep up with currant developments
C. spend less time traveling
D. develop their ideas more quickly