听力原文:You are late. What happened to you?
(5)
A. It doesn't matter.
B. I don't think so.
C. Traffic jam.
D. I'm sorry.
查看答案
听力原文:Where is the seafood restaurant people here like most?
(4)
A. It serves seafood.
B. It is expensive.
C. It is very large.
D. It's on the 5th Ave.
听力原文:What is Robin?
(3)
A. He is happy.
B. He is my father.
C. He is a teacher.
D. He is very well.
Section A
Directions: This section is to test your ability to give proper answers to questions. There are 5 recorded questions in it. After each question, there is a pause. The questions will be spoken two times. When you hear a question, you should decide on the correct answer from the 4 choices marked A, B, C and D.
听力原文:Do you know what time the movie will begin?
(1)
A. This afternoon.
B. Next Monday.
C. At 7:30 p.m.
D. From 2:00 to 8:00.
在窗体上画一个名称为Command1的命令按钮和一个名称为Text1的文本框,在文本框中输入以下字符串: Microsoft Visual Basic Programming 然后编写如下事件过程: Private Sub Command1_CIick() Open"d:\temp\outf. txt" For Output As #1 For i=1 To Len(Text1. Text) c=Mid(Text1. Text, i, 1) If c>="A" And c<="Z" Then Print #1, LCase(c)End If Next i Close End Sub 程序运行后,单击命令按钮,文件outf. txt中的内容是______。
A. MVBP
B. mvbp
C. M V B P
D. m v b p