柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
下列逻辑运算结果为"true"的是( )。
A.false or not true
B.true or not true
C.false and not true
D.true and not true
热度🔥1,197
参考答案: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年计算机等级考试题库
推荐
下列过程的功能是:通过对象变量返回当前窗体的Recordset属性记录集引用,消息框中输出记录集的记录(即窗体记录源)个数。 Sub GetRecNum() Dim rs As Object Set rs=Me.Recordset MsgBox 【 】 End Sub 程序括号内应填写的是( )。
下列数据结构中,能够按照"先进后出"原则存取数据的是( )。
在需求获取阶段建立起来的用以描述功能需求的主要模型是
在拼音输入法中,输入拼音“zhengchang”,其编码属于( )。
计算机的指令系统能实现的运算有( )。
标签
二级ACCESS
true
not
or
and