-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathchemistry_que.js
More file actions
71 lines (71 loc) · 1.58 KB
/
Copy pathchemistry_que.js
File metadata and controls
71 lines (71 loc) · 1.58 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":"Who is regarded as father of modern chemistry ?",
"a":"Ruterford",
"b":"Einstein",
"c":"Lavoisier",
"d":"C.V. Raman",
"ans":"c"
},{
"question":"Which of the following is not a type of elements ?",
"a":"Metals",
"b":"Non Metals",
"c":"Metalloids",
"d":"Gases",
"ans":"d"
},{
"question":"Which of the following acid is present in lemon ?",
"a":"Marlic Acid",
"b":"Citric Acid",
"c":"Lactic Acid",
"d":"Tartaric Acid",
"ans":"b"
},{
"question":"Rare gases are _______",
"a":"mono atomic",
"b":"di atomic",
"c":"tri atomic",
"d":"None of above",
"ans":"a"
},{
"question":"The term PVC used in the plastic industry stands for",
"a":"polyvinyl chloride",
"b":"polyvinyl carbobate",
"c":"phosphor vanadiu chloride",
"d":"phosphavinyl chloride",
"ans":"a"
},{
"question":"Which of the following is used to produce artificial rain ?",
"a":"copper oxide",
"b":"carbon monoxide",
"c":"silver iodide",
"d":"silver nitrate",
"ans":"c"
},{
"question":"Oil of vitriol is",
"a":"nitric acid",
"b":"sulphuric acid",
"c":"hydrochloric acid",
"d":"phosphoric acid",
"ans":"b"
},{
"question":"Name of metal the heaviest is _______",
"a":"Osmium",
"b":"Mercury",
"c":"Iron",
"d":"Nickle",
"ans":"a"
},{
"question":"Nail polish remover contains ?",
"a":"benzene",
"b":"acetic acid",
"c":"acetone",
"d":"petroleum ether",
"ans":"c"
},{
"question":"What nucleus of atom contains ?",
"a":"protons",
"b":"electrons",
"c":"electrons and protons",
"d":"protons and neutrons",
"ans":"d"
}]