• 2022-06-04
    下列表达式的值为 True 的是( )。
    A: 5!=5 or 1
    B: 2<;3 and 2 >;2
    C: 5+4j>;2-3j
    D: 0 or 5==0
  • A

    内容

    • 0

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

    • 1

      产生并输出如下形式的方阵。 1 2 2 2 2 2 1 3 1 2 2 2 1 4 3 3 1 2 1 4 4 3 3 3 1 4 4 4 3 3 1 5 1 4 4 3 1 5 5 5 1 4 1 5 5 5 5 5 1 #include "stdio.h" int main() { int a[7][7],i,j; for(i=0;i<7;i++) for(j=0;j<7;j++) if( (1) || i+j==6) a[i][j]=1; else if ( (2) &&i+j<6) a[i][j]=2; else if (i>j&&i+j<6) a[i][j]=3; else if (i i==j ; j==i  ii  i+j>6; j+i>6; 6

    • 2

      下列表达式的值为True的是()。 A: 5+4j > 2-3j B: 3>2>2 C: 1==1 and 2!=1 D: not(1==1 and 0!=1)

    • 3

      【单选题】Which of the following matrices does not have the same determinant of matrix B: [1, 3, 0, 2; -2, -5, 7, 4; 3, 5, 2, 1; -1, 0, -9,-5] A. [1, 3, 0, 2; -2, -5, 7, 4; 0, 0, 0, 0; -1, 0, -9, -5] B. [1, 3, 0, 2; -2, -5, 7, 4; 1, 0, 9, 5; -1, 0, -9, -5] C. [1, 3, 0, 2; -2, -5, 7, 4; 3, 5, 2, 1; -3, -5, -2, -1] D. [1, 3, 0, 2; -2, -5, 7, 4; 0, 0, 0, 1; -1, 0, -9, -5]

    • 4

      【填空题】写出以下表达式的值: 1、表达式 3<5>2 的值为_______________。 2、 表达式 0 or 5 的值为_________ 3、表达式 3 and 5 的值为____________。 4、表达式 3 and not 5 的值为______________