网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
以下()用于连接两个boolean类型的表达式,而且结果也是boolean类型
A.比较运算符
B.逻辑运算符
C.算术运算符
D.位运算符
参考答案和解析
逻辑运算符
更多 “以下()用于连接两个boolean类型的表达式,而且结果也是boolean类型A.比较运算符B.逻辑运算符C.算术运算符D.位运算符” 相关考题
考题
下列关于boolean类型的叙述中,正确的是A.可以将boolean类型的数值转换为int类型的数值B.可以将boolean类型的数值转换为字符串C.可以将boolean类型的数值转换为char类型的数值D.不能将boolean类型的数值转换为其他基本数据类型
考题
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.可以将boolean类型的数值转换为int类型的数值SX
下列关于boolean类型的叙述中,正确的是( )。A.可以将boolean类型的数值转换为int类型的数值B.可以将boolean类型的数值转换为字符串C.可以将boolean类型的数值转换为char类型的数值D.不能将boolean类型的数值转换为其他基本数据类型
考题
PL/SQL中,关于 Boolean类型说法错误的是()
A.用于存储逻辑值true或fa1se4B.只允许对 Boolean变量执行逻辑操作C.可以将此类型作为表中字段的数据类型D.不能将字段中的数据提取到 Boolean类型的变量中
考题
在个人geodatabase中,下列哪种字段类型是有效的?()A、boolean、string、blob、singleB、string、text、guid、longrawC、data、blob、raster、floatD、double、boolean、binary、number
考题
()导致PL/SQL中WHILE循环结束。A、控制传递给EXIT语句B、Boolean变量或表达式值为NULLC、Boolean变量或表达式值为TRUED、Boolean变量或表达式值为FALSE
考题
多选题A JavaBeans component has the following field: 11. private boolean enabled; Which two pairs of method declarations follow the JavaBeans standard for accessing this field?()Apublic void setEnabled( boolean enabled) public boolean getEnabled()Bpublic void setEnabled( boolean enabled) public void isEnabled()Cpublic void setEnabled( boolean enabled) public boolean isEnabled()Dpublic boolean setEnabled( boolean enabled) public boolean getEnabled()
考题
判断题boolean数据类型的数据只有true和false两个值。()A
对B
错
热门标签
最新试卷