柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
下列逻辑运算结果为"true"的是( )。
A.false or not true
B.true or not true
C.false and not true
D.true and not true
热度🔥1,213
参考答案:B
解析:
【解析】逻辑运算符的优先级别为:Not>And>Or。因此,Flase Or Not True的值为Flase,True Or Not True的值为True,False And Not True的值为Fase,True And Not True的值为Fase。
复制题目向AI提问
And>Or。因此,Flase Or Not True的值为Flase,True Or Not True的值为True,False And Not True的值为Fase,True And Not True的值为Fase。">
content_copy
content_copy
扫码免费计算机二级刷题
2025年计算机等级考试题库
推荐
下列叙述中,错误的是()。
在窗体上有一个命令按钮Commandl和一个文本框Textl,编写事件代码如下: Private Sub Command1_Click() Dim i,j,x For i=1 To 20 step 2 x=0 For j=i To 20 step 3 x=x+1 Next j Next i Text1.Value=Str(x) End Sub 打开窗体运行后,单击命令按钮,文本框中显示的结果是( )。
有以下程序 #include main() { int k, j, s; for( k=2; k<6; k++,k++ ) { s=1; for (j=k; j<6; j++ ) s+=j; } printf("%d\n" , s ); } 程序运行后的输出结果是
下列叙述中正确的是( )。
标签
二级ACCESS
true
not
or
and