运行如下程序后,输入9回车,命令窗口(command windows)显示的结果为( ). x=input('请输入x的值:'); if x==10 y=cos(x+1)+sqrt(x*x+1); else y=(3^(1/2))*sqrt(x+sqrt(x)); end y
举一反三
- 求函数$y = \root 3 \of {x + \sqrt x } $的导数$y' = $( ) A: ${{1 + 2\sqrt x } \over {\root 3 \of {{{\left( {x + \sqrt x } \right)}^2}} }}$ B: $ {{1 + 2\sqrt x } \over {6\root 3 \of {{{\left( {x + \sqrt x } \right)}^2}} }}$ C: $ {{1 + 2\sqrt x } \over {6\sqrt x \cdot \root 3 \of {{{\left( {x + \sqrt x } \right)}^2}} }}$ D: $ {{1 + 2\sqrt x } \over {\sqrt x \cdot \root 3 \of {{{\left( {x + \sqrt x } \right)}^2}} }}$
- 如下程序的运行结果是( ) int x = 1, y=1; if(x==1) y= x+1; else if(y==2) x= y+1; else y= 0;
- 有下列计算公式:若程序前面已在命令行中包含math.h文件,不能够正确计算公式[img=119x53]17e443bfad4c347.png[/img]的程序段是( ) A: if(x>;=0) y=sqrt(x);else y=sqrt(-x); B: y=sqrt(x);if(x<;0) y=sqrt(-x); C: if(x>;=0) y=sqrt(x);If(x<;0) y=sqrt(-x); D: y=sqrt(x>;=0?x:-x);
- 如下程序的运行结果是( ) intx=1,y=1;if(x==1) y=x+1;elseif(y==2) x=y+1;else y=0; A: x=1, y=2 B: x=3, y=2 C: x=3, y=0 D: x=1, y=0
- 函数\(y = \arcsin x\)的导数为( ). A: \( - {1 \over {\sqrt {1 + {x^2}} }}\) B: \({1 \over {\sqrt {1 + {x^2}} }}\) C: \({1 \over {\sqrt {1 - {x^2}} }}\) D: \( - {1 \over {\sqrt {1 - {x^2}} }}\)