File size: 31,713 Bytes
c357361
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
0	mutually exclusive events are independent?
1	2 is the only prime even number because?
2	if vectors are linearly independent do they span?
3	what is the inverse of piecewise function?
4	every real number has a decimal expansion?
5	prove root 5 is rational?
6	what is the difference between base and width?
7	what are nfa and dfa explain with examples?
8	how many different combinations of solitaire are there?
9	is tan x a function?
10	do eigenvectors form a basis?
11	what is the difference between null set and empty set?
12	are 5 and 7 coprime?
13	what is the difference between maximum and supremum?
14	what is the mathematical definition of justify?
15	what is the difference between an integral domain and a field?
16	the square root of a negative number does not exist?
17	how many combinations are there in solitaire?
18	what is the difference between a strong and weak solution?
19	why axb is not equal to bxa?
20	can two events be independent and mutually exclusive?
21	what is x sub zero?
22	aabb is a perfect square?
23	what is the difference between polynomial equation and polynomial function?
24	can events be independent and mutually exclusive?
25	how many combinations can you make with 6 items?
26	what is the square root of 5 a natural number?
27	are multiples of 3 or 5?
28	if two events are dependent then they must be mutually exclusive?
29	8^n-1 is divisible by 7?
30	what is the difference between law and theorem?
31	how to find cnf and dnf from truth table?
32	2 is a square mod p?
33	is skew symmetric matrix diagonalizable?
34	5 coins are tossed how many outcomes?
35	can two mutually exclusive events be independent?
36	is width the same as base?
37	how many different combinations of 11 numbers?
38	why can independent events be mutually exclusive?
39	do absolute values have derivatives?
40	are all fields vector spaces?
41	does the square root of a negative number exist?
42	linearly independent eigenvectors are orthogonal?
43	are convex function always differentiable?
44	are all invertible functions bijective?
45	are iid with mean 0 and variance?
46	how to find the zeros of quartic function?
47	if 2 of the 64 squares are chosen at random?
48	are all diagonalizable matrices invertible?
49	do irrational roots come in pairs?
50	prove that if a and b are mutually exclusive they cannot be independent?
51	how to show a curve has no turning points?
52	are pivot columns linearly independent?
53	what is the difference between a weak and strong solution?
54	are cyclic subgroups always normal?
55	is gcd an injective function?
56	are all boundary points limit points?
57	if a man spends 80 of his income what percentage does he save?
58	how to find if 3 vectors are linearly independent?
59	how to find the distance between two lines in 3d?
60	three dice are thrown. find the probability of obtaining at least two 6s?
61	what is the formula to determine number of matches in league fixture?
62	1 day has how many minutes?
63	if two vectors are perpendicular what is the dot product?
64	is x uniformly continuous on r?
65	do eigenvalues change with row operations?
66	how to find the slope from the x and y intercept?
67	what is nfa and dfa?
68	are all cosets the same size?
69	what is the difference between x and f(x)?
70	n 2 2 is not divisible by 4?
71	what is the difference between sum and average function?
72	what is the central difference formula?
73	is pi divided by pi rational?
74	what is the difference between total independence and mutual independence?
75	when are singular values and eigenvalues the same?
76	how to calculate the difference between a positive and negative number?
77	every real number has a binary expansion?
78	can x intercept be 0?
79	how many combinations of 3 numbers out of 5?
80	what is the critical difference between proof by induction and proof by strong induction?
81	how many bits are needed to represent a number?
82	what is the formula for the surface area of a cylinder with no top?
83	what is the difference between relation mapping?
84	what is the inverse of a convex function?
85	10^n-1 is divisible by 11 for?
86	can hcf and lcm be equal?
87	are prime numbers still prime in other bases?
88	how to calculate the log of a negative number?
89	how many triangle can be form 12 non collinear points?
90	sum of 2 odd number is prime?
91	prove square root of 4 is irrational?
92	if two events are mutually exclusive are they independent or dependent?
93	what is difference between strong and weak convergence?
94	how often will a calendar repeat itself?
95	prove by induction that 6^n-1 is divisible by 5?
96	are right angles always congruent?
97	how to prove that two vectors are perpendicular to each other?
98	if events a b and c are disjoint then they are independent?
99	what is mathematical function used for?
100	root 3 is irrational number?
101	can cosh x be zero?
102	are all isosceles triangles equilateral?
103	how to calculate modulo of negative number?
104	what is the slope of a line passing through the origin?
105	what is the difference between algebraic and polynomial?
106	what is the chain rule for integration?
107	a is 25 percent more efficient than b?
108	how are cubic functions used in real life?
109	describe two events that are dependent and mutually exclusive?
110	are piecewise functions one to one?
111	what is the square root of a polynomial?
112	can all nfa be converted to dfa?
113	is 1 more than 0?
114	what is the difference between expression and polynomial?
115	are all triangular matrices invertible?
116	what is ez in math?
117	are a and b mutually exclusive explain your answer?
118	prove that the vectors are linearly independent?
119	are all critical points relative extrema?
120	subgroup of abelian group is abelian?
121	x is an element of r meaning?
122	are the natural numbers finite?
123	6 options how many combinations?
124	are sinx and cosx linearly independent?
125	are a and b independent why or why not?
126	what is the difference between dot product and matrix multiplication?
127	are antiderivatives and indefinite integrals the same?
128	is ln a linear operator?
129	are all finite sets closed?
130	what is the difference between u substitution and integration by parts?
131	log z has no harmonic conjugate?
132	what is the difference between measure and outer measure?
133	what is the difference between real valued function and real function?
134	what are the differences between a vector and a ray?
135	how many different possible combinations in tossing a coin 5 times?
136	what is the difference between b and b in math?
137	are sets closed under addition?
138	are asymptotes one to one functions?
139	what is difference between function and equation?
140	what is the difference between ordinary differential equation and homogeneous differential equation?
141	can mutually exclusive events be independent and dependent?
142	what are math functions used for?
143	is a 2x3 matrix invertible?
144	how many 1-1 functions from a to b?
145	what is the difference between fourier series and transform?
146	how to calculate manhattan distance between two vectors?
147	what is the difference between valid arguments and strong arguments?
148	find the acceleration when the velocity is 0?
149	prove that square root 2 plus square root 3 is irrational?
150	what is the difference between t interval and z interval?
151	2 primes that are consecutive natural numbers?
152	how many possible combinations of 11 numbers?
153	are all subspaces vector spaces?
154	is minus zero a number?
155	what is the difference between finding the dot product and using scalar multiplication?
156	are all differentiable functions integrable?
157	how to find the distance between two parametric equations?
158	are the rows of x linearly independent?
159	can damping ratio be negative?
160	what is the difference between a formula and an expression ks2?
161	a man has 5 coins in his pocket?
162	is sin x an onto function?
163	what is the formula for finding distance of a point from origin?
164	is cdf the integral of pdf?
165	what is the difference between a variable and an unknown?
166	are mutually exclusive events also independent?
167	what is the difference between rays and vectors?
168	are imaginary numbers and complex numbers the same?
169	what is the difference between z table and t table?
170	how many different ways can the letters of happiness be arranged?
171	what is the difference between forward difference and backward difference?
172	what is the main difference between continuous mapping at point and the uniform continuous?
173	is tanh same as arctan?
174	what is the difference between base and height?
175	true or false if a and b are independent events then a and b are mutually exclusive also?
176	what is the difference between inner product and dot product?
177	what is the difference between an initial value problem and?
178	what does express in terms of x mean?
179	are upper triangular matrices invertible?
180	what is the difference between probability mass function and probability density function?
181	how many different combinations of 6 items?
182	is sin x one to one?
183	why are adjoint functor important?
184	how many combinations are there with 3 coins?
185	sets are important in mathematics?
186	what the difference between a vertical asymptote and a removable discontinuity?
187	how is svd related to pca?
188	are all real numbers countable?
189	are two disjoint events independent?
190	what is the largest area of a rectangle?
191	what is the difference between a group and a ring?
192	is arcsec the same as cos?
193	what is the difference between discrete and finite?
194	what is the probability of getting a pair in a deck of cards?
195	is square root of negative 1 a rational number?
196	how many different combinations of flavors of three scoops of ice cream?
197	are all odd numbers prime explain?
198	what is the difference between binary operation and binary relation?
199	can scientific notation be negative?
200	what are difference between two numbers?
201	what is the difference between fourier series and fourier transform?
202	is binomial distribution and poisson distribution same?
203	is the square root of x linear?
204	what is the difference between field and sigma field?
205	can lcm and hcf be the same?
206	are cosine and sine orthogonal?
207	what is width and length?
208	prove square root of 2 plus 3 is irrational?
209	what is the difference between parallel vectors and collinear vectors?
210	is arcsec the same as 1/arccos?
211	are all injective functions invertible?
212	x is subtracted from y?
213	how to tell the difference between and and or inequalities?
214	when a calendar repeats itself?
215	what is the difference between geometric and negative binomial?
216	how do you find the length and width of an ellipse?
217	what is the difference between fourier integral and fourier transform?
218	what is the difference between parallel and equal?
219	generalized eigenvectors are linearly independent proof?
220	is pde harder than ode?
221	what is the difference between function notation?
222	what is the difference between analytical and empirical?
223	are dice rolls truly random?
224	are all right angles equal?
225	reason why 1 is not a prime number?
226	how many different ways can a race with 8 runners be completed?
227	can mutually exclusive events also be independent of one another?
228	what is the difference between null space and kernel?
229	are eigenvectors and eigenvalues unique?
230	what is the difference between horizontal and vertical line test?
231	prove root 3 is rational?
232	if abcd is a parallelogram find the coordinates of d?
233	prove n^2+1 is not divisible by 3?
234	how to find the distance between two matrices?
235	what is the probability of getting 5 sundays in january?
236	are x and sinx orthogonal?
237	what is the difference between the scalar and vector fields?
238	are all quadratic equations functions?
239	what is the formula to find the square root of a complex number?
240	are divergence and gradient the same?
241	how many years does it take for your birthday to fall on the same day?
242	is the cube root of 10 rational or irrational?
243	does ln x has asymptote?
244	what is the difference between binomial and bernoulli distribution?
245	is undefined a real word?
246	what is the difference between vector calculus?
247	can disjoint events be independent?
248	are boundary points limit points?
249	is iid the same as uniform distribution?
250	how to calculate the absolute difference between two numbers?
251	is 5 an algebraic expression?
252	is preimage the same as domain?
253	what is the difference between dominant strategy equilibrium and nash equilibrium?
254	what is the meaning of irrational algebraic expression?
255	what is the difference between a claim and a statement?
256	are all even numbers not prime?
257	how to calculate difference between two dates in maths?
258	how many integers a from 1 to 1000 are there such that a 100 1 is divisible by 1000?
259	prove that square root of 2 square root of 3 is irrational?
260	are sat scores discrete or continuous?
261	what is the difference between variable and variate?
262	what is the difference between cluster point and limit point?
263	is 2 divisible by 24?
264	what are coprime numbers for class 5?
265	what is the k in roman numerals?
266	what is the answer to an exponent called?
267	what is irrational algebraic expression definition?
268	the diagonals of a parallelogram are given by the vectors?
269	what is the difference between parameter and constant?
270	how many combinations of 3 with 5 numbers?
271	what is the inverse of a greatest integer function?
272	if 5 coins are tossed what is the probability?
273	how to tell the difference between a removable discontinuity and a vertical asymptote?
274	is identity matrix positive definite?
275	is x divided by x always 1?
276	median if numbers are the same?
277	what is the difference between pure and mixed strategy under game theory?
278	are the natural numbers complete?
279	what is the difference between a topology and a sigma algebra?
280	what is the difference between algebra and sigma algebra?
281	are kernel and null space the same?
282	can 2 events be independent and mutually exclusive?
283	is pi an imaginary number?
284	proof that root 2 plus root 3 is irrational?
285	how to find the average in a histogram?
286	what is the difference between fourier transform and discrete fourier transform?
287	how many different combinations of mobile phone numbers are there?
288	given that abcd is a parallelogram find the coordinates of d?
289	how many different combinations of pennies nickels dimes quarters?
290	what is the difference between amplitude and range?
291	is eigenspace the same as null space?
292	how many numbers from 1 to 100 are not divisible by 2 3 and 5?
293	are all differentiable functions lipschitz?
294	what is the answer to a negative square root?
295	has a pivot position in every row?
296	how can the inverse of a function be the same?
297	a and b are mutually exclusive are they independent?
298	is secx the inverse of cos x?
299	are half of all numbers even?
300	what is the difference between real function and real valued function?
301	are all finite sets countable?
302	are all bounded sequences convergent?
303	sin x is not an algebraic function of x?
304	are all orthogonal matrices symmetric?
305	what is the difference between analytical and numerical methods?
306	how to calculate the distance between two matrices?
307	are in terms of x?
308	are sinx and cosx orthogonal?
309	what is the greatest common factor of all four-digit palindromes?
310	what is the direction of zero?
311	how to calculate the difference between two negative numbers?
312	what is the square root of 5 an irrational number?
313	what is the difference between null vector and zero vector?
314	what is independent and dependent coordinates?
315	are all vector spaces metric spaces?
316	what is the difference between a limit point and an accumulation point?
317	what is the difference between null and empty set?
318	are finite groups lie groups?
319	rationals are dense in r?
320	how many meal combinations are possible with the current menu?
321	is the set of all 2x2 matrices a vector space?
322	is the square root of x even or odd?
323	is a 2x2 matrix a vector space?
324	ln when x is small?
325	is torque measured in joules?
326	can specific heat be negative?
327	what is the difference between gravitational field strength and acceleration due to gravity?
328	how much thermal energy is produced?
329	what is a non-conservative field?
330	why is focal length of convex mirror positive?
331	what is the difference between rotation and circular motion?
332	what is the difference between wave and pulse?
333	what is the acceleration of the car when it is braking?
334	why two sources are not coherent?
335	what does find the magnitude of acceleration mean?
336	does normal force affect the coefficient of friction?
337	what is the difference between magnitude of acceleration and acceleration?
338	are all solids considered frozen?
339	what is the difference between steam and vapor?
340	why fcc metals are more ductile?
341	are man made diamonds as hard as real diamonds?
342	what is the difference between theory and model in communication?
343	light is electromagnetic wave or not?
344	is force of friction negative?
345	what is the difference between thermal and internal energy?
346	are electromagnetic waves quantum mechanics?
347	what is the difference between heat and light energy?
348	what is the difference between an electron neutrino and a muon neutrino?
349	is work and potential energy the same?
350	what is the difference between angular speed and tangential speed?
351	what is the difference between thermal energy and internal energy?
352	is potential energy a state function?
353	what is the difference between torque and centripetal force?
354	what is the physical significance of hysteresis loop of ferromagnetic material?
355	1. what is the difference between diffraction and interference?
356	why are hermitian matrices important?
357	what is the relationship between speed and current?
358	what is the difference between gravitational field and gravitational force?
359	what is the difference between radiation and electromagnetic radiation?
360	is thermistor ohmic in nature?
361	non mechanical waves are transverse or longitudinal?
362	what is the relationship between light and heat?
363	what is the difference between yield point and elastic limit?
364	what is the magnitude of the acceleration of an object?
365	what is the difference between an object's motion and its relative motion?
366	are tensions equal in a pulley?
367	focal length of convex lens is taken positive?
368	will you say a body is in uniform motion?
369	why are baryons color neutral?
370	what is the difference between light and temperature?
371	how does enthalpy of vaporization affect pressure?
372	what is the difference between internal energy and heat?
373	what are the differences between force and work?
374	have electrons ever been observed?
375	what is the difference between an electronic signal and an electromagnetic signal?
376	how to find the distance between two slits?
377	what is the relationship between terminal velocity and mass?
378	is time orthogonal to space?
379	gases are good conductors of electricity at?
380	is dark energy stronger than gravity?
381	are electrons affected by gravity?
382	what is the difference between wave velocity and phase velocity?
383	why emf is called force?
384	is gas a good conductor of electricity?
385	why u is negative in convex lens?
386	how does latent heat of vaporization change with pressure?
387	in uniform circular motion acceleration is uniform or variable?
388	are speed and frequency directly proportional?
389	why atmosphere is the bad conductor of heat?
390	what is the difference between magnetic and electromagnetic waves?
391	how does the mass of an object affect its velocity?
392	what is the relationship between energy and acceleration?
393	does friction always do negative work?
394	what is the velocity and acceleration at the highest point?
395	what blocks gamma rays in the atmosphere?
396	can rf go through glass?
397	what is the relationship between absolute pressure atmospheric pressure and gauge pressure?
398	what are the difference between electric force and magnetic force?
399	why do noble gases behave ideally?
400	what is the difference between theory and model in psychology?
401	are gases insulators or conductors of electricity?
402	how does an object's density affect its buoyancy?
403	what is the relation between pressure and volume of an ideal gas for an adiabatic change?
404	what is the difference between weight and the force due to gravity?
405	is focal length of convex lens always positive?
406	what is the highest frequency of electromagnetic radiation?
407	what is the relationship between brightness and voltage?
408	what is angle between force and velocity?
409	what is the difference between surface tension and buoyancy?
410	what is the difference between simple harmonic motion and harmonic motion?
411	are energy and work the same thing?
412	what is the difference between a reading and a measurement?
413	what are the necessary conditions for obtaining interference of light?
414	1 liter water how much kg?
415	angular acceleration and centripetal acceleration are not the same?
416	is pith ball a conductor?
417	what is the difference between electric potential and voltage?
418	what is the magnitude of the acceleration?
419	if a body is moving with constant velocity then?
420	what is the difference between tangential and angular velocity?
421	what is the distance between galaxies?
422	how many subatomic particles are in the universe?
423	what is the relationship between mass and displacement?
424	are fully charged batteries heavier?
425	do any gases conduct electricity?
426	are neutrinos affected by gravity?
427	what is the magnitude of the acceleration of the car?
428	can total mechanical energy be negative?
429	what is the difference between wavelength and length?
430	what is the relationship between electric potential energy charge and potential difference?
431	what is the difference between transparent and white?
432	why do we fill air in tyres?
433	what is the difference between active and neutral?
434	what is the difference between newton first second and third law?
435	can opaque objects refract light?
436	does normal force affect torque?
437	what is the most important difference between viscous and inviscid flows?
438	can you go faster than terminal velocity?
439	can rgb led make uv?
440	what is the magnitude of acceleration called?
441	how to calculate distance between two slits?
442	what is the difference between h and b in magnetism?
443	what is the difference between yield stress and ultimate strength?
444	what is the difference between a new moon and an eclipse?
445	what is the relation between terminal velocity and mass?
446	why electromagnetic waves cannot be deflected by magnetic field?
447	is potential energy equal to work?
448	what is the relationship between air pressure and rainfall?
449	are top floor apartments hotter?
450	focal length of concave lens is positive or negative?
451	what is the difference between correlation receiver and matched filter receiver?
452	are freezers dry or humid?
453	why are phone cords curly?
454	what is the difference between a continuous wave and a pulse?
455	why kg is used for weight?
456	what is the physical significance of dielectric constant?
457	what is the difference between angle of dip and angle of declination?
458	is upthrust a reaction force?
459	why are rms values used?
460	are nukes effective in space?
461	what is the difference between steam and fog?
462	can coefficient of restitution be negative?
463	what is the difference between flow energy and kinetic energy?
464	why vs how in science?
465	is kvl applicable for ac circuit?
466	why focal length of convex mirror is positive?
467	what is gravity like in the center of the earth?
468	a body moving with a constant velocity will have?
469	what is the relationship between current and speed?
470	what is the magnitude and direction of acceleration?
471	what is the difference between magnetic and electric force?
472	what is the relationship between mass and entropy?
473	are black holes black bodies?
474	what is the difference between convection and diffusion?
475	can gravity waves travel faster than light?
476	are steel a good conductor of electricity?
477	what is the difference between parallel and series capacitors?
478	what is the difference between circulatory and rotatory motion?
479	what is the relationship of sound intensity to sound pressure?
480	what is periodic zone scheme?
481	how electromagnetic waves are neutral?
482	is dough a solid or liquid?
483	what is the physical significance of fourier coefficients a0?
484	what is the physical significance of electric dipole moment?
485	what is the relationship between weight and speed?
486	what is the relationship between ir rays and heat?
487	what is the difference sound and vibration?
488	are lower gears bigger or smaller?
489	can friction do positive work?
490	are glass a good conductor of heat?
491	what is difference between steam and fog?
492	are coulombs and amps the same?
493	why are quantum gates reversible?
494	what is the difference between thermal velocity and drift velocity?
495	are ripples in water circular?
496	what is the difference between tangential and rotational speed?
497	what is the difference between theory and model?
498	what is the difference between circular motion and rotational motion?
499	do ac circuits need ground?
500	are all observable stars in our galaxy?
501	are angular acceleration and centripetal acceleration the same?
502	can initial velocity be negative?
503	how to make electromagnetic waves visible?
504	what is the difference between acceleration due to gravity and gravitational field strength?
505	what is the basic difference between compton effect and photoelectric effect?
506	what is the difference between force and work?
507	how to find tension in a massless string?
508	what are the 2 types of current flow in a semiconductor?
509	what is difference between drift velocity and current?
510	are gamma rays used for fibre optic communication?
511	a body is moving with a constant velocity?
512	can coefficient of friction be negative?
513	is work done in circular motion?
514	what is the difference between upthrust and reaction force?
515	1 kg of water will?
516	what is the charge of n type semiconductor?
517	prove that kinetic energy is not conserved in inelastic collision?
518	are leptons fermions or bosons?
519	what is the difference between elastic limit and yield point?
520	what is the physical relationship between mass and speed?
521	what is the difference between electric potential electric potential energy and power?
522	what is the difference of steam and water vapor?
523	are the sun made of fire?
524	what is the relationship between pressure and displacement?
525	what is the difference between continuous and quantized energy?
526	what is non conservative field?
527	are all central forces conservative?
528	what is the difference between phase space and configuration space?
529	what is the difference between current and field?
530	do gravitational waves imply gravitons?
531	are units for velocity squared?
532	what direction is angular velocity?
533	what is the difference between magnitude of acceleration?
534	are all stars visible from earth in the milky way?
535	what is the difference between electromagnetic energy and electrical energy?
536	how far away are the constellations?
537	what does breaking stress depends on?
538	is length an intensive property?
539	how bhp is related to speed?
540	what is the acceleration and velocity at the highest point?
541	what is the relationship between light and gravity?
542	how do electromagnetic waves reflect?
543	are moment and torque the same thing?
544	what is the difference between quantum mechanics and quantum physics?
545	what is the cause of voltage difference?
546	what is the relationship between pressure and velocity in a pipe?
547	are objects always in motion?
548	what is the relationship between charge and energy?
549	are airtight and watertight the same thing?
550	why are doped semiconductors neutral?
551	can mature erythrocytes be classified as cells?
552	are all restriction enzymes palindromic?
553	are retroviruses lytic or lysogenic?
554	what instrument is used to measure optical density?
555	natural selection occurs at which level individual or population?
556	why 60s and 40s make 80s?
557	what is the difference between meiosis 1 and mitosis?
558	what is the difference between ligand gated and voltage gated?
559	do t cells have mhc 2?
560	are bugs attracted to infrared light?
561	how do anadromous fish osmoregulation?
562	what is the difference between helicase and rna polymerase?
563	what is 5' and 3' dna?
564	do all prokaryotes have introns?
565	is atpase the same as atp synthase?
566	why dmso is used as control?
567	what are the differences between voltage-gated and ligand-ion channels?
568	what is the focal length of eye lens?
569	is atp synthase a channel protein?
570	what is the difference between facilitated diffusion and secondary active transport?
571	is bacillus subtilis acid fast?
572	how many pairs of chromosomes do monkeys have?
573	does rna polymerase unwind dna?
574	can you reuse qpcr plates?
575	prawn is not a fish but an?
576	are both eyes exactly the same?
577	are all scientific names latin?
578	are all sensory receptors neurons?
579	how many water molecules are produced in glycolysis?
580	is meiosis 1 the same as mitosis?
581	do any other animals prepare food?
582	why are some ducklings yellow and others brown?
583	what is the difference between transcription factors and transcriptional activator proteins?
584	is there dna in your sweat?
585	how does bpg help at high altitudes?
586	what is the difference between cell line and cell strain?
587	can photosynthesis occur on a cloudy day?
588	does osmosis use transport proteins?
589	what is the difference between transformation and transfection?
590	how many water molecules are produced in krebs cycle?
591	how does a palisade cell differ from other cells in the same plant?
592	why amylopectin is insoluble in water?
593	is a cell wall an organelle?
594	do sieve tubes have mitochondria?
595	what is the difference between stacking and resolving gel?
596	what is the difference between interferons and interleukins?
597	what is the difference between interleukin and cytokine?
598	how many dna molecules are in your cell?
599	natural selection occurs at which level?
600	do any animals prepare food?
601	what is the difference between osmotic pressure and osmotic potential?
602	what is the difference between a polymorphism and an allele?
603	what is the difference between osmotic potential and osmotic pressure?
604	what are three differences between a graded potential and an action potential?
605	will dna change over time?
606	are dorsal and dorsal the same thing?
607	what is the difference between interferon and interleukin?
608	amla is citrus fruit or not?
609	can oxaloacetate cross mitochondrial membrane?
610	can octopus go on land?
611	do any non mammals produce milk?
612	what is the difference between an allele and a snp?
613	is fatty acid a polymer?
614	does agglutination occurs in mosquitoes?
615	what are some differences between insects and spiders?
616	what is the relationship between polarity and hydrophobicity?