A: Thomson discovered electrons by cathode rays.
B: Millikan's determination of electronic charge by oil drop experiment .
C: Rutherford’s "planetary model" of atomic structure.
D: A particle scattering experiment.
举一反三
- The milestone of human understanding of the micro world is A: Thomson discovered electrons by cathode rays. B: Millikan's determination of electronic charge by oil drop experiment . C: Rutherford’s "planetary model" of atomic structure. D: A particle scattering experiment.
- The atomic model of Thomson, is overturned Rutherford with the scattering experiment of a-particle.
- Rutherford proposed ( ) by analyzing the results of the α particle scattering experiment A: Atomic nuclear structure model B: There are neutrons in the nucleus C: Electrons are part of atoms D: The nucleus is made up of protons and neutrons
- Which of the following is not a valid conclusion from Rutherford’s alpha particle scattering experiment? ( )
- Which of the following is not a valid conclusion from Rutherford’s alpha particle scattering experiment? ( ) A: The nucleus must be positively charged B: The nucleus must be very small compared to the atom C: The atom is mainly empty space D: The mass of the atom is mostly concentrated in the nucleus
内容
- 0
The probability of an event E in an empirical<br/>experiment may change from experiment to experiment. ( )
- 1
Before the drug is used on human beings, experts have to ______ dogs. A: be experimented B: experiment C: experiment with D: experiment on
- 2
下列语句中,正确的是()。 A: char*s;s="Olympic"; B: chars[7];s="Olympic"; C: char*s;s={"Olympic"}; D: chars[7];s={"Olympic"};
- 3
下面语句中,正确的是( )。 A: printf("%c ","student"); B: printf("%c ","c"); C: printf("%s ",&a); D: printf("%s ","hello");
- 4
针对字符串的不同表达方式,下面说法错误的有( )。 A: char *s="girl"; 等价于 char *s; s="girl"; B: char *s="girl"; 等价于 char *s; *s="girl"; C: char s[4]= "boy"; 等价于 char *s= "boy"; D: char s[10]={"girl"}; 等价于 char s[10]; s[10]={"girl"};