-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathphysics_que.js
More file actions
71 lines (71 loc) · 1.5 KB
/
Copy pathphysics_que.js
File metadata and controls
71 lines (71 loc) · 1.5 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":"The absorption of ink by blotting paper involves",
"a":"viscosity of ink",
"b":"capillary action phenomenon",
"c":"diffusion of ink through the blotting",
"d":"siphon action",
"ans":"b"
},{
"question":"Nuclear sizes are expressed in a unit named",
"a":"Fermi",
"b":"Angstrom",
"c":"Newton",
"d":"Tesla",
"ans":"a"
},{
"question":"Light year is a unit of",
"a":"time",
"b":"distance",
"c":"light",
"d":"intensity of light",
"ans":"b"
},{
"question":"g=____",
"a":"9.8 m/s",
"b":"980 m/m",
"c":"98 m/ms",
"d":"9.8 cm/s",
"ans":"a"
},{
"question":"Light from the Sun reaches us in nearly",
"a":"2 mins",
"b":"4 mins",
"c":"8 mins",
"d":"16 mins",
"ans":"c"
},{
"question":"Pa(Pascal) is the unit for",
"a":"Thrust",
"b":"Pressure",
"c":"Frequency",
"d":"Conductivity",
"ans":"b"
},{
"question":"Pick out the scalar quantity",
"a":"Force",
"b":"Pressure",
"c":"Velocity",
"d":"Acceleration",
"ans":"b"
},{
"question":"Magnetism at the centre of a bar magnet is",
"a":"Minimum",
"b":"Maximum",
"c":"Zero",
"d":"Maximum or Minimum",
"ans":"c"
},{
"question":"Of the following properties of a wave, the one that is independent of the other is its",
"a":"amplitude",
"b":"velocity",
"c":"wavelength",
"d":"frequency",
"ans":"a"
},{
"question":"Lux is the SI unit of",
"a":"intensity of illumination",
"b":"luminous efficiency",
"c":"luminous flux",
"d":"luminous intensity",
"ans":"a"
}]