AND函数中,条件判断,括号中条件值均为TRUE,则为TRUE;如果任一个为FALSE,则为FALSE。( )Y、对 N、错

A. Y

B. N

参考答案与解析:

相关试题

IF函数只能返回两个值:“TRUE”和“FALSE”。

[判断题] IF函数只能返回两个值:“TRUE”和“FALSE”。A . 正确B . 错误

  • 查看答案
  • 已知 a = True , b = False , c = False , d = True 则 表达式 ( a and b ) or ( c and not d ) 的 值 _

    已知 a = True , b = False , c = False , d = True 则 表达式 ( a and b ) or ( c and not

  • 查看答案
  • 执行完下列代码段之后:bool x=true, y=false, z=false

    [单选题]执行完下列代码段之后: bool x=true, y=false, z=false; x=x&&y‖z; y=x‖y&&z; z=!(x!=y)‖(y-z); 则x=false, y=false, Z=( )。A.trueB.falseC.不确定D.异常

  • 查看答案
  • EXCEL中,公式=COUNT(1,true,False,,“aa”,)的值是(

    [单选题]EXCEL中,公式=COUNT(1,true,False,,“aa”,)的值是()。A . 3B . 4C . 5D . 6

  • 查看答案
  • Is the following statement true or false

    [单选题]Is the following statement true or false?A. significant change in the ownership of an existing audit client is a factor which makes it appropriate for the auditor to review the terms of engagement.A.TrueB.False

  • 查看答案
  • “TRUE£¯FALSE”数据类型为( )

    [单选题]“TRUE/FALSE”数据类型为( )A.“文本”类型B.“是/否”类型C.“备注”类型D.“数字”类型

  • 查看答案
  • 值为True或False的表达式成为____。

    值为True或False的表达式成为____。A. 布尔表达式B. 操作表达式C. 简单表达式D. 复合表达式

  • 查看答案
  • 某人编写如下函数来判断a是否为素数,若是,则函数返回True;否则返回False

    [试题]某人编写如下函数来判断a是否为素数,若是,则函数返回True;否则返回FalseF.unction Prime(a As Integer)AS BooleanD.im k As Interger,isprime AS BooleanIf a<2 Thenisprime=FalseE.lseisprime=Truek=2D.o While k If a Mod k=0 Thenisprime=FalseE.LSEk=k+1E.nd IFLOOPE.nd Ifprime=isprimeE.nd

  • 查看答案
  • 在Java中,常量null,false,true都是()。

    [单选题]在Java中,常量null,false,true都是( )。A.小写B.大写C.不区分大小写D.根据编程环境确定

  • 查看答案
  • VB中每个对象都有一个()属性,可以被设置为True或者False,用来表示该对

    [单选题]VB中每个对象都有一个()属性,可以被设置为True或者False,用来表示该对象是否可见A . CaptionB . NameC . VisibleD . Enabled

  • 查看答案