• 2021-04-14
    设a=2,b=3,c=4,d=5,下列表达式的值是______。 3>2*b Or a=c And b<>c Or c>d A.1 B.True C.False D.-1
  • 正确答案:C

    内容

    • 0

      设a=2,b=3,c=4,d=5,则表达式a>b And c=> d And b<>c Or c>d的值是 ______。 A: Tree B: False C: -1 D: 1

    • 1

      10312.下列表达式的值为True的是 A: 1 or True B: 3>;2>;2 C: 2!=5 or 0 D: 1 and 5==0

    • 2

      下面哪一个表达式将会返回false?() A: !(3<=1) B: (4>=4)&&(5<=2) C: ("a"=="a")&&("c"!="d") D: (2<3)||(3<2)

    • 3

      下列表达式的值为True的是( ) A: 5+4j >; 2-3j B: 3>;2==1 and (3>;2 and 2==2) C: e>;5 and 4==f D: (x-6)>;5

    • 4

      以下逻辑运算结果不正确的是:( ) A: 表达式 1<2<3 的值为True B: 表达式 3 or 5 的值为3 C: 表达式 3 and 5 的值为3 D: 表达式 3 and not 5 的值为False