柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
饮酒后只要不影响驾驶操作可以短距离驾驶机动车。
A.正确
B.错误
热度🔥223
参考答案:B
解析:打开微信小程序查看本题解析
点击打开小程序查看解析
content_copy
扫码免费计算机二级刷题
2024年计算机等级考试题库
推荐
软件按功能可以分为应用软件、系统软件和支撑软件(或工具软件)。下面属于应用软件的是( )。
有以下程序 #include struct S{ int a;int b; }; main() { struct S a, *p=&a; a.a=99; printf( "%d\n" , __________ ); } 程序要求输出结构体中成员a的数据,以下不能填入横线处的内容是
设有如下事件过程:Private Sub Command1_Click() Dim a a=Array(12, 3, 8, 5, 10, 3, 5, 9, 2, 4) For k=1 To 9 Print fun(a(k-1), a(k)); " "; Next kEnd SubPrivate Function fun(x, y)As Integer Do While x>=y x=x-y Loop fun=xEnd Function程序运行时的输出结果是( )。
以下过程的功能是从数组中寻找最大值: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以下关于上述过程的叙述中,错误的是( )。
下列关于局域网设备的描述中,错误的是()。
标签
饮酒后