• 2022-06-19 问题

    以下哪一个表达式将返回真( )。 A: (9=9)&&(5<1) B: !(17<20) C: (3!=3)||(7<2) D: (1==1)||(2<0)

    以下哪一个表达式将返回真( )。 A: (9=9)&&(5<1) B: !(17<20) C: (3!=3)||(7<2) D: (1==1)||(2<0)

  • 2022-05-29 问题

    ThepopulationofBumptonincreasedby10%from1980to1990anddecreasedby10%from1990to2000.WhatisthenetpercentchangeinthepopulationofBumptonfrom1980to2000? A: -9% B: -1% C: +0% D: +1% E: +9%

    ThepopulationofBumptonincreasedby10%from1980to1990anddecreasedby10%from1990to2000.WhatisthenetpercentchangeinthepopulationofBumptonfrom1980to2000? A: -9% B: -1% C: +0% D: +1% E: +9%

  • 2022-05-26 问题

    (17)0÷(-17)-1=______.

    (17)0÷(-17)-1=______.

  • 2022-06-05 问题

    判断ch是数字字符的C语言表达式是( ) 。 A: '0' <= ch <= '9' B: ch >= '0' && ch <= '9' C: ch >= '1' && ch <= '10' D: ! (ch < '0' || ch > '9') E: ch >= '0' || ch <= '9'

    判断ch是数字字符的C语言表达式是( ) 。 A: '0' <= ch <= '9' B: ch >= '0' && ch <= '9' C: ch >= '1' && ch <= '10' D: ! (ch < '0' || ch > '9') E: ch >= '0' || ch <= '9'

  • 2022-07-28 问题

    已知变量s的值是一个字符串,以下能用于判断s这个字符串是否以字符“0”开头,且以字符“9”结尾的表达式为: A: A.s[0]="0" or s[-1]="9" B: A.s[0]==0 and s[9]==9 C: s[0]=="0" and s[-1]=="9" D: A.s[0]=="0" or s[-1]=="9"

    已知变量s的值是一个字符串,以下能用于判断s这个字符串是否以字符“0”开头,且以字符“9”结尾的表达式为: A: A.s[0]="0" or s[-1]="9" B: A.s[0]==0 and s[9]==9 C: s[0]=="0" and s[-1]=="9" D: A.s[0]=="0" or s[-1]=="9"

  • 2021-04-14 问题

    以下程序运行的结果是:【 】。 #include int main() { int a=3,b=4,c=9,d=9,e=9; d=(a>b)&&(c=5); e=d>0?11:22; printf("c=%d,d=%d,e=%d\n",c,d,e); return 0; } A c=5,d=0,e=22 B c=5,d=1,e=11 C c=9,d=1,e=11 D c=9,d=0,e=22

    以下程序运行的结果是:【 】。 #include int main() { int a=3,b=4,c=9,d=9,e=9; d=(a>b)&&(c=5); e=d>0?11:22; printf("c=%d,d=%d,e=%d\n",c,d,e); return 0; } A c=5,d=0,e=22 B c=5,d=1,e=11 C c=9,d=1,e=11 D c=9,d=0,e=22

  • 2022-07-02 问题

    isprime(17)的值是( )。 A: 0 B: 1 C: 17 D: -17

    isprime(17)的值是( )。 A: 0 B: 1 C: 17 D: -17

  • 2022-06-06 问题

    让步模式可概括为()。 A: 26/20/10/4 B: 50/0/-1/0 C: 55/0/0/5 D: 0/0/0/60 E: 8/13/17/22

    让步模式可概括为()。 A: 26/20/10/4 B: 50/0/-1/0 C: 55/0/0/5 D: 0/0/0/60 E: 8/13/17/22

  • 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-06-03 问题

    在MATLAB中,A = 1:9,现在执行如下指令L1 = ~(A>;5),则MATLAB的执行结果应该是L1 =() A: 0 0 0 0 0 1 1 1 1 B: 1 1 1 1 1 0 0 0 0 C: 1 1 1 1 1 1 0 0 0 D: 0 0 0 0 0 0 1 1 1

    在MATLAB中,A = 1:9,现在执行如下指令L1 = ~(A>;5),则MATLAB的执行结果应该是L1 =() A: 0 0 0 0 0 1 1 1 1 B: 1 1 1 1 1 0 0 0 0 C: 1 1 1 1 1 1 0 0 0 D: 0 0 0 0 0 0 1 1 1

  • 1 2 3 4 5 6 7 8 9 10