问题 填空题

在名为”Form1”的窗体上添加三个文本框和一个命令按钮,其名称分别为"Text1"、"Text2"、"Text3"和"Command1",然后编写如下两个事件过程: Private Sub Command1_Click() Text3=Text1+Text2 End Sub 打开窗体Form1后,在第一个文本框(Text1)和第二个文本框(Text2)中分别输入5和10,然后单击命令按钮Command1,则文本框(Text3)中显示的内容为______。

答案

参考答案:510

解析: 本题考查“+”运算符的使用。“+”运算符可以用于计算两个数之和,也可以使用“+”运算符连接两个字符串,“+”运算符两端的表达式的基本类型决定了“+”运算符所做的操作,如果两个表达式都是数值或者一个表达式是数值,另一个表达式是字符串则“+”代表相加:如果两个表达式都是字符串则“+”代表字符串的连接。本题中,由于文本框的Text属性值的类型是字符串,所以“+”运算符连接的是字符串“5”和字符串“10”,所以本题答案为510。

完形填空

[1]It's safe, it's simple, and it works: Drinking right amounts of water really can help you lose weight, new research shows.

[2]In what researchers claim is the first-ever trial of the effect of water consumption on weight loss, scientists from Virginia Tech found that dieters who started each meal with two glasses of water lost nearly five pounds more, on average, than dieters who did not, over the course of 12 weeks.There's no shortage of clear evidence about how water might work to control your appetite(食欲).It ________________ so you don't eat so much; it keeps down your thirst so that you don't turn to calorie-rich sodas or juices.But until now, the researchers say, there has been no true evidence that water's appetite-controlling benefits ever translate into actual weight loss.Now there is. In the 12-week study period, dieters instructed to drink water with every meal lost an average of 15.5 pounds; dieters given no instructions lost, on average, just 11 pounds.

[3]Perhaps the most surprising thing about the finding is how little we still know about healthy water consumption in general.In fact, although doctors and public health authorities regularly remind us to drink more water, very few studies give any insight into what our ideal quantity may be.

[4]The new results today suggest that many people could indeed stand to drink a little more water than they do.But if you're looking to lose weight, be aware that it is actually possible to drink too much water, and you probably won't help matters any by drinking too much water at a time.In extreme cases, it can even be deadly.A couple of glasses with each meal, however, should be no problem at all for a healthy person.

小题1:. What is the main idea of the text?(no more than 8 words)

____________________________________________________________________________

小题2:..Complete the following statement with proper words.(no more than 2 words)

Enough obvious evidence ________________ how your appetite might be under the control of water.

小题3:. Fill in the blank in Paragraph 2 with proper words.(no more than 3 words)

____________________________________________________________________________

小题4:. Why should we avoid drinking too much water at a time?(no more than 6 words)

___________________________________________________________________________

小题5:..What does the word "it" (Line 1, Paragraph 1) probably refer to?(no more than 6 words)

___________________________________________________________________________

单项选择题