题目内容

【B16】

A. notifying
B. withdrawing
C. eliciting
D. imparting

查看答案
更多问题

The writer cites the Duomo in the last paragraph as an example to illustrate that

在窗体上画一个名称为“Command1”,标题为“计算”的命令按钮,再画7个标签,其中5个标签组成名称为Label1的控件数组;名称为Label2的标签用于显示计算结果,其Caption属性的初始值为空:标签Label3的标题为“计算结果”。运行程序时会自动生成5个随机数,分别显示在标签控件数组的各个标签中。单击“计算”按钮,则将标签数组各元素的值累加,然后计算结果显示在Label2。下列为“计算”按钮的事件过程,请为下划线处选择合适的语句()。 Private Sub Command1_Click() Sum=0 For i=0 To 4 Sum=Sum+______ Next ______=Sum End Sub

A. Label1(i).Caption Label2.Caption
B. Label1(i).Caption Label3.Caption
C. Label1.Caption Label2.Caption
D. Label1.Caption Label3.Caption

【B7】

A. mediating
B. negotiating
C. associating
D. accommodating

The sentence "Change is moving at glacial(冰川的) speed, (Para. 2) suggests that Swicord was ______ about the change.

A. displeased
B. puzzled
C. happy
D. high-spirited

答案查题题库