题目内容

Directions: According to the given information, you are required to write a notice on the topic "Travel-mate Wanted" in about 100 words. The letter is required to be written on the Answer Sheet. 假期即将到来,你(付萍)打算进行一次为期三周的旅行,希望找个外国游伴(Travel-mate)。拟一个寻游伴的启示,交代清楚日程安排、费用分担情况、对对方的要求,并说明对方和你一起出游的好处。

查看答案
更多问题

窗体上有一个名称为Command1的命令按钮,其事件过程如下: Private Sub Command1_Click() Dim s As String Open"c:\File1.txt"For Input As#1 Open"c:\File2.txt"For Output As#2 Do While Not EOF(1) Input#1,s Print#2,s Loop Close#1. #2 End Sub 关于上述程序,以下叙述中错误的是______。

A. 程序把File1.txt文件的内容存放到File2.txt文件中
B. 程序中打开了两个随机文件
C. 程序中打开了两个顺序文件
D. “EOF(I)”中的“1”对应于File1.txt文件

5()

A. hears
B. buys
C. understands
D. reads

窗体上有名称为Command1的命令按钮,名称分别为List1、List2的列表框,其中List1的MultiSelect属性设置为1(Simple),并有如下事件过程: Private Sub Command1_Click( ) For i =0 To List1. ListCount - 1 If List1. Selected(i) = True Then List2. Additem Text End ff Next End Sub 上述事件过程的功能是将List1中被选中的列表项添加到List2中。运行程序时,发现不能达到预期目的,应做修改,下列修改中正确的是____。

A. 将For循环的终值改为List1. ListCount
B. 将List1. Selected(i)=True改为List1. List(i). Selected=True
C. 将List2. AddItem Text改为List2. AddItem List1. List(i)
D. 将List2. AddItem Text改为List2. AddItem List1. ListIndex

It would be impossible to succeed in selling a product without first investigating the market.

答案查题题库