- 1、本文档共18页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
vb部分考试试题及答案vb分考试试题及答案vb部分考试试题及答案vb部分考试试题及答案
1.
图5
Private Sub Command1_Click()
考生应完成的程序
******* Begin ************
Open “in5.dat” for input as #1
Input #1, s
Close #1
Text1.text=s
End Sub
private Sub Command2_Click()
考生应完成的程序
Stetemp2=””
For i=1 to len(s)
Ch=mid(s,i,1)
If i mod 2 0 then
If isletter(cstr(ch))=true then
If ch=”Z” then
Ch=”A”
Elseif ch=”z” then
Ch=”a”
Else
Ch=chr(asc(ch)+1)
End if
End if
Else
If isletter(cstr(ch))=true then
If ch=”A” then
Ch=”Z”
Elseif ch=”a” then
Ch=”z”
Else
Ch=chr(asc(ch)-1)
End if
End if
End if
Strtemp2=strtemp2+ch
Next i
Text2.text=strtemp2
******* End ************
End Sub
Function isletter(a As String) As Boolean
If A = a And a = Z Or a = a And a = z Then
isletter = True
Else
isletter = False
End If
End Function
Private Sub Command3_Click()
Open out5.dat For Output As #1
Print #1, Text2.Text
Close #1
End Sub
2.
(a) (b)
Private Sub Command1_Click()
If Option1.Value = True And Text1.Text Then
List1.AddItem Text1.Text
Text1.Text =
Else
If Option2.Value = True And List1.ListIndex = 0 Then
List1.RemoveItem List1.ListIndex
Else
MsgBox 未输入或未选定项目
End If
End If
End Sub
3.
(a)
(b)
Private Sub Command1_Click()
需考生编写程序
******* Begin ************
Dim s As String
Open in5.txt For Input As 1
Line Input #1, s
Close #1
Text1.Text = s
******* End ************
End Sub
Private Sub Command2_Click()
Dim oldSen As String
Dim newSen As String
Dim ch As String
Dim lastCh As String
oldSen = Text1.Text
strlen = Len(oldSen)
lastCh = Left(oldSen, 1)
For i = 1 To strlen
ch =Mid(oldSen, i, 1)
If lastCh = Then
ch = UCase(ch)
End If
ne
您可能关注的文档
- unit3 book1 检unit3 book1 检测unit3 book1 检测unit3 book1 检测.ppt
- unit2 writingnit2 writingunit2 writingunit2 writing.ppt
- unit2 readingppt课件unit2 reading ppt课件unit2 reading ppt课件unit2 reading ppt课件.ppt
- unit3 teenageproblems 课件1unit3 teenage problems 课件1unit3 teenage problems 课件1unit3 teenage problems 课件1.ppt
- unit3《computes》word studyunit3《computers》word studyunit3《computers》word studyunit3《computers》word study.ppt
- unit2第2课时教学课件nit2第2课时教学课件unit2第2课时教学课件unit2第2课时教学课件.ppt
- unit4 section-2unit4 sectionb-2unit4 sectionb-2unit4 sectionb-2.ppt
- unit3_a_healty_life课件unit3_a_healthy_life课件unit3_a_healthy_life课件unit3_a_healthy_life课件.ppt
- unit4 sectionb 1a-2funit4 section b 1a-2funit4 section b 1a-2funit4 section b 1a-2f.ppt
- unit5 there i a big bed第一课时unit5 there is a big bed第一课时unit5 there is a big bed第一课时unit5 there is a big bed第一课时.ppt
最近下载
- 手拉手 心连心 2024——2025学年湘教版初中美术七年级上册.pptx VIP
- 人教版2023-2024学年六年级上册数学 第五单元 圆(学生版)-(复习讲义)单元速记·巧练.docx VIP
- 《凝聚的力量》精品课件.pptx VIP
- BridgeConex使用帮助.pdf
- 附件教育部理工科非物理类专业大学物理课程教学基本要求A类要求.doc
- 建筑十大新技术应用总结.docx VIP
- 中药制剂技术 汤剂认知 汤剂认知.ppt
- 第一单元+第一课+我们走在大路上 课件2024——2025学年+湘美版(2024)初中美术七年级上册.pptx VIP
- 第二单元第3课《创意改善生活》课件++2024—2025学年湘美版(2024)初中美术七年级上册.pptx VIP
- 龟兔赛跑儿童绘本故事PPT课件.pptx VIP
文档评论(0)