• 2022-10-24 问题

    下列算式中,错误的是 A: 0×7=0 B: 7×0=0 C: 0÷7=0 D: 7÷0=0

    下列算式中,错误的是 A: 0×7=0 B: 7×0=0 C: 0÷7=0 D: 7÷0=0

  • 2022-05-29 问题

    描述一个正整数n能同时被3,5和7同时整除的正确表达式为 A: n//3==0 and n//5==0 and n//7==0 B: n//3==0 or n//5==0 or n//7==0 C: n%3==0 and n%5==0 and n%7==0 D: n%3==0 or n%5==0 or n%7==0

    描述一个正整数n能同时被3,5和7同时整除的正确表达式为 A: n//3==0 and n//5==0 and n//7==0 B: n//3==0 or n//5==0 or n//7==0 C: n%3==0 and n%5==0 and n%7==0 D: n%3==0 or n%5==0 or n%7==0

  • 2022-10-24 问题

    下列算式中,错误的是()。 A: A0×7=0 B: B7×0=0 C: C0÷7=0 D: D7÷0=0

    下列算式中,错误的是()。 A: A0×7=0 B: B7×0=0 C: C0÷7=0 D: D7÷0=0

  • 2022-05-30 问题

    设X,Y为两个随机变量,且‏P{X ³0,Y ³ 0} = 3/7 , P{X ³ 0} = P{ Y ³ 0} = 4/7 ,‏则P{max(X, Y) ³ 0} = ( ).‏ A: 1/7 B: 3/7 C: 4/7 D: 5/7

    设X,Y为两个随机变量,且‏P{X ³0,Y ³ 0} = 3/7 , P{X ³ 0} = P{ Y ³ 0} = 4/7 ,‏则P{max(X, Y) ³ 0} = ( ).‏ A: 1/7 B: 3/7 C: 4/7 D: 5/7

  • 2022-06-07 问题

    若变量num表示一个整数,表示能被7或11整除的表达式应为( )。 A: num/7==0||num/11==0 B: num/7==0&&num/11==0 C: num%7==0||num%11==0 D: num%7==0&&num%11==0

    若变量num表示一个整数,表示能被7或11整除的表达式应为( )。 A: num/7==0||num/11==0 B: num/7==0&&num/11==0 C: num%7==0||num%11==0 D: num%7==0&&num%11==0

  • 2022-06-29 问题

    在MATLAB中,用命令x=1:9生产数组x。现在要把数组x的第2个和第7个元素都赋值为0,键入的指令是( ) A: x([2 7])=(0 0) B: x([2 7])=[0 0] C: x[(2 7)]=[0 0] D: x[(2 7)]=(0 0)

    在MATLAB中,用命令x=1:9生产数组x。现在要把数组x的第2个和第7个元素都赋值为0,键入的指令是( ) A: x([2 7])=(0 0) B: x([2 7])=[0 0] C: x[(2 7)]=[0 0] D: x[(2 7)]=(0 0)

  • 2021-04-14 问题

    【单选题】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]

    【单选题】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]

  • 2022-05-29 问题

    生理盐水的浓度为()。 A: 0杄09% B: 0杄9% C: 7% D: 0杄7%

    生理盐水的浓度为()。 A: 0杄09% B: 0杄9% C: 7% D: 0杄7%

  • 2022-06-18 问题

    假设有定义 int i=0,j=0,a=6;则执行以下语句后,各变量的值依次为() if((i>0)||(j>0))a++; A: i=0,j=0,a=6 B: i=l;j=1;a=7 C: i=1,j=0,a=7 D: i=0;j=1,a=7

    假设有定义 int i=0,j=0,a=6;则执行以下语句后,各变量的值依次为() if((i>0)||(j>0))a++; A: i=0,j=0,a=6 B: i=l;j=1;a=7 C: i=1,j=0,a=7 D: i=0;j=1,a=7

  • 2022-10-26 问题

    如果要对输出y(位宽为8位)在过程块always里赋值,下列定义正确的是( )。 A: output [7:0] y; B: output reg [7:0] y; C: output [7:0] y;reg y; D: output [7:0] y;reg [7:0] y;

    如果要对输出y(位宽为8位)在过程块always里赋值,下列定义正确的是( )。 A: output [7:0] y; B: output reg [7:0] y; C: output [7:0] y;reg y; D: output [7:0] y;reg [7:0] y;

  • 1 2 3 4 5 6 7 8 9 10