【单选题】【消耗次数:1】
a和b中有且只有一个为0,可以用以下的表达式来表示()。
a=0orb=0
a*b=0anda+b0
a*b=0ora+b≠0
a=0andnotb=0andb=0andnota=0
参考答案:
复制
纠错
相关题目
【判断题】 若矩阵AB=0,则A=0或B=0.
①  正确
②  错误
【单选题】 表达式(12==0) && (1/0 < 1)的值为( ) 。
①  true
②  false
③  0
④  运行时抛出异常
【单选题】 下述程序的运行结果( )。 #includevoid main() { int x=1,a=0,b=0; switch(x) { case 0:b++; case 1:a++; case 2:a++;b++; } printf(a=%d,b=%d\n,a,b); }
①  a=2,b=1
②  a=1,b=2
③  a=0,b=1
④  a=1,b=0
【单选题】 设有定义 int a[10]={0,0,0,0,0,0,0,0,0,0};则说法正确的是( )。
①  数组a有1个元素,其值为0
②  数组a有10个元素,各元素的值为0
③  数组a有10个元素,其中a[0]的值为0,其他元素的值不确定
④  数组初始化错误,初值个数少于数组元素个数
【简答题】 #include stdio.hint main(){char a[ ]=I love China!,b[20];int i;for(i=0;*(a+i)!=\0i++)*(b+i)=*(a+i);*(b+i)=\0//printf(string a is:%s\n//printf(string b is:for(i=0;b[i]!=\0i++)printf(%c,b[i]);printf(\nreturn 0;}以上程序运行结果为[填空1]。
【单选题】 有如下程序:main(){  intx=1,a=0,b=0;  switch(x){  case0:b++;case1:a++;case2:a++;b++;}  printf(“a=%d,b=%d\n”,a,b);}该程序的输出结果是()
①  a=2 b=1
②  a=1 b=1
③  a=1 b=0
④  a=2 b=2
【单选题】 已知三点A(10、20、15)、B(10、0、30)、C(0、10、0),则在坐标面上的点为______。
①  Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:普通表格; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.5pt; mso-bidi-font-size:11.0pt; font-family:等线; mso-ascii-font-family:等线; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:等线; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:等线; mso-hansi-theme-font:minor-latin; mso-font-kerning:1.0pt;} A、B、C三点
②  Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:普通表格; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.5pt; mso-bidi-font-size:11.0pt; font-family:等线; mso-ascii-font-family:等线; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:等线; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:等线; mso-hansi-theme-font:minor-latin; mso-font-kerning:1.0pt;} B点
③  Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:普通表格; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.5pt; mso-bidi-font-size:11.0pt; font-family:等线; mso-ascii-font-family:等线; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:等线; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:等线; mso-hansi-theme-font:minor-latin; mso-font-kerning:1.0pt;} B、C两点
④  Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:普通表格; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.5pt; mso-bidi-font-size:11.0pt; font-family:等线; mso-ascii-font-family:等线; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:等线; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:等线; mso-hansi-theme-font:minor-latin; mso-font-kerning:1.0pt;} C点
【单选题】 设矩阵<img class=jc-formula data-tex=A=\left[ 0\quad 1\quad 0\quad 0\\ 0\quad 0\quad 1\quad 0\\ 0\quad 0\quad 0\quad 1\\ 0\quad 0\quad 0\quad 0 \right] src=https://huaweicloudobs.ahjxjy.cn/C6F8B609E6A5E56056BC5DB2CFBCD651.png style=vertical-align: middle;/>,则<img class=jc-formula data-tex={ A }^{ 3 } src=https://huaweicloudobs.ahjxjy.cn/1B775D0D83D5D0C605238189B38DA372.png style=vertical-align: middle;/>的秩为( )
①  0
②  1
③  6
④  2
【单选题】 矩阵<img class=jc-formula data-tex=\left[ 1\quad 0\quad 0\\ 0\quad 2\quad 0\\ 0\quad 0\quad 3 \right] src=https://huaweicloudobs.ahjxjy.cn/A0AF810CAF2A7ED7E67A043B09280B58.png style=vertical-align: middle;/>的逆矩阵是
①  <img class=jc-formula data-tex=\left[ 1\quad \quad 0\quad \quad 0\\ 0\quad \cfrac { 1 }{ 2 } \quad 0\\ 0\quad \quad 0\quad \cfrac { 1 }{ 3 } \right] src=https://huaweicloudobs.ahjxjy.cn/A9773792DCDD318A8C1D9DB63B6BC22F.png style=vertical-align: middle;/>
②  <img class=jc-formula data-tex=\left[ -1\quad \quad 0\quad \quad 0\\ \quad 0\quad -2\quad \quad 0\\ \quad 0\quad \quad 0\quad -3 \right] src=https://huaweicloudobs.ahjxjy.cn/E21C8228602ED2B84B5AC6263A965E7E.png style=vertical-align: middle;/>
③  <img class=jc-formula data-tex=\left[ 3\quad 0\quad 0\\ 0\quad 2\quad 0\\ 0\quad 0\quad 1 \right] src=https://huaweicloudobs.ahjxjy.cn/3A0913F8D7C441777DFAEF8CABCA530D.png style=vertical-align: middle;/>
④  <img class=jc-formula data-tex=\left[ -3\quad \quad 0\quad \quad 0\\ \quad 0\quad -2\quad \quad 0\\ \quad 0\quad \quad 0\quad -1 \right] src=https://huaweicloudobs.ahjxjy.cn/43A5BAAA14095E06FEEFB78A212CC992.png style=vertical-align: middle;/>
【单选题】 设intx=10,a=0,b=25;,条件表达式x1?a+10︰b的值是(   )
①  0
②  1
③  10
④  25
随机题目
【判断题】 事业部中的事业部是完全独立经营单位
①  正确
②  错误
【判断题】 德尔菲法是一种定量决策方法
①  正确
②  错误
【判断题】 学习型组织的本质是强调学习的重要性。
①  正确
②  错误
【多选题】 麦格雷戈的X理论认为
①  人的天性是好逸恶劳
②  只要有可能就会逃避责任
③  缺乏创造性
④  能自我控制
【单选题】 控制工作得以开展的前提条件是
①  建立控制标准
②  分析偏差原因
③  采取矫正措施
④  明确问题性质
【判断题】 阅读课文II. My first days in Beijing, 判断下列句子表述内容的正误:The writer (作者) had never been to Beijing before.
①  正确
②  错误
【判断题】 阅读课文II.Which Is Stronger? 判断下列句子表述内容的正误:At the beginning, the Wind thought himself very important and looked down on the Sun.
①  正确
②  错误
【多选题】 This is the_________ motivating force behind the development of adult education.
①  main
②  major
③  many
④  much
【单选题】 _________ do you want to learn French? What is the reason?
①  When
②  Why
③  What
④  Which
【单选题】 Many joggers feel that if they can succeed in jogging, they can succeed in_________ things as well.
①  other
②  the other
③  others
④  another