单选题设a = True ,b = True ,c = False,以下表达式值为False的是()Aa or b or c B(not a or b )and( b or c )CFalse or not a and b or not c Dnot a and not b and (12 in [1..10] )
单选题
设a = True ,b = True ,c = False,以下表达式值为False的是()
A
a or b or c
B
(not a or b )and( b or c )
C
False or not a and b or not c
D
not a and not b and (12 in [1..10] )
参考解析
解析:
暂无解析
相关考题:
以下程序booleana=false;booleanb=true;ooleanc=(abintresult=c==false?1:2;执行完后,c与result的值是()。 A.c=false;result=1;B.c=true;result=2;C.c=true;result=1;D.c=false;result=2;
下面哪个函数可以返回逻辑值TRUE()。 A、AND(TRUE,TRUE,FALSE)B、OR(TRUE,TRUE,FALSE)C、OR(FALSE,FALSE,FALSE)D、NOT(TRUE)
下面程序段的输出结果为( )。 public class Test { public static void main(String args[]) { booleana,b,C; a=(35): b=(a= =true); System.out.println("a="+a+"b="+b); c=(b= =false); System.out.println("b="+b+"c="+c); } }A.a=true b=false b=true c=trueB.a=true b=false b=true c=falseC.a=true b=true b=true c=falseD.a=false b=false b=true c=false
下面程序段的输出结果为( )。A.a=true b=false b=true C=trueB.a=true b=false b=true e=falseC.a=true b=true b=true C=falseD.a=false b=false b=true C=false
下面程序段的输出结果为( )。 public class Test { public static void main(String args[]) { booleana,b,C; a=(35): b=(a= =true); System.out.println("a="+a+"b="+b); c=(b= =false); System.out.println("b="+b+"c="+c); } }A.a=true b=false b=true c=trueB.a=true b=false b=true c=falseC.a=false b=true b=true c=falseD.a=false b=false b=true c=false
设a = True ,b = True ,c = False,以下表达式值为False的是()A、a or b or c B、(not a or b )and( b or c )C、False or not a and b or not c D、not a and not b and (12 in [1..10] )
以下3个表达式的结果分别是?() 0===’0’ ’0’==false 1===trueA、false,true,falseB、true,true,falseC、false,false,trueD、true,true,true
设A=True,B=False,C=True,D=False,以下逻辑运算表达式值为真的是()A、(A∧B)∨(C∧D∨﹁A)B、((﹁A∧B) ∨C)∧﹁DC、(B∨C∨D) ∧D∧AD、A∧(D∨﹁C)∧B
逻辑表达式的值只有两个:True和False。当逻辑表达式成立,其值为();不成立,其值为()。A、True;TrueB、False;TrueC、False;FalseD、True;False
条件表达式(result)?"true":"false"的意义是(),其中result是逻辑表达式。A、如果result为true,则表达式的值是true,否则为falseB、如果result为false,则表达式的值是true,否则为falseC、如果result为true,则表达式的值是false,否则为trueD、表达式错误
单选题逻辑表达式的值只有两个:True和False。当逻辑表达式成立,其值为();不成立,其值为()。ATrue;TrueBFalse;TrueCFalse;FalseDTrue;False
单选题设A=True,B=False,C=True,D=False,以下逻辑运算表达式值为真的是()A(A∧B)∨(C∧D∨﹁A)B((﹁A∧B) ∨C)∧﹁DC(B∨C∨D) ∧D∧ADA∧(D∨﹁C)∧B
单选题设a = True ,b = True ,c = False,以下表达式值为False的是()Aa or b or c B(not a or b )and( b or c )CFalse or not a and b or not c Dnot a and not b and (12 in [1..10] )
单选题条件表达式(result)?"true":"false"的意义是(),其中result是逻辑表达式。A如果result为true,则表达式的值是true,否则为falseB如果result为false,则表达式的值是true,否则为falseC如果result为true,则表达式的值是false,否则为trueD表达式错误
单选题在Excel97升序排序中,()。A逻辑值TRUE在FALSE之前B逻辑值FALSE在TRUE之前C逻辑值TRUE和FALSE等值D逻辑值TRUE和FALSE保持原始次序