A.nicerB.thinnerC.finerD.better
A. nicer
B. thinner
C. finer
D. better
查看答案
在窗体上画两个标签和一个命令按钮,其名称分别为Labe11、Labe12和Command1,然后编写如下程序: Private Sub func(L As Labe1, ByVal a As Integer) L.Caption="1234" a=a*a End Sub Private Sub Form_Load() LabeCaption="ABCD" LabeCaption=10 End Sub Private Sub Command1_Click() a=Val(LabeCaption) Call func(Labe11,A) LabeCaption=a End Sub 程序运行后,单击命令按钮,在两个标签Labe11和Labe12中显示的内容分别是______。
ABCD 和 10
B. 1234 和 100
C. ABCD 和 100
D. 1234 和 10
认知方式有优劣好坏之分。()
A. 正确
B. 错误
设窗体Form1中有一名为mnuFile的菜单,它只有一个标题为Open的子菜单。为使程序运行时,按下Alt+F键窗体中能够显示如下图所示的菜单项,则mnuFile的标题应为 ______。
A. File(F)
B. File(F)
C. File(&F)
D. File(-F)
第一节
听下面5段对话。每段对话后有一道小题,从题中所给的A、B、C三个选项中选出最佳选项,并标在试卷的相应位置。听完每段对话后,你都有10秒钟的时间来回答有关小题和阅读下一小题。每段对话仅读一遍。
听力原文:W: Can I help you, sir?
M: Yes, I'd like to choose some flowers to send to my girlfriend.
W: Let's see. These fresh roses are very nice.
M: Yeah, you are right.
What's the relationship between the speakers?
A. They are boyfriend and girlfriend.
B. They are salesperson and customer.
C. They are friends.