网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
条件表达式(result)?"true":"false"的意义是(),其中result是逻辑表达式。
A
如果result为true,则表达式的值是true,否则为false
B
如果result为false,则表达式的值是true,否则为false
C
如果result为true,则表达式的值是false,否则为true
D
表达式错误
参考答案
参考解析
解析:
暂无解析
更多 “单选题条件表达式(result)?"true":"false"的意义是(),其中result是逻辑表达式。A 如果result为true,则表达式的值是true,否则为falseB 如果result为false,则表达式的值是true,否则为falseC 如果result为true,则表达式的值是false,否则为trueD 表达式错误” 相关考题
考题
以下程序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、TRUE(logical_test,value_if_true,value_if_false)B、TRUE()C、TRUE(logical1,logical2,…)D、TRUE(logical)
考题
boolean a=false;boolean b=true;boolean c=(ab)(!b);boolean result=(ab)(!b); boolean result=(ab)(!b); 执行完后,正确的结果是( )。A.c=false;result=falseB.c=true,result=trueC.c=true;result=falseD.c=false;result=true
考题
下面程序段: boolean a=false; boolean b=true; boolean c=(a||b)(b); boolean result=(a|b)(b); 执行完后,正确的结果是A.c=false;result=falseB.c=true,result=trueC.c=true;result=falseD.c=false;result=true
考题
下面程序段: boolean a=false; boolean b=true; boolean c=(aB) (!B) ; boolean result=(aB) (!B) ; 执行完后,正确的结果是( )。A.c=false;result=falseB.c=true,result=trueC.c=tree;result=falseD.c=false;result=trae
考题
设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。当逻辑表达式成立,其值为();不成立,其值为()。A
True;TrueB
False;TrueC
False;FalseD
True;False
考题
单选题设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
考题
单选题设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] )
考题
单选题设逻辑变量X为True,Y、Z均为False,以下逻辑表达式值为True的是()。A
XOR(YANDZ)B
(XANDY)ORZC
(NOTX)ORYORZD
XAND(YORZ)
考题
填空题逻辑表达式:!true||false的结果是()
热门标签
最新试卷