柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
下列逻辑运算结果为"true"的是( )。
A.false or not true
B.true or not true
C.false and not true
D.true and not true
热度🔥1,203
参考答案: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年计算机等级考试题库
推荐
Internet实现了分布在世界各地的各类网络的互联,其最基础和核心的协议是()。
在关系窗口中,双击两个表之间的连接线,会出现( )。
有以下程序 #include int fun(int x) { int p; if(x==0||x==1) return(3); p=x-fun(x-2); return p; } main() { printf("%d\n",fun(7)); } 执行后的输出结果是
在菜单设计中,可以在定义菜单名称时为菜单项指定一个访问键。指定访问键为“x”的菜单项名称定义是( )。
标签
二级ACCESS
true
not
or
and