单项选择题
用标准工具栏中的工具按钮不能执行的操作是( )。
A.添加工程
B.打印源程序
C.运行程序
D.打开工程
点击查看答案
<上一题
目录
下一题>
热门
试题
单项选择题
在窗体上建立通用对话框需要添加的控件是( )。
A.Data控件
B.Form控件
C.CommonDialog控件
D.VBComboBox控件
点击查看答案
单项选择题
已知x代表某个百分制成绩,下列程序段用于显示对应的五级制成绩,正确的是( )。
A.If x>=60 Then Print"及格" Else If x>=70 Then Print"中" Else If x>=80 Then Print"良" Else If x>=90 Then Print"优" Else Print"不及格" End If
B.If x<90 Then Print"良" Else If x<80 Then Print"中" Else If x<70 Then Print"及格" Else If x<60 Then Print"不及格" Else Print"优" End If
C.If x>=90 then Print"优" Else If x>=80 Then Print"良" Else If x>=70 Then Print"中" Else If x>=60 Then Print"及格" Else Print"不及格" End If End Select
D.Select Case x Case x>=90 Print"优" Case x>=80 Print"良" Case x>=70 Print"中" Case x>=60 Print"及格" Case Else Print"不及格"
点击查看答案
相关试题
下档
部件
下列程序的功能是:将数据1,2,…,8写...
键面字符的ASCII码
要将窗体定义成一个对话框,且具有以下属性...