【判断题】【消耗次数:1】
降低电源电压调速的他励直流电动机带额定恒转矩负载稳态运行时,不论转矩高低,电枢电流<imgwidth="52"height="24"v:shapes="对象_x0020_26"src="http://wljy.whut.edu.cn:80/uploadfiles/word/djytdpdt.files/image024.png">。
正确
错误
参考答案:
复制
纠错
相关题目
【判断题】 降低电源电压调速的他励直流电动机带额定恒转矩负载稳态运行时,不论转矩高低,电枢电流。
①  正确
②  错误
【判断题】 采用电动机惯例的一台他励直流电动机<imgwidth="134"height="24"v:shapes="对象_x0020_20"src="http://wljy.whut.edu.cn:80/uploadfiles/word/djytdpdt.files/image018.png">则电动机运行于倒拉反转状态。
①  正确
②  错误
【判断题】 额定电压为<imgwidth="72"height="18"v:shapes="对象_x0020_5"src="http://wljy.whut.edu.cn:80/uploadfiles/word/djytdpdt.files/image002.png">的单相变压器,短路阻抗<imgwidth="130"height="24"v:shapes="对象_x0020_6"src="http://wljy.whut.edu.cn:80/uploadfiles/word/djytdpdt.files/image004.png">,负载阻抗为<imgwidth="124"height="22"v:shapes="对象_x0020_7"src="http://wljy.whut.edu.cn:80/uploadfiles/word/djytdpdt.files/image006.png">,从一次侧看进去总阻抗大小为<imgwidth="94"height="22"v:shapes="对象_x0020_8"src="http://wljy.whut.edu.cn:80/uploadfiles/word/djytdpdt.files/image008.png">。
①  正确
②  错误
【判断题】 由变压器一相电动势表达式<imgwidth="120"height="26"v:shapes="对象_x0020_30"src="http://wljy.whut.edu.cn:80/uploadfiles/word/djytdpdt.files/image026.png">可知,<imgwidth="18"height="24"v:shapes="对象_x0020_31"src="http://wljy.whut.edu.cn:80/uploadfiles/word/djytdpdt.files/image028.png">相量落后于<imgwidth="26"height="26"v:shapes="对象_x0020_32"src="http://wljy.whut.edu.cn:80/uploadfiles/word/djytdpdt.files/image030.png">相量900
①  正确
②  错误
【判断题】 设<imgwidth="69"height="21"v:shapes="对象_x0020_24"src="http://wljy.whut.edu.cn:80/uploadfiles/word/lssxpdt.files/image022.png">,<imgwidth="88"height="24"v:shapes="对象_x0020_25"src="http://wljy.whut.edu.cn:80/uploadfiles/word/lssxpdt.files/image024.png">,则<imgwidth="105"height="25"v:shapes="对象_x0020_26"src="http://wljy.whut.edu.cn:80/uploadfiles/word/lssxpdt.files/image026.png">
①  正确
②  错误
【判断题】 直流电动机运行于电动状态时,产生感应电动势<imgwidth="22"height="24"v:shapes="对象_x0020_24"src="http://wljy.whut.edu.cn:80/uploadfiles/word/djytdpdt.files/image022.png">是反电动势,产生的电磁转矩T是反抗性的。
①  正确
②  错误
【判断题】 三相异步电动机的电磁功率<imgwidth="74"height="22"v:shapes="对象_x0020_35"src="http://wljy.whut.edu.cn:80/uploadfiles/word/djytdpdt.files/image032.png">,机械功率<imgwidth="70"height="24"v:shapes="对象_x0020_36"src="http://wljy.whut.edu.cn:80/uploadfiles/word/djytdpdt.files/image034.png">。
①  正确
②  错误
【单选题】 在采访中,记者既要&quot;身入&quot;,又要&quot;心入&quot;。&quot;心入&quot;,就是要有强烈的社会责任感, 要对客观事物进行由表及里的分析,还要().
①  A.广泛地接触群众
②  B.多方面地挖掘材料
③  C.细心地掂量各种材料的价值
④  D.细心地掂量各种材料的价值
【多选题】 Whatdoestheword&quot;steal&quot;(thelastpara.)mean?<br/>
【判断题】 三相绕线式异步电动机反接制动时机械功率<imgwidth="138"height="42"v:shapes="对象_x0020_52"src="http://wljy.whut.edu.cn:80/uploadfiles/word/djytdpdt.files/image050.png">。
①  正确
②  错误
随机题目
【单选题】 以下不属于style对象中的positioning属性有(选择一项)
①  top
②  left
③  right
④  z-Index
【单选题】 近体诗用韵的依据是?
①  切韵
②  广韵
③  平水韵
【单选题】 超过八句的近体诗叫做?
①  绝句
②  律诗
③  排律
【单选题】 律诗的第四联叫做?
①  颔联
②  颈联
③  尾联
【单选题】 句末连用三个平声字,叫做?
①  犯孤平
②  三平调
③  失对
【单选题】 在HTML页面上包含如下所示的页面代码, 要求编写JavaScript语句清空下拉选择框country的选项内容, 则选项中的语句正确的是( )。(form name=form1 action=)(select name=country) (option value=中国)中国(/option) (option value=美国)美国(/option)(/select)(/form)(选择一项)
①  document.form1.country.options.size=0;
②  document.form1.country.options.length=0;
③  document.form1.country.options.value=
④  document.form1.country.value=
【单选题】 对字符串str = welcome to china进行下列操作处理时,描述结果正确的是()(选择一项)
①  str.substring(1,5)返回值是elcom
②  str.length的返回值是16
③  str.indexOf(come,4)的返回值为4
④  str.toUpperCase( )的返回值是welcome to china
【单选题】 PHP支持多种风格的标记,以下不是PHP标记的是( )。
【单选题】 坚持(),促进祖国和平统一的显著优势。
①  “一国两制”,保持香港、澳门长期繁荣稳定
②  “一国两制”,保持香港长期繁荣稳定
③  “一国两制”,保持澳门长期繁荣稳定
④  保持香港、澳门长期繁荣稳定
【单选题】 设X1,X2,…Xn,Xn+1, …,Xn+m是来自正态总体<img class=jc-formula data-tex=N(0,{ \sigma }^{ 2 }) src=https://huaweicloudobs.ahjxjy.cn/5F85A9479574F671A476ECFF7F47F247.png style=vertical-align: middle;/>的容量为n+m的样本,则统计量<img class=jc-formula data-tex=V=\frac { m\sum _{ i=1 }^{ n }{ { X }_{ i }^{ 2 } } }{ n\sum _{ i=n+1 }^{ n+m }{ { X }_{ i }^{ 2 } } } src=https://huaweicloudobs.ahjxjy.cn/61B10ED827B04BDD4B3EC8ACA075898E.png style=vertical-align: middle; width: 65px; height: 76px; width=65 height=76/>服从的分布是
①  <img class=jc-formula data-tex=F(m,n) src=https://huaweicloudobs.ahjxjy.cn/10F45AC7D780FDD9D3EA561DE348F46A.png style=vertical-align: middle;/>
②  <img class=jc-formula data-tex=F(n-1,m-1) src=https://huaweicloudobs.ahjxjy.cn/00EBE527303368C1B3C812DF3FF09671.png style=vertical-align: middle;/>
③  <img class=jc-formula data-tex=F(n,m) src=https://huaweicloudobs.ahjxjy.cn/A8C103B816AE78F7C4C180719AA5FC9B.png style=vertical-align: middle;/>
④  <img class=jc-formula data-tex=F(m-1,n-1) src=https://huaweicloudobs.ahjxjy.cn/15659246991246BEFEF7E59082F57DD8.png style=vertical-align: middle;/>