皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【多选题】
软磁材料和硬磁材料,下列说法正确的是( )。
A.
软磁材料具有高导磁率和低矫顽力
B.
软磁材料当外磁场去除时,磁性不消失
C.
硬磁材料当外磁场去除时,仍能在较长时间内保持稳定的磁性
D.
硬磁材料具有低矫顽力
E.
以上说法都不正确
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】1834年,——发明了走马盘
A.
埃米尔 · 雷诺
B.
威廉 · 乔治 · 霍默
C.
爱德华 · 幕布里奇
D.
乔治 · 梅里爱
【单选题】1834年,英国人威廉·霍尔纳(Wi11iam Horner)发明了( ),通过旋转转筒,观众可以从转筒上的小孔看到转筒里长长的硬纸片上的一连串活动画面。
A.
西洋镜
B.
走马盘
C.
诡盘
D.
幻盘
【简答题】1834年,( )发明了走马盘
【单选题】请阅读下面的程序 class Test { public static void main(String args) { int a = 3; int b = 6; System.out.print(a==b); System.out.print(a System.out.print(a!=b); System.out.print(a>=b); } } 下列选项中,哪个是程序的运行结果()
A.
falsefalsetruefalse
B.
falsefalsetruetrue
C.
falsetruetruefalse
D.
truefalsefalsetrue
【单选题】1834年,英国人( )发明走马盘。这种走马盘在硬纸上画有一连串的形象。“走马盘”,比“诡盘”有了明显的改进。
A.
霍尔纳
B.
埃米尔.雷诺
C.
约瑟夫·普拉托
D.
约翰
【单选题】Because the actual center of some planets may differ from the observed center,the navigator applies a correction known as the().
A.
phase correction
B.
refraction correction
C.
semidiameter correction
D.
augmentation correction
【单选题】请阅读下面的程序 public class Test { public static void main(String[] args) { for(int x = 0 ; x <=3 ; x++){ continue; System.out.print(x%2+ ” “ ); } } } 下列选项中,哪一个是程序的运行结果
A.
0 1 2 3
B.
0 1 2 1
C.
0 1 2
D.
编译失败
【单选题】请阅读下面的程序: main() { int  x=1,y=0,a=0,b=0; switch(x) { case 1: switch(y) { case 0:a++;break; case 1:b++;break; } case 2: a++;b++;break; } cout<} 上面程序的输出结果是()。
A.
a=2,b=1
B.
a=1,b=1
C.
a=1,b=0
D.
a=2,b=2
【单选题】What is the teacher doing in terms on error correction? ' Make a sentence with 'have'! S: He have a car. T: He HA VE a car? S: He HAS a car. ' Very good. He HA S a car.
A.
Direct correction
B.
Indirect correction
C.
Self-correction
D.
Peer correction
【简答题】43.请阅读下面的程序,写出程序的运行结果。 class Person { String name; int age; public Person() { } public Person(String n) { name = n; } public Person(String n, int a) { name = n; age = a; } public void show...
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题