皮皮学,免费搜题
登录
搜题
【简答题】
τ子是与电子一样带负电而质量却很大的粒子。它的质量为3.18×10 -27 kg,大约是电子质量的3490倍。τ子可穿透核物质,因此,τ子在核电荷的电场作用下在核内可作轨道运动。设τ子在铀核内的圆轨道半径为2.9×10 -15 m。把铀核看作是半径为7.4×10 -15 m的球,并且带有92e且均匀分布于其体积内的电荷。计算τ子的轨道运动的速率、动能、角动量和频率。
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【判断题】In reality , we all face the challenge of communicating with people who have a different style of communication. 事实上,我们人人都面对这样的挑战,要和与自己交流方式不同的人沟通
A.
正确
B.
错误
【单选题】下述哪个方法不可以加人类SubClass? ( ) class SupClass{ public void methodOne(int i){} public void methodTwo(int i){} public static void methodThree(int i) {} public static void methodForth(int i) {} } class SubCla...
A.
public static void methodOne(int i){ }
B.
public void methodTwo(int i){ }
C.
public static void methodThree(int i,intj){ }
D.
public static void methodForth(inti){ }
【单选题】以下哪个方法不可以加入类Son? ( ) class Father{ public void methodOne(int i){} public void methodTwo(int i){} public static void methodTree(int i){} public static void methodFour(int i){} } class Son extends Fath...
A.
public static void methodOne(int i){}
B.
public void methodTwo(int i){}
C.
public static void methodTree(int i, int j){}
D.
public static void methodFour(int i){}
【判断题】When we may encounter many “roads” in reality, we could make a perfect choice to take all the interests into account.
A.
正确
B.
错误
【单选题】In reality , we all face the challenge of communicating with people who have a different style of communication.
A.
事实上,我们要与不同的人沟通
B.
事实上,我们人人都面对这样的挑战,要和与自己交流方式不同 的人沟通
【单选题】下列哪个是 Java 应用程序主类中正确的 main 方法声明? A) public void main (String args[ ]) B) static void main (String args[ ]) C) public static void Main (String args[]) D) public static void main (String args[ ])
A.
public void main (String args[ ])
B.
static void main (String args[ ])
C.
public static void Main (String args[])
D.
public static void main (String args[ ])
【单选题】下列是定义一个接口ITF的程序,在横线处应填入的选项是 ( )public interface ITF{public static final double PI=3.14,public ______ double area(double a,double b);}
A.
interfaee
B.
static
C.
final
D.
abstract
【单选题】public class Test { public static void test() { this.print(); } public static void print() { System.out.println("Test"); } public static void main(String args []) { ...
A.
输出Test
B.
无输出结果
C.
类编译错误,指示不能在static上下文中使用this
D.
以上都不对
【单选题】阅读下列代码 Public class Person{ Static int arr[ ] = new int (10) Public static void main (String args ) { System.out.println(arr[9]) } } 该代码运行的结果是
A.
)编译时将产生错误
B.
)编译时正确,运行时将产生错误
C.
)输出 0
D.
)输出空
【单选题】阅读下列代码: public class Person{ static int arr[]=new int[10]; public static void main(String args){ System.out.println{arr[9]); } } 该代码的运行结果是( )。
A.
编译时将产生错误
B.
编译时正确,运行时将产生错误
C.
输出零
D.
输出空
相关题目: