柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
下列控件中,没有Caption属性的是( )。
A.单选按钮
B.复选框
C.列表框
D.框架
热度🔥388
参考答案:C
解析:
【解析】列表框控件没有Caption属性。
复制题目向AI提问
content_copy
content_copy
扫码免费计算机二级刷题
2025年计算机等级考试题库
推荐
下列关于计算机病毒的描述,正确的是()。
微机内存按()。
有以下程序: #include main() { int a[]={2,3,5,4},i; for(i=0;i<4;i++) switch(i%2) { case 0: switch(a[i]%2) { case 0:a[i]++;break; case 1:a[i]--; } break; case 1:a[i]=0; } for(i=0;i<4;i++) printf("%d ",a[i]); printf("\n"); } 程序运行后的输出结果是( )。
有两个关系R,S如下: 由关系R通过运算得到关系S,则所使用的运算为( )。
以下过程的功能是从数组中寻找最大值:Private Sub FindMax(a()As Integer, ByRef Max As Integer) Dim s As Integer, f As Integer Dim i As Integer s=LBound(a) f=UBound(a) Max=a(s) For i=s To f If a(i)>Max Then Max=a(i) NextEnd Sub以下关于上述过程的叙述中,错误的是( )。
标签
二级VB程序设计
列表
属性
控件
没有