Вы находитесь на странице: 1из 42

1

import java.util.Scanner;

class SolarSystem

public static void main(String args[])

for(int i=0;;i++)

System.out.println();

System.out.println();

System.out.println("Welcome to Solar System Program!");

System.out.println();

System.out.println("To know about the Solar System, enter 01");

System.out.println("To see the list of all the planets of the solar system, enter 02");

System.out.println("To see the facts about planets, enter 03");

System.out.println("To play the Solar System Quiz game, Let's Take a Quiz, enter 04");

System.out.println("To exit the program, enter 00");

System.out.println();

System.out.println();

char num1, num2;

Scanner S=new Scanner(System.in);

System.out.println("Enter the code of your choice");

String str=S.next();

num1=str.charAt(0);

num2=str.charAt(1);

switch(num1)
2

case '0':

switch(num2)

case'0':System.exit(0);

case '1':

System.out.println("Solar System.");

System.out.println("The Solar Systemis the gravitationally-bound system


comprising the Sun and the objects that orbit it, either directly or indirectly.");

System.out.println("Of those objects that orbit the Sun directly, the largest eight
are the planets,with the remainder being significantly smaller objects, such as dwarf planets and
small Solar System bodies.");

System.out.println("Of the objects that orbit the Sun indirectly, the moons, two
are larger than the smallest planet, Mercury.");

System.out.println("Age: 4.568 billion years");

System.out.println("Location: Local Interstellar Cloud, Local Bubble,Orion–


Cygnus Arm, Milky Way");

System.out.println("System mass: 1.0014 Solar masses");

System.out.println("Nearest stars: Proxima Centauri (4.22 ly) and Alpha Centauri


(4.37 ly)");

System.out.println("Nearest known planetary system: Proxima Centauri system


(4.25 ly)");

System.out.println("Stars: 1 (Sun)");

System.out.println("Known planets: 8 (Mercury, Venus, Earth, Mars, Jupiter,


Saturn, Uranus, Neptune)");

System.out.println("Known dwarf planets: Possibly several hundred; five


currently recognized by the IAU(Ceres, Pluto, Haumea, Makemake, Eris)");
3

System.out.println("Known natural satellites: 472 (175 planetary and 297 minor


planetary)");

System.out.println();

break;

case '2':

System.out.println("");

System.out.println("");

System.out.println("The list of planets in our Solar System:");

System.out.println("Mercury");

System.out.println("Venus");

System.out.println("Earth");

System.out.println("Mars");

System.out.println("Jupiter");

System.out.println("Saturn");

System.out.println("Uranus");

System.out.println("Neptune");

break;

case '3':

System.out.println();

System.out.println();

System.out.println("To see the information of Mercury, enter A");


4

System.out.println("To see the information of Venus, enter B");

System.out.println("To see the information of Earth, enter C");

System.out.println("To see the information of Mars, enter D");

System.out.println("To see the information of Jupiter, enter E");

System.out.println("To see the information of Saturn, enter F");

System.out.println("To see the information of Uranus, enter G");

System.out.println("To see the information of Neptune, enter H");

System.out.println();

System.out.println();

char num3;

Scanner NS=new Scanner(System.in);

System.out.println("Enter the planet code of your choice");

String str1=NS.next();

num3=str1.charAt(0);

System.out.println();

System.out.println();

if(num3=='A'||num3=='a')

System.out.println();

System.out.println();

System.out.println("The planet you've selected is Mercury. Some of it's


facts are:");

System.out.println("1. The closest planet to the sun, Mercury is only a bit


larger than Earth's moon.");

System.out.println("2. Discovery: Known to the ancients and visible to the


naked eye");
5

System.out.println("3. Named for: Messenger of the Roman gods");

System.out.println("4. Diameter: 3,031 miles (4,878 km)");

System.out.println("5. Orbit: 88 Earth days");

System.out.println("6. Day: 58.6 Earth days");

if(num3=='B'||num3=='b')

System.out.println();

System.out.println();

System.out.println("The planet you've selected is Venus. Some of it's facts


are:");

System.out.println("1. The second planet from the sun, Venus is terribly


hot, even hotter than Mercury. ");

System.out.println("2. Discovery: Known to the ancients and visible to the


naked eye");

System.out.println("3. Named for: Roman goddess of love and beauty");

System.out.println("4. Diameter: 7,521 miles (12,104 km)");

System.out.println("5. Orbit: 225 Earth days");

System.out.println("6. Day: 241 Earth days");

if(num3=='C'||num3=='c')

System.out.println();

System.out.println();

System.out.println("The planet you've selected is Earth. Some of it's facts


are:");
6

System.out.println("1. The third planet from the sun, Earth is a


waterworld, with two-thirds of the planet covered by ocean.");

System.out.println("2. It’s the only world known to harbor life. Earth’s


atmosphere is rich in life-sustaining nitrogen and oxygen.");

System.out.println("3. The planet zips around the sun at more than 18


miles per second (29 km per second).");

System.out.println("4. Diameter: 7,926 miles (12,760 km)");

System.out.println("5. Orbit: 365.24 days");

System.out.println("6. Day: 23 hours, 56 minutes");

if(num3=='D'||num3=='d')

System.out.println();

System.out.println();

System.out.println("The planet you've selected is Mars. Some of it's facts


are:");

System.out.println("1. The fourth planet from the sun, is a cold, dusty


place. The dust, an iron oxide, gives the planet its reddish cast.");

System.out.println("2. Discovery: Known to the ancients and visible to the


naked eye.");

System.out.println("3. Named for: Roman god of war");

System.out.println("4. Diameter: 4,217 miles (6,787 km)");

System.out.println("5. Orbit: 687 Earth days");

System.out.println("6. Day: Just more than one Earth day (24 hours, 37
minutes)");

if(num3=='E'||num3=='e')

{
7

System.out.println();

System.out.println();

System.out.println("The planet you've selected is Jupiter. Some of it's facts


are:");

System.out.println("1. The fifth planet from the sun, Jupiter is huge and is
the most massive planet in our solar system.");

System.out.println("2. Discovery: Known to the ancients and visible to the


naked eye");

System.out.println("3. Named for: Ruler of the Roman gods");

System.out.println("4. Diameter: 86,881 miles (139,822 km)");

System.out.println("5. Orbit: 11.9 Earth years");

System.out.println("6. Day: 9.8 Earth hours");

if(num3=='F'||num3=='f')

System.out.println();

System.out.println();

System.out.println("The planet you've selected is Saturn. Some of it's facts


are:");

System.out.println("1. The sixth planet from the sun is known most for its
rings.");

System.out.println("2. Discovery: Known to the ancients and visible to the


naked eye");

System.out.println("3. Named for: Roman god of agriculture.");

System.out.println("4. Diameter: 74,900 miles (120,500 km)");

System.out.println("5. Orbit: 29.5 Earth years");

System.out.println("6. Day: About 10.5 Earth hours");


8

if(num3=='G'||num3=='g')

System.out.println();

System.out.println();

System.out.println("The planet you've selected is Uranus. Some of it's


facts are:");

System.out.println("1. The seventh planet from the sun, Uranus is an


oddball. It’s the only giant planet whose equator is nearly at right angles to its orbit — it
basically orbits on its side.");

System.out.println("2. Discovery: 1781 by William Herschel (was thought


previously to be a star)");

System.out.println("3. Named for: Personification of heaven in ancient


myth");

System.out.println("4. Diameter: 31,763 miles (51,120 km)");

System.out.println("5. Orbit: 84 Earth years");

System.out.println("6. Day: 18 Earth hours");

if(num3=='H'||num3=='h')

System.out.println();

System.out.println();

System.out.println("The planet you've selected is Neptune. Some of it's


facts are:");

System.out.println("1. The eighth planet from the sun, Neptune is known


for strong winds — sometimes faster than the speed of sound.");

System.out.println("2. Discovery: 1846");

System.out.println("3. Named for: Roman god of water");


9

System.out.println("4. Diameter: 30,775 miles (49,530 km)");

System.out.println("5. Orbit: 165 Earth years");

System.out.println("6. Day: 19 Earth hours");

if(num3!='A'&&num3!='a'&&num3!='B'&&num3!='b'&&num3!='C'&&num3!='c'&&nu
m3!='D'&&num3!='d'&&num3!='E'&&num3!='e'&&num3!='F'&&num3!='f'&&num3!='G'&&
num3!='g'&&num3!='H'&&num3!='h')

System.out.println("You have entered an invalid code.");

break;

case '4':

int score=0;

System.out.println("Welcome to the Let's Take a Quiz!");

System.out.println("This is a short 10 question quiz to test your knowledge of


UCL.");

System.out.println("To answer just enter the option [A, B, C or D] you


think/know is correct.");

System.out.println("Ready? Set, Let's Take a Quiz!");

System.out.println();

System.out.println();

System.out.println("Question 1");

System.out.println("Which planets have rings?");

System.out.println("A. Saturn and Neptune");


10

System.out.println("B. Saturn, Jupiter, Uranus and Neptune");

System.out.println("C. Saturn and Uranus");

System.out.println("D. Uranus and Jupiter");

System.out.println();

System.out.println();

char n1;

Scanner NS1=new Scanner(System.in);

System.out.println("Enter your answer.");

String S1=NS1.next();

n1=S1.charAt(0);

System.out.println();

System.out.println();

if(n1=='B'||n1=='b')

System.out.println("Correct answer!");

score=score+1;

else

System.out.println("Wrong answer!");

System.out.println("Correct answer is B. Saturn, Jupiter, Uranus and


Neptune");

System.out.println();

System.out.println();
11

System.out.println("Question 2");

System.out.println("Which of these phenomena occurs on Mars?");

System.out.println("A. Hurricanes");

System.out.println("B. Dust Storms");

System.out.println("C. Sand Storms");

System.out.println("D. Tidal Waves");

System.out.println();

System.out.println();

char n2;

Scanner NS2=new Scanner(System.in);

System.out.println("Enter your answer.");

String S2=NS2.next();

n2=S2.charAt(0);

System.out.println();

System.out.println();

if(n2=='B'||n2=='b')

System.out.println("Correct answer!");

score=score+1;

else

System.out.println("Wrong answer!");

System.out.println("Correct Answer is B. Dust Storms");

}
12

System.out.println();

System.out.println();

System.out.println("Question 3");

System.out.println("Which of the following describes Venus's atmosphere


best?");

System.out.println("A. Bright and Sunny");

System.out.println("B. Cold and Wet");

System.out.println("C. Cold and Snowy");

System.out.println("D. Hot and Poisonous");

char n3;

Scanner NS3=new Scanner(System.in);

System.out.println("Enter your answer.");

String S3=NS3.next();

n3=S3.charAt(0);

System.out.println();

System.out.println();

if(n3=='D'||n3=='d')

System.out.println("Correct answer!");

score=score+1;

else

System.out.println("Wrong answer!");

System.out.println("Correct Answer is D. Hot and Poisonous");


13

System.out.println();

System.out.println();

System.out.println("Question 4");

System.out.println("What is the Great Red Spot on Jupiter?");

System.out.println("A. A Crater");

System.out.println("B. A Lake");

System.out.println("C. A Storm");

System.out.println("D. A Volcano");

char n4;

Scanner NS4=new Scanner(System.in);

System.out.println("Enter your answer.");

String S4=NS4.next();

n4=S4.charAt(0);

System.out.println();

System.out.println();

if(n4=='C'||n4=='c')

System.out.println("Correct answer!");

score=score+1;

else

System.out.println("Wrong answer!");

System.out.println("Correct Answer is C. A Storm");


14

System.out.println();

System.out.println();

System.out.println("Question 5");

System.out.println("Which planet do the moons Oberon and Tiania belong to?");

System.out.println("A. Venus");

System.out.println("B. Earth");

System.out.println("C. Jupiter");

System.out.println("D. Uranus");

char n5;

Scanner NS5=new Scanner(System.in);

System.out.println("Enter your answer.");

String S5=NS5.next();

n5=S5.charAt(0);

System.out.println();

System.out.println();

if(n5=='D'||n5=='d')

System.out.println("Correct answer!");

score=score+1;

else

System.out.println("Wrong answer!");

System.out.println("Correct Answer is D. Uranus");


15

System.out.println();

System.out.println();

System.out.println("Question 6");

System.out.println("Which is the closest planet to the sun?");

System.out.println("A. Mercury");

System.out.println("B. Venus");

System.out.println("C. Earth");

System.out.println("D. Mars");

char n6;

Scanner NS6=new Scanner(System.in);

System.out.println("Enter your answer.");

String S6=NS6.next();

n6=S6.charAt(0);

System.out.println();

System.out.println();

if(n6=='A'||n6=='a')

System.out.println("Correct answer!");

score=score+1;

else

System.out.println("Wrong answer!");

System.out.println("Correct Answer is A. Mercury");


16

System.out.println();

System.out.println();

System.out.println("Question 7");

System.out.println("The largest volcano in the solar system is called Olympus


Mons. Where is it??");

System.out.println("A. Jupiter");

System.out.println("B. Earth");

System.out.println("C. Mars");

System.out.println("D. Venus");

char n7;

Scanner NS7=new Scanner(System.in);

System.out.println("Enter your answer.");

String S7=NS7.next();

n7=S7.charAt(0);

System.out.println();

System.out.println();

if(n7=='C'||n7=='c')

System.out.println("Correct answer!");

score=score+1;

else

System.out.println("Wrong answer!");
17

System.out.println("Correct Answer is C. Mars");

System.out.println();

System.out.println();

System.out.println("Question 8");

System.out.println("How many moons does Mars have?");

System.out.println("A. 2");

System.out.println("B. 50");

System.out.println("C. 12");

System.out.println("D. 1");

char n8;

Scanner NS8=new Scanner(System.in);

System.out.println("Enter your answer.");

String S8=NS8.next();

n8=S8.charAt(0);

System.out.println();

System.out.println();

if(n8=='A'||n8=='a')

System.out.println("Correct answer!");

score=score+1;

else

System.out.println("Wrong answer!");
18

System.out.println("Correct Answer is A. 2");

System.out.println();

System.out.println();

System.out.println("Question 9");

System.out.println("Which of these planets is the smallest?");

System.out.println("A. Jupiter");

System.out.println("B. Earth");

System.out.println("C. Uranus");

System.out.println("D. Mercury");

char n9;

Scanner NS9=new Scanner(System.in);

System.out.println("Enter your answer.");

String S9=NS9.next();

n9=S9.charAt(0);

System.out.println();

System.out.println();

if(n9=='D'||n9=='d')

System.out.println("Correct answer!");

score=score+1;

else

System.out.println("Wrong answer!");
19

System.out.println("Correct Answer is D. Mercury");

System.out.println();

System.out.println();

System.out.println("Question 10");

System.out.println("What is the sun mainly made from?");

System.out.println("A. Molten Iron");

System.out.println("B. Rock");

System.out.println("C. Gas");

System.out.println("D. Liquid Lava");

char n10;

Scanner NS10=new Scanner(System.in);

System.out.println("Enter your answer.");

String S10=NS10.next();

n10=S10.charAt(0);

System.out.println();

System.out.println();

if(n10=='C'||n10=='c')

System.out.println("Correct answer!");

score=score+1;

else

System.out.println("Wrong answer!");
20

System.out.println("Correct Answer is C. Gas");

System.out.println();

System.out.println();

System.out.println("Thank you for taking this quiz!");

System.out.println("Your final score is: "+score);

}
21

Output
22

Welcome to Solar System Program!

To know about the Solar System, enter 01

To see the list of all the planets of the solar system, enter 02

To see the facts about planets, enter 03

To play the Solar System Quiz game, Let's Take a Quiz, enter 04

To exit the program, enter 00

Enter the code of your choice

01

Solar System.

The Solar Systemis the gravitationally-bound system comprising the Sun and the objects that
orbit it, either directly or indirectly.

Of those objects that orbit the Sun directly, the largest eight are the planets,with the remainder
being significantly smaller objects, such as dwarf planets and small Solar System bodies.

Of the objects that orbit the Sun indirectly, the moons, two are larger than the smallest planet,
Mercury.

Age: 4.568 billion years

Location: Local Interstellar Cloud, Local Bubble,Orion–Cygnus Arm, Milky Way

System mass: 1.0014 Solar masses

Nearest stars: Proxima Centauri (4.22 ly) and Alpha Centauri (4.37 ly)

Nearest known planetary system: Proxima Centauri system (4.25 ly)

Stars: 1 (Sun)

Known planets: 8 (Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus, Neptune)
23

Known dwarf planets: Possibly several hundred; five currently recognized by the IAU(Ceres,
Pluto, Haumea, Makemake, Eris)

Known natural satellites: 472 (175 planetary and 297 minor planetary)

Welcome to Solar System Program!

To know about the Solar System, enter 01

To see the list of all the planets of the solar system, enter 02

To see the facts about planets, enter 03

To play the Solar System Quiz game, Let's Take a Quiz, enter 04

To exit the program, enter 00

Enter the code of your choice

02

The list of planets in our Solar System:

Mercury

Venus

Earth

Mars

Jupiter
24

Saturn

Uranus

Neptune

Welcome to Solar System Program!

To know about the Solar System, enter 01

To see the list of all the planets of the solar system, enter 02

To see the facts about planets, enter 03

To play the Solar System Quiz game, Let's Take a Quiz, enter 04

To exit the program, enter 00

Enter the code of your choice

03

To see the information of Mercury, enter A

To see the information of Venus, enter B

To see the information of Earth, enter C

To see the information of Mars, enter D

To see the information of Jupiter, enter E

To see the information of Saturn, enter F

To see the information of Uranus, enter G


25

To see the information of Neptune, enter H

Enter the planet code of your choice

The planet you've selected is Mercury. Some of it's facts are:

1. The closest planet to the sun, Mercury is only a bit larger than Earth's moon.

2. Discovery: Known to the ancients and visible to the naked eye

3. Named for: Messenger of the Roman gods

4. Diameter: 3,031 miles (4,878 km)

5. Orbit: 88 Earth days

6. Day: 58.6 Earth days

Welcome to Solar System Program!

To know about the Solar System, enter 01

To see the list of all the planets of the solar system, enter 02

To see the facts about planets, enter 03

To play the Solar System Quiz game, Let's Take a Quiz, enter 04

To exit the program, enter 00


26

Enter the code of your choice

03

To see the information of Mercury, enter A

To see the information of Venus, enter B

To see the information of Earth, enter C

To see the information of Mars, enter D

To see the information of Jupiter, enter E

To see the information of Saturn, enter F

To see the information of Uranus, enter G

To see the information of Neptune, enter H

Enter the planet code of your choice

The planet you've selected is Venus. Some of it's facts are:

1. The second planet from the sun, Venus is terribly hot, even hotter than Mercury.

2. Discovery: Known to the ancients and visible to the naked eye

3. Named for: Roman goddess of love and beauty

4. Diameter: 7,521 miles (12,104 km)

5. Orbit: 225 Earth days


27

6. Day: 241 Earth days

Welcome to Solar System Program!

To know about the Solar System, enter 01

To see the list of all the planets of the solar system, enter 02

To see the facts about planets, enter 03

To play the Solar System Quiz game, Let's Take a Quiz, enter 04

To exit the program, enter 00

Enter the code of your choice

03

To see the information of Mercury, enter A

To see the information of Venus, enter B

To see the information of Earth, enter C

To see the information of Mars, enter D

To see the information of Jupiter, enter E

To see the information of Saturn, enter F

To see the information of Uranus, enter G

To see the information of Neptune, enter H


28

Enter the planet code of your choice

The planet you've selected is Earth. Some of it's facts are:

1. The third planet from the sun, Earth is a waterworld, with two-thirds of the planet covered by
ocean.

2. It’s the only world known to harbor life. Earth’s atmosphere is rich in life-sustaining nitrogen
and oxygen.

3. The planet zips around the sun at more than 18 miles per second (29 km per second).

4. Diameter: 7,926 miles (12,760 km)

5. Orbit: 365.24 days

6. Day: 23 hours, 56 minutes

Welcome to Solar System Program!

To know about the Solar System, enter 01

To see the list of all the planets of the solar system, enter 02

To see the facts about planets, enter 03

To play the Solar System Quiz game, Let's Take a Quiz, enter 04

To exit the program, enter 00

Enter the code of your choice


29

03

To see the information of Mercury, enter A

To see the information of Venus, enter B

To see the information of Earth, enter C

To see the information of Mars, enter D

To see the information of Jupiter, enter E

To see the information of Saturn, enter F

To see the information of Uranus, enter G

To see the information of Neptune, enter H

Enter the planet code of your choice

The planet you've selected is Mars. Some of it's facts are:

1. The fourth planet from the sun, is a cold, dusty place. The dust, an iron oxide, gives the planet
its reddish cast.

2. Discovery: Known to the ancients and visible to the naked eye.

3. Named for: Roman god of war

4. Diameter: 4,217 miles (6,787 km)

5. Orbit: 687 Earth days

6. Day: Just more than one Earth day (24 hours, 37 minutes)
30

Welcome to Solar System Program!

To know about the Solar System, enter 01

To see the list of all the planets of the solar system, enter 02

To see the facts about planets, enter 03

To play the Solar System Quiz game, Let's Take a Quiz, enter 04

To exit the program, enter 00

Enter the code of your choice

03

To see the information of Mercury, enter A

To see the information of Venus, enter B

To see the information of Earth, enter C

To see the information of Mars, enter D

To see the information of Jupiter, enter E

To see the information of Saturn, enter F

To see the information of Uranus, enter G

To see the information of Neptune, enter H


31

Enter the planet code of your choice

The planet you've selected is Jupiter. Some of it's facts are:

1. The fifth planet from the sun, Jupiter is huge and is the most massive planet in our solar
system.

2. Discovery: Known to the ancients and visible to the naked eye

3. Named for: Ruler of the Roman gods

4. Diameter: 86,881 miles (139,822 km)

5. Orbit: 11.9 Earth years

6. Day: 9.8 Earth hours

Welcome to Solar System Program!

To know about the Solar System, enter 01

To see the list of all the planets of the solar system, enter 02

To see the facts about planets, enter 03

To play the Solar System Quiz game, Let's Take a Quiz, enter 04

To exit the program, enter 00

Enter the code of your choice


32

03

To see the information of Mercury, enter A

To see the information of Venus, enter B

To see the information of Earth, enter C

To see the information of Mars, enter D

To see the information of Jupiter, enter E

To see the information of Saturn, enter F

To see the information of Uranus, enter G

To see the information of Neptune, enter H

Enter the planet code of your choice

The planet you've selected is Saturn. Some of it's facts are:

1. The sixth planet from the sun is known most for its rings.

2. Discovery: Known to the ancients and visible to the naked eye

3. Named for: Roman god of agriculture.

4. Diameter: 74,900 miles (120,500 km)

5. Orbit: 29.5 Earth years

6. Day: About 10.5 Earth hours


33

Welcome to Solar System Program!

To know about the Solar System, enter 01

To see the list of all the planets of the solar system, enter 02

To see the facts about planets, enter 03

To play the Solar System Quiz game, Let's Take a Quiz, enter 04

To exit the program, enter 00

Enter the code of your choice

03

To see the information of Mercury, enter A

To see the information of Venus, enter B

To see the information of Earth, enter C

To see the information of Mars, enter D

To see the information of Jupiter, enter E

To see the information of Saturn, enter F

To see the information of Uranus, enter G

To see the information of Neptune, enter H


34

Enter the planet code of your choice

The planet you've selected is Uranus. Some of it's facts are:

1. The seventh planet from the sun, Uranus is an oddball. It’s the only giant planet whose equator
is nearly at right angles to its orbit — it basically orbits on its side.

2. Discovery: 1781 by William Herschel (was thought previously to be a star)

3. Named for: Personification of heaven in ancient myth

4. Diameter: 31,763 miles (51,120 km)

5. Orbit: 84 Earth years

6. Day: 18 Earth hours

Welcome to Solar System Program!

To know about the Solar System, enter 01

To see the list of all the planets of the solar system, enter 02

To see the facts about planets, enter 03

To play the Solar System Quiz game, Let's Take a Quiz, enter 04

To exit the program, enter 00

Enter the code of your choice

03
35

To see the information of Mercury, enter A

To see the information of Venus, enter B

To see the information of Earth, enter C

To see the information of Mars, enter D

To see the information of Jupiter, enter E

To see the information of Saturn, enter F

To see the information of Uranus, enter G

To see the information of Neptune, enter H

Enter the planet code of your choice

The planet you've selected is Neptune. Some of it's facts are:

1. The eighth planet from the sun, Neptune is known for strong winds — sometimes faster than
the speed of sound.

2. Discovery: 1846

3. Named for: Roman god of water

4. Diameter: 30,775 miles (49,530 km)

5. Orbit: 165 Earth years

6. Day: 19 Earth hours


36

Welcome to Solar System Program!

To know about the Solar System, enter 01

To see the list of all the planets of the solar system, enter 02

To see the facts about planets, enter 03

To play the Solar System Quiz game, Let's Take a Quiz, enter 04

To exit the program, enter 00

Enter the code of your choice

04

Welcome to the Let's Take a Quiz!

This is a short 10 question quiz to test your knowledge of UCL.

To answer just enter the option [A, B, C or D] you think/know is correct.

Ready? Set, Let's Take a Quiz!

Question 1

Which planets have rings?

A. Saturn and Neptune

B. Saturn, Jupiter, Uranus and Neptune

C. Saturn and Uranus

D. Uranus and Jupiter


37

Enter your answer.

Correct answer!

Question 2

Which of these phenomena occurs on Mars?

A. Hurricanes

B. Dust Storms

C. Sand Storms

D. Tidal Waves

Enter your answer.

Correct answer!

Question 3

Which of the following describes Venus's atmosphere best?

A. Bright and Sunny


38

B. Cold and Wet

C. Cold and Snowy

D. Hot and Poisonous

Enter your answer.

Correct answer!

Question 4

What is the Great Red Spot on Jupiter?

A. A Crater

B. A Lake

C. A Storm

D. A Volcano

Enter your answer.

Correct answer!

Question 5

Which planet do the moons Oberon and Tiania belong to?

A. Venus

B. Earth
39

C. Jupiter

D. Uranus

Enter your answer.

Wrong answer!

Correct Answer is D. Uranus

Question 6

Which is the closest planet to the sun?

A. Mercury

B. Venus

C. Earth

D. Mars

Enter your answer.

Correct answer!

Question 7

The largest volcano in the solar system is called Olympus Mons. Where is it??

A. Jupiter

B. Earth
40

C. Mars

D. Venus

Enter your answer.

Wrong answer!

Correct Answer is C. Mars

Question 8

How many moons does Mars have?

A. 2

B. 50

C. 12

D. 1

Enter your answer.

Wrong answer!

Correct Answer is A. 2

Question 9
41

Which of these planets is the smallest?

A. Jupiter

B. Earth

C. Uranus

D. Mercury

Enter your answer.


C

Wrong answer!

Correct Answer is D. Mercury

Question 10

What is the sun mainly made from?

A. Molten Iron

B. Rock

C. Gas

D. Liquid Lava

Enter your answer.

Wrong answer!

Correct Answer is C. Gas


42

Thank you for taking this quiz!

Your final score is: 5

Welcome to Solar System Program!

To know about the Solar System, enter 01

To see the list of all the planets of the solar system, enter 02

To see the facts about planets, enter 03

To play the Solar System Quiz game, Let's Take a Quiz, enter 04

To exit the program, enter 00

Enter the code of your choice

00

Вам также может понравиться