-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathastro_que.js
More file actions
71 lines (71 loc) · 1.57 KB
/
astro_que.js
File metadata and controls
71 lines (71 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
var data = [{
"question":"First artificial satellite sent in space was _______",
"a":"Sputnik 1",
"b":"Sputnik 2",
"c":"Explorer 1",
"d":"Explorer 2",
"ans":"a"
},{
"question":"What is the name of dog sent in first flight to space ?",
"a":"Laika",
"b":"Jupiter",
"c":"Lucky",
"d":"Luna",
"ans":"a"
},{
"question":"Space-age spinoffs includes _______",
"a":"smoke detectors",
"b":"invisible braces",
"c":"medical laser",
"d":"all of them",
"ans":"d"
},{
"question":"A GPS is composed of how many solar powered satellites ?",
"a":"72",
"b":"27",
"c":"34",
"d":"47",
"ans":"b"
},{
"question":"First man who set foot in space was _______",
"a":"Yuri Gagarian",
"b":"Jules Verne",
"c":"Neil Armstrong",
"d":"Aldrin",
"ans":"a"
},{
"question":"Which Space probe discovered crates on moon ?",
"a":"Voyager",
"b":"Pioneer",
"c":"Clementine",
"d":"Venera",
"ans":"c"
},{
"question":"In 1966 first space probe which landed on moon was _______",
"a":"Luna 1",
"b":"Luna 9",
"c":"Sputnik 1",
"d":"Terra 1",
"ans":"b"
},{
"question":"A long-term platform which provides medium for research in space is called ",
"a":"spacecraft",
"b":"spacestation",
"c":"spaceshuttle",
"d":"spacesatellite",
"ans":"b"
},{
"question":"Flight of first space craft lasted for _______",
"a":"180 mins",
"b":"108 mins",
"c":"80 mins",
"d":"8 mins",
"ans":"a"
},{
"question":"Upward pushing of aircraft by engine is called its ",
"a":"velocity",
"b":"centrifugal force",
"c":"gravity",
"d":"thrust",
"ans":"d"
}]