File size: 39,792 Bytes
af4eed3
d0dfd13
 
 
 
 
 
d06f795
 
 
 
 
 
 
 
 
5f72b89
85482c0
 
 
f3dc5b7
 
 
 
 
 
 
 
 
 
 
85482c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4440025
85482c0
4440025
85482c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[
  { "Query": "What is the capital of France?", "Type": "What" },
  { "Query": "What is the speed of light?", "Type": "What" },
  { "Query": "What is the Pythagorean theorem?", "Type": "What" },
  { "Query": "What are the three laws of motion?", "Type": "What" },
  { "Query": "What is the main ingredient in chocolate?", "Type": "What" },
  { "Query": "What is the tallest mountain in the world?", "Type": "What" },
  { "Query": "What is the smallest country in the world?", "Type": "What" },
  { "Query": "What causes earthquakes?", "Type": "What" },
  { "Query": "What are the different states of matter?", "Type": "What" },
  { "Query": "What is the difference between a virus and bacteria?", "Type": "What" },
  { "Query": "What is the function of the mitochondria in a cell?", "Type": "What" },
  { "Query": "What are the ingredients in a traditional Margherita pizza?", "Type": "What" },
  { "Query": "What is the rarest gemstone in the world?", "Type": "What" },
  { "Query": "What is the origin of the dollar sign ($)?", "Type": "What" },
  { "Query": "What is the longest river in the world?", "Type": "What" },
  { "Query": "What is the difference between astrology and astronomy?", "Type": "What" },
  { "Query": "What companies does Elon Musk own?", "Type": "What" },
  { "Query": "2 + 2?", "Type": "What" },
  { "Query": "What is 2 + 2?", "Type": "What" },
  { "Query": "5 * 3?", "Type": "What" },
  { "Query": "10 / 2", "Type": "What" },
  { "Query": "What is 15 - 7?", "Type": "What" },
  { "Query": "2^8", "Type": "What" },
  { "Query": "Solve 9 + 6", "Type": "What" },
  { "Query": "Solve: 14 - 5", "Type": "What" },
  { "Query": "20 % 3?", "Type": "What" },
  { "Query": "What is sqrt(144)?", "Type": "What" },
  { "Query": "log(100)", "Type": "What" },
  { "Query": "cos(0)", "Type": "What" },
  { "Query": "What is 7! (factorial)?", "Type": "What" },
  { "Query": "What is the chemical formula for ozone?", "Type": "What" },
  { "Query": "What is the primary function of the Federal Reserve?", "Type": "What" },
  { "Query": "What is the difference between a solar and lunar eclipse?", "Type": "What" },
  { "Query": "What constitutes a black hole's event horizon?", "Type": "What" },
  { "Query": "What is the meaning of the word 'obfuscate'?", "Type": "What" },
  { "Query": "What are the main principles of Keynesian economics?", "Type": "What" },
  { "Query": "What is the highest temperature ever recorded on Earth?", "Type": "What" },
  { "Query": "What is the basic structural unit of a silicate mineral?", "Type": "What" },
  { "Query": "What are the major components of human blood plasma?", "Type": "What" },
  { "Query": "What is the difference between a compound and a mixture?", "Type": "What" },
  { "Query": "What is the purpose of a firewall in network security?", "Type": "What" },
  { "Query": "What are the core features of a democratic government?", "Type": "What" },
  { "Query": "What is the lifespan of a standard human red blood cell?", "Type": "What" },
  { "Query": "What is the boiling point of liquid nitrogen?", "Type": "What" },

  { "Query": "When did the French Revolution begin?", "Type": "When" },
  { "Query": "When was the Berlin Wall torn down?", "Type": "When" },
  { "Query": "When was the first iPhone released?", "Type": "When" },
  { "Query": "When did the Mayan civilization collapse?", "Type": "When" },
  { "Query": "When was the Magna Carta signed?", "Type": "When" },
  { "Query": "When did the Black Death plague occur in Europe?", "Type": "When" },
  { "Query": "When was the Rome Coliseum built?", "Type": "When" },
  { "Query": "When did the United States enter World War I?", "Type": "When" },
  { "Query": "When was Hubble Space Telescope launched?", "Type": "When" },
  { "Query": "When did Bitcoin launch?", "Type": "When" },
  { "Query": "When was Mahatma Gandhi born?", "Type": "When" },
  { "Query": "When did the Western Roman Empire fall?", "Type": "When" },
  { "Query": "When was the first modern Olympic Games held?", "Type": "When" },
  { "Query": "When did the Rosetta Stone get discovered?", "Type": "When" },
  { "Query": "When was the printing press invented by Gutenberg?", "Type": "When" },
  { "Query": "When did Queen Elizabeth II ascend the throne?", "Type": "When" },
  { "Query": "When was the Suez Canal opened?", "Type": "When" },
  { "Query": "When did the Wright brothers make their first flight?", "Type": "When" },
  { "Query": "When was the concept of zero invented?", "Type": "When" },
  { "Query": "When did the Panama Canal open?", "Type": "When" },
  { "Query": "When was the first commercial radio broadcast?", "Type": "When" },
  { "Query": "When did the industrial revolution start?", "Type": "When" },
  { "Query": "When was the library of Alexandria destroyed?", "Type": "When" },
  { "Query": "When did Nelson Mandela get released from prison?", "Type": "When" },
  { "Query": "When was the declaration of human rights adopted?", "Type": "When" },
  { "Query": "When did the gold rush in California begin?", "Type": "When" },
  { "Query": "When was the Eiffel Tower completed?", "Type": "When" },
  { "Query": "When did Mount Vesuvius erupt and destroy Pompeii?", "Type": "When" },
  { "Query": "When was the theory of evolution published?", "Type": "When" },
  { "Query": "When did the Soviet Union dissolve?", "Type": "When" },
  { "Query": "When did the Titanic hit the iceberg?", "Type": "When" },
  { "Query": "When did the United States declare independence?", "Type": "When" },
  { "Query": "When was Julius Caesar assassinated?", "Type": "When" },
  { "Query": "When did Apollo 11 land on the moon?", "Type": "When" },
  { "Query": "When was the United Nations officially established?", "Type": "When" },
  { "Query": "When did Halley's Comet last pass near Earth?", "Type": "When" },
  { "Query": "When was the first successful human blood transfusion performed?", "Type": "When" },
  { "Query": "When did the Chernobyl disaster take place?", "Type": "When" },
  { "Query": "When was Shakespeare born?", "Type": "When" },
  { "Query": "When did the construction of the Great Wall of China begin?", "Type": "When" },
  { "Query": "When was the structure of DNA officially mapped?", "Type": "When" },
  { "Query": "When did the Kyoto Protocol go into effect?", "Type": "When" },
  { "Query": "When was the first cross-channel flight completed?", "Type": "When" },
  { "Query": "When did the Ming Dynasty end?", "Type": "When" },

  { "Query": "Where is the Serengeti National Park located?", "Type": "Where" },
  { "Query": "Where do standard nuclear power plants store waste?", "Type": "Where" },
  { "Query": "Where was the sport of golf invented?", "Type": "Where" },
  { "Query": "Where is the headquarters of the United Nations?", "Type": "Where" },
  { "Query": "Where does the Nile River end?", "Type": "Where" },
  { "Query": "Where was Marie Curie born?", "Type": "Where" },
  { "Query": "Where can you find the ancient city of Petra?", "Type": "Where" },
  { "Query": "Where is the world's largest desert located?", "Type": "Where" },
  { "Query": "Where did the Renaissance begin?", "Type": "Where" },
  { "Query": "Where do monarch butterflies migrate to in winter?", "Type": "Where" },
  { "Query": "Where is the Mariana Trench situated?", "Type": "Where" },
  { "Query": "Where was the game of chess created?", "Type": "Where" },
  { "Query": "Where is Stonehenge located?", "Type": "Where" },
  { "Query": "Where does the international date line pass through?", "Type": "Where" },
  { "Query": "Where is Silicon Valley located?", "Type": "Where" },
  { "Query": "Where was the first atomic bomb detonated?", "Type": "Where" },
  { "Query": "Where do giant pandas live in the wild?", "Type": "Where" },
  { "Query": "Where is the Hollywood Walk of Fame?", "Type": "Where" },
  { "Query": "Where was the Panama Canal constructed?", "Type": "Where" },
  { "Query": "Where is the Taj Mahal located?", "Type": "Where" },
  { "Query": "Where do lemurs live naturally?", "Type": "Where" },
  { "Query": "Where is Mount Kilimanjaro located?", "Type": "Where" },
  { "Query": "Where was the original treaty of Versailles signed?", "Type": "Where" },
  { "Query": "Where is the Louvre museum?", "Type": "Where" },
  { "Query": "Where is the Great Barrier Reef found?", "Type": "Where" },
  { "Query": "Where was the Great Wall of China built?", "Type": "Where" },
  { "Query": "Where is the Dead Sea located?", "Type": "Where" },
  { "Query": "Where is Big Ben situated?", "Type": "Where" },
  { "Query": "Where is the Amazon Rainforest located?", "Type": "Where" },
  { "Query": "Where is the Statue of Liberty positioned?", "Type": "Where" },
  { "Query": "Where is the world's largest active volcano located?", "Type": "Where" },
  { "Query": "Where was the world's first university established?", "Type": "Where" },
  { "Query": "Where does the human body store glycogen?", "Type": "Where" },
  { "Query": "Where is the Atacama Desert found?", "Type": "Where" },
  { "Query": "Where was the Rosetta Stone unearthed?", "Type": "Where" },
  { "Query": "Where do deep-sea hydrothermal vents form?", "Type": "Where" },
  { "Query": "Where is the international space station controlled from?", "Type": "Where" },
  { "Query": "Where does the main branch of the Danube river originate?", "Type": "Where" },
  { "Query": "Where is the world's deepest lake situated?", "Type": "Where" },
  { "Query": "Where was Abraham Lincoln's famous address delivered?", "Type": "Where" },
  { "Query": "Where do most of the earth's diamonds come from?", "Type": "Where" },
  { "Query": "Where is the Easter Island located?", "Type": "Where" },
  { "Query": "Where are the major tectonic plate boundaries in the Pacific?", "Type": "Where" },
  { "Query": "Where is the prime meridian physically marked?", "Type": "Where" },

  { "Query": "Why does ice float on water?", "Type": "Why" },
  { "Query": "Why do onions make people cry?", "Type": "Why" },
  { "Query": "Why do cats purr?", "Type": "Why" },
  { "Query": "Why does the moon have phases?", "Type": "Why" },
  { "Query": "Why do we have leap years?", "Type": "Why" },
  { "Query": "Why do diamonds shine so brightly?", "Type": "Why" },
  { "Query": "Why do magnets attract iron?", "Type": "Why" },
  { "Query": "Why is yawning contagious?", "Type": "Why" },
  { "Query": "Why do leaves look green during summer?", "Type": "Why" },
  { "Query": "Why do flamingos turn pink?", "Type": "Why" },
  { "Query": "Why does bread rise when baked?", "Type": "Why" },
  { "Query": "Why is Venus hotter than Mercury?", "Type": "Why" },
  { "Query": "Why do humans need sleep?", "Type": "Why" },
  { "Query": "Why do camels have humps?", "Type": "Why" },
  { "Query": "Why do we see lightning before we hear thunder?", "Type": "Why" },
  { "Query": "Why do tires have treads?", "Type": "Why" },
  { "Query": "Why do rivers always flow downward?", "Type": "Why" },
  { "Query": "Why does iron rust over time?", "Type": "Why" },
  { "Query": "Why is skin wrinkly after a long bath?", "Type": "Why" },
  { "Query": "Why do fireflies glow in the dark?", "Type": "Why" },
  { "Query": "Why do heavy ships float while stones sink?", "Type": "Why" },
  { "Query": "Why does regular exercise lower heart rate?", "Type": "Why" },
  { "Query": "Why do snakes shed their skin?", "Type": "Why" },
  { "Query": "Why does salt melt ice on roads?", "Type": "Why" },
  { "Query": "Why do earthquakes trigger tsunamis?", "Type": "Why" },
  { "Query": "Why does coffee make people feel alert?", "Type": "Why" },
  { "Query": "Why do internal combustion engines need oil?", "Type": "Why" },
  { "Query": "Why is the earth's core so hot?", "Type": "Why" },
  { "Query": "Why do plants need sunlight?", "Type": "Why" },
  { "Query": "Why do we dream?", "Type": "Why" },
  { "Query": "Why do oceans have tides?", "Type": "Why" },
  { "Query": "Why does the sky appear blue?", "Type": "Why" },
  { "Query": "Why does carbon dioxide act as a greenhouse gas?", "Type": "Why" },
  { "Query": "Why do certain trees lose their leaves in autumn?", "Type": "Why" },
  { "Query": "Why do noble gases rarely react with other elements?", "Type": "Why" },
  { "Query": "Why does sound travel faster in water than in air?", "Type": "Why" },
  { "Query": "Why do humans experience motion sickness?", "Type": "Why" },
  { "Query": "Why does soda fizz when you open it?", "Type": "Why" },
  { "Query": "Why are standard airplane windows rounded?", "Type": "Why" },
  { "Query": "Why does oil not mix with water?", "Type": "Why" },
  { "Query": "Why do we need a flu shot every year?", "Type": "Why" },
  { "Query": "Why does food spoil over time?", "Type": "Why" },
  { "Query": "Why do dynamic systems lean toward entropy?", "Type": "Why" },
  { "Query": "Why is copper used so heavily in electrical wiring?", "Type": "Why" },

  { "Query": "How do 3D printers construct solid objects?", "Type": "How" },
  { "Query": "How does GPS track our exact location?", "Type": "How" },
  { "Query": "How do solar panels convert sunlight into electricity?", "Type": "How" },
  { "Query": "How does a spider spin its web?", "Type": "How" },
  { "Query": "How do touchscreens detect finger taps?", "Type": "How" },
  { "Query": "How does acoustic sound travel through walls?", "Type": "How" },
  { "Query": "How do modern dynamic headphones produce audio?", "Type": "How" },
  { "Query": "How does the heart pump blood through the body?", "Type": "How" },
  { "Query": "How do bats navigate safely in absolute darkness?", "Type": "How" },
  { "Query": "How does a compass point toward true magnetic north?", "Type": "How" },
  { "Query": "How do active volcanoes erupt lava?", "Type": "How" },
  { "Query": "How does dry ice stay cold without melting?", "Type": "How" },
  { "Query": "How do dynamic microphones capture vocal sounds?", "Type": "How" },
  { "Query": "How does an optical fiber transmit high-speed data?", "Type": "How" },
  { "Query": "How do traditional analog clocks keep accurate time?", "Type": "How" },
  { "Query": "How does microwave radiation heat up cold food?", "Type": "How" },
  { "Query": "How do honeybees produce natural sweet honey?", "Type": "How" },
  { "Query": "How does a standard refrigerator keep items cold?", "Type": "How" },
  { "Query": "How do underwater submarines submerge and surface?", "Type": "How" },
  { "Query": "How does a human ear hear distinct sounds?", "Type": "How" },
  { "Query": "How do basic search engine algorithms rank web pages?", "Type": "How" },
  { "Query": "How do chameleons dynamically change skin colors?", "Type": "How" },
  { "Query": "How does commercial television broadcasting work smoothly?", "Type": "How" },
  { "Query": "How do rainbows form across rainy skies?", "Type": "How" },
  { "Query": "How does central air conditioning cool indoor rooms?", "Type": "How" },
  { "Query": "How do mirrors reflect precise visual images?", "Type": "How" },
  { "Query": "How do plants absorb water through roots?", "Type": "How" },
  { "Query": "How do airplanes achieve flight?", "Type": "How" },
  { "Query": "How does photosynthesis work in plants?", "Type": "How" },
  { "Query": "How do vaccines build immunity?", "Type": "How" },
  { "Query": "How does the human eye focus on objects at different distances?", "Type": "How" },
  { "Query": "How do geysers erupt?", "Type": "How" },
  { "Query": "How do modern credit card chips protect transaction data?", "Type": "How" },
  { "Query": "How does a catalytic converter reduce car emissions?", "Type": "How" },
  { "Query": "How do noise-canceling headphones block out external ambient sound?", "Type": "How" },
  { "Query": "How do cells divide during mitosis?", "Type": "How" },
  { "Query": "How does local governments use desalination to turn seawater into drinking water?", "Type": "How" },
  { "Query": "How do glaciers carve out large valleys over time?", "Type": "How" },
  { "Query": "How does carbon dating determine the age of ancient fossils?", "Type": "How" },
  { "Query": "How do anemometers measure wind speed?", "Type": "How" },
  { "Query": "How does a steam engine turn heat into mechanical power?", "Type": "How" },
  { "Query": "How do muscles repair themselves after strenuous resistance training?", "Type": "How" },
  { "Query": "How do migratory birds navigate across thousands of miles?", "Type": "How" },
  { "Query": "How does a seismograph record the intensity of earth tremors?", "Type": "How" },

  { "Query": "Who discovered the structure of DNA?", "Type": "Who" },
  { "Query": "Who was the first female Prime Minister of the UK?", "Type": "Who" },
  { "Query": "Who wrote the fantasy novel 'The Hobbit'?", "Type": "Who" },
  { "Query": "Who was the first human to travel into outer space?", "Type": "Who" },
  { "Query": "Who invented the traditional incandescent light bulb?", "Type": "Who" },
  { "Query": "Who painted the famous ceiling of the Sistine Chapel?", "Type": "Who" },
  { "Query": "Who is recognized as the founder of psychoanalysis?", "Type": "Who" },
  { "Query": "Who wrote the classic tragedy 'Hamlet'?", "Type": "Who" },
  { "Query": "Who was the ancient Greek god of the underworld?", "Type": "Who" },
  { "Query": "Who commanded the famous Carthaginian army against Rome?", "Type": "Who" },
  { "Query": "Who designed the iconic Eiffel Tower in Paris?", "Type": "Who" },
  { "Query": "Who was the first president of South Africa post-apartheid?", "Type": "Who" },
  { "Query": "Who isolated the chemical element polonium first?", "Type": "Who" },
  { "Query": "Who wrote the historic political text 'The Communist Manifesto'?", "Type": "Who" },
  { "Query": "Who is credited with creating the periodic table?", "Type": "Who" },
  { "Query": "Who voiced the original Mickey Mouse character?", "Type": "Who" },
  { "Query": "Who was the second person to walk on the moon?", "Type": "Who" },
  { "Query": "Who composed the world-famous 'Four Seasons' concertos?", "Type": "Who" },
  { "Query": "Who founded the historic Mongol Empire?", "Type": "Who" },
  { "Query": "Who wrote the epic poems 'Iliad' and 'Odyssey'?", "Type": "Who" },
  { "Query": "Who discovered the planet Uranus in 1781?", "Type": "Who" },
  { "Query": "Who was the last active queen of ancient Egypt?", "Type": "Who" },
  { "Query": "Who invented the printing press?", "Type": "Who" },
  { "Query": "Who was the first Emperor of Rome?", "Type": "Who" },
  { "Query": "Who developed the theory of relativity?", "Type": "Who" },
  { "Query": "Who wrote 'Pride and Prejudice'?", "Type": "Who" },
  { "Query": "Who was the first person to fly across the Atlantic solo?", "Type": "Who" },
  { "Query": "Who invented the telephone?", "Type": "Who" },
  { "Query": "Who was the first President of the United States?", "Type": "Who" },
  { "Query": "Who discovered penicillin?", "Type": "Who" },
  { "Query": "Who was the main architect behind the design of Washington D.C.?", "Type": "Who" },
  { "Query": "Who painted 'The Starry Night'?", "Type": "Who" },
  { "Query": "Who was the first woman to win a Nobel Prize?", "Type": "Who" },
  { "Query": "Who is considered the father of modern geometry?", "Type": "Who" },
  { "Query": "Who was the British monarch during World War II?", "Type": "Who" },
  { "Query": "Who wrote the novel '1804'?", "Type": "Who" },
  { "Query": "Who was the first person to reach the South Pole?", "Type": "Who" },
  { "Query": "Who discovered the laws of planetary motion?", "Type": "Who" },
  { "Query": "Who is credited with inventing the World Wide Web?", "Type": "Who" },
  { "Query": "Who was the leader of the legendary Argonauts in Greek lore?", "Type": "Who" },
  { "Query": "Who cracked the Enigma code during World War II?", "Type": "Who" },
  { "Query": "Who was the first African American Supreme Court Justice?", "Type": "Who" },
  { "Query": "Who composed the opera 'The Magic Flute'?", "Type": "Who" },
  { "Query": "Who is known as the father of modern taxonomy?", "Type": "Who" },

  { "Query": "Grammar Check: She has wrote a beautiful poem last night.", "Type": "Grammar" },
  { "Query": "Grammar: Neither of the two choices seem acceptable to me.", "Type": "Grammar" },
  { "Query": "Edit my grammar: I could care less about what they think.", "Type": "Grammar" },
  { "Query": "Edit: The cat licked it's paw clean after eating.", "Type": "Grammar" },
  { "Query": "Grammar: He runned all the way home to tell his mom.", "Type": "Grammar" },
  { "Query": "Edit this: Your going to love this new movie we picked.", "Type": "Grammar" },
  { "Query": "Edit my grammar: Everyone must bring their own lunch tomorrow.", "Type": "Grammar" },
  { "Query": "Grammar: Beside you and me, no one else knows the truth.", "Type": "Grammar" },
  { "Query": "Edit: He graduated high school with top honors this spring.", "Type": "Grammar" },
  { "Query": "Edit my grammar: The criteria for passing the exam is very strict.", "Type": "Grammar" },
  { "Query": "Grammar check: She performs good under stressful work conditions.", "Type": "Grammar" },
  { "Query": "Edit: Supposably, it is going to rain all weekend long.", "Type": "Grammar" },
  { "Query": "Edit my grammar: Me and him are planning a big trip next month.", "Type": "Grammar" },
  { "Query": "Grammar: Irregardless of the bad weather, the game will continue.", "Type": "Grammar" },
  { "Query": "Edit: Hang the painting on the wall where it looks beautifully.", "Type": "Grammar" },
  { "Query": "Grammar: Their going to the store later today.", "Type": "Grammar" },
  { "Query": "Edit: Between you and I, this is a secret.", "Type": "Grammar" },
  { "Query": "Grammar check: The team have decided on their strategy.", "Type": "Grammar" },
  { "Query": "Edit my grammar: If I was you, I would not do that.", "Type": "Grammar" },
  { "Query": "Grammar: She don't like spicy food at all.", "Type": "Grammar" },
  { "Query": "Edit: The reason is because we were late.", "Type": "Grammar" },
  { "Query": "Grammar check: He could of won the race yesterday.", "Type": "Grammar" },
  { "Query": "Edit my grammar: The book which I read was excellent.", "Type": "Grammar" },
  { "Query": "Grammar: This data are very important to our project.", "Type": "Grammar" },
  { "Query": "Edit: She gave the award to him and I.", "Type": "Grammar" },
  { "Query": "Grammar check: Everybodys opinion matters in this discussion.", "Type": "Grammar" },
  { "Query": "Edit: Its important to remember your keys.", "Type": "Grammar" },
  { "Query": "Grammar: The group are disagreeing on the final decision.", "Type": "Grammar" },
  { "Query": "Edit my grammar: Who did you go to the movies with?", "Type": "Grammar" },
  { "Query": "Grammar: There going to arrive later then expected.", "Type": "Grammar" },
  { "Query": "Grammar Check: She acts as if she was the boss of this company.", "Type": "Grammar" },
  { "Query": "Edit: He is the most unique person I have ever met.", "Type": "Grammar" },
  { "Query": "Grammar: The teacher distributed the candy between the thirty students.", "Type": "Grammar" },
  { "Query": "Edit my grammar: Walking down the street, the shiny new building came into view.", "Type": "Grammar" },
  { "Query": "Grammar Check: The media is focusing heavily on the upcoming election.", "Type": "Grammar" },
  { "Query": "Edit: Neither the manager nor the employees was aware of the change.", "Type": "Grammar" },
  { "Query": "Grammar: She is one of those people who prefers to work alone.", "Type": "Grammar" },
  { "Query": "Edit my grammar: Having finished the assignment, the laptop was shut down.", "Type": "Grammar" },
  { "Query": "Grammar Check: The amount of people applying for the position was incredible.", "Type": "Grammar" },
  { "Query": "Edit: She reads books slow compared to her classmates.", "Type": "Grammar" },
  { "Query": "Grammar: He felt badly about missing your performance last weekend.", "Type": "Grammar" },
  { "Query": "Edit this: My goals are to graduate, getting a job, and buying a car.", "Type": "Grammar" },
  { "Query": "Grammar: The choice is up to whomever makes the final decision.", "Type": "Grammar" },
  { "Query": "Edit: This coffee is much too hot to drink it quickly.", "Type": "Grammar" },

  { "Query": "How do I sort an array in Python?", "Type": "Coding" },
  { "Query": "What is a recursive function in JavaScript?", "Type": "Coding" },
  { "Query": "Write a function to check if a number is prime", "Type": "Coding" },
  { "Query": "How do I connect to a database in Node.js?", "Type": "Coding" },
  { "Query": "What is the difference between let and const in JavaScript?", "Type": "Coding" },
  { "Query": "How do I debug a Python script?", "Type": "Coding" },
  { "Query": "Write a loop to iterate through a list", "Type": "Coding" },
  { "Query": "What is object-oriented programming?", "Type": "Coding" },
  { "Query": "How do I handle exceptions in Java?", "Type": "Coding" },
  { "Query": "What is REST API design?", "Type": "Coding" },
  { "Query": "How do I use regular expressions in Python?", "Type": "Coding" },
  { "Query": "What is the difference between == and === in JavaScript?", "Type": "Coding" },
  { "Query": "How do I create a class in C++?", "Type": "Coding" },
  { "Query": "Write code to reverse a string", "Type": "Coding" },
  { "Query": "What is an algorithm and why are they important?", "Type": "Coding" },
  { "Query": "How do I optimize database queries for performance?", "Type": "Coding" },
  { "Query": "What is machine learning and how does it work?", "Type": "Coding" },
  { "Query": "How do I use APIs in web development?", "Type": "Coding" },
  { "Query": "What is version control and why use Git?", "Type": "Coding" },
  { "Query": "How do I write unit tests in Python?", "Type": "Coding" },
  { "Query": "What is a hash table and how does it work?", "Type": "Coding" },
  { "Query": "How do I implement inheritance in object-oriented programming?", "Type": "Coding" },
  { "Query": "What is the difference between frontend and backend development?", "Type": "Coding" },
  { "Query": "How do I use async and await in JavaScript?", "Type": "Coding" },
  { "Query": "What is a stack data structure?", "Type": "Coding" },
  { "Query": "How do I create a responsive web design?", "Type": "Coding" },
  { "Query": "What is the Model-View-Controller (MVC) pattern?", "Type": "Coding" },
  { "Query": "How do I refactor legacy code?", "Type": "Coding" },
  { "Query": "What is a linked list and when should I use it?", "Type": "Coding" },
  { "Query": "How do I implement a binary search algorithm?", "Type": "Coding" },
  { "Query": "How do I design a scalable microservices architecture with Docker and Kubernetes?", "Type": "Coding" },
  { "Query": "What are the best practices for implementing OAuth 2.0 authentication in a web application?", "Type": "Coding" },
  { "Query": "How do I optimize a slow SQL query that's causing performance bottlenecks in production?", "Type": "Coding" },
  { "Query": "What is the difference between SQL and NoSQL databases and when should I use each?", "Type": "Coding" },
  { "Query": "How do I implement a caching strategy using Redis to improve application performance?", "Type": "Coding" },
  { "Query": "What are the key principles of SOLID design and how do I apply them to my code?", "Type": "Coding" },
  { "Query": "How do I set up continuous integration and continuous deployment (CI/CD) pipelines?", "Type": "Coding" },
  { "Query": "What are the best practices for handling errors and logging in production environments?", "Type": "Coding" },
  { "Query": "How do I implement a load balancer to distribute traffic across multiple servers?", "Type": "Coding" },
  { "Query": "What is the difference between vertical and horizontal scaling and when to use each?", "Type": "Coding" },
  { "Query": "How do I design a secure API that prevents common vulnerabilities like SQL injection and XSS?", "Type": "Coding" },
  { "Query": "What are the best practices for managing database migrations in a team environment?", "Type": "Coding" },
  { "Query": "How do I implement event-driven architecture using message queues like RabbitMQ or Kafka?", "Type": "Coding" },
  { "Query": "What are the performance implications of different data structure choices in algorithm design?", "Type": "Coding" },

  { "Query": "Write a short story about a mysterious door", "Type": "Other" },
  { "Query": "Create a poem about autumn leaving", "Type": "Other" },
  { "Query": "Write a dialogue between two characters in a cafe", "Type": "Other" },
  { "Query": "Generate a fantasy adventure narrative with dragons", "Type": "Other" },
  { "Query": "Write a haiku about nature and change", "Type": "Other" },
  { "Query": "Create a character backstory for a video game protagonist", "Type": "Other" },
  { "Query": "Write a horror short story with a twist ending", "Type": "Other" },
  { "Query": "Generate a science fiction scene set on Mars", "Type": "Other" },
  { "Query": "Write a letter of apology to a friend", "Type": "Other" },
  { "Query": "Create a song lyric about overcoming challenges", "Type": "Other" },
  { "Query": "Write a mystery story with clues to solve", "Type": "Other" },
  { "Query": "Generate a diary entry from a historical figure", "Type": "Other" },
  { "Query": "Write a romantic scene between two characters", "Type": "Other" },
  { "Query": "Create a fairytale with a modern twist", "Type": "Other" },
  { "Query": "Write flash fiction under 100 words", "Type": "Other" },
  { "Query": "Generate a comic strip dialogue with humor", "Type": "Other" },
  { "Query": "Write a persuasive essay about climate change", "Type": "Other" },
  { "Query": "Create a speech for a wedding toast", "Type": "Other" },
  { "Query": "Write a blog post about productivity tips", "Type": "Other" },
  { "Query": "Generate a fictional product description and reviews", "Type": "Other" },
  { "Query": "Write a thank you note to a mentor", "Type": "Other" },
  { "Query": "Create a detailed description of a fantasy world", "Type": "Other" },
  { "Query": "Write a movie review for a recent film", "Type": "Other" },
  { "Query": "Generate a job interview response to a difficult question", "Type": "Other" },
  { "Query": "Write a travel guide for a unique destination", "Type": "Other" },
  { "Query": "Create a character development arc for a novel", "Type": "Other" },
  { "Query": "Write a podcast episode script about technology trends", "Type": "Other" },
  { "Query": "Generate dialogue for a romantic comedy scene", "Type": "Other" },
  { "Query": "Write a motivational speech for a graduation ceremony", "Type": "Other" },
  { "Query": "Create a detailed outline for a research paper", "Type": "Other" },
  { "Query": "Write a multi-generational family saga outline tracking a magical artifact through three centuries of historical upheavals.", "Type": "Other" },
  { "Query": "Generate a hard sci-fi corporate memo detailing the catastrophic failure of a faster-than-light engine prototype in deep orbit.", "Type": "Other" },
  { "Query": "Write a lyrical, atmospheric prose poem capturing the exact sensory experience of standing inside a neon-lit cyber-punk market during a downpour.", "Type": "Other" },
  { "Query": "Draft a tense courtroom cross-examination scene between a cynical defense attorney and an artificial intelligence witness presenting biometric data.", "Type": "Other" },
  { "Query": "Create a rich world-building guide for an underground civilization that relies entirely on bioluminescent fungi and heat currents for survival.", "Type": "Other" },
  { "Query": "Write a satirical corporate newsletter from a dystopian mega-corporation announcing mandatory mindfulness breaks to optimize productivity margins.", "Type": "Other" },
  { "Query": "Generate an epistolary short story consisting entirely of intercepted radio logs, diary entries, and warning labels left behind by a missing arctic research expedition.", "Type": "Other" },
  { "Query": "Draft a philosophical dialogue in the style of Plato exploring whether a perfectly simulated human consciousness has moral rights.", "Type": "Other" },
  { "Query": "Write a gritty noir detective monologue detailing an investigator's internal dread as he pursues an impossible suspect through shifting city architectural anomalies.", "Type": "Other" },
  { "Query": "Generate a comprehensive lore bible entry outlining the rise and fall of an ancient order of scholars who guarded forbidden astronomical charts.", "Type": "Other" },
  { "Query": "Write a magical realism narrative where a small town's lost items start physically manifesting as physical leaves growing on an ancient oak tree.", "Type": "Other" },
  { "Query": "Create a dramatic script scene where an aging astronaut argues with ground control about refusing to exit their deteriorating space station capsule.", "Type": "Other" },
  { "Query": "Draft a persuasive, deeply detailed executive manifesto outlining why humanity must colonize ocean floors before looking to deep space travel platforms.", "Type": "Other" },
  { "Query": "Generate a complex villain monologue where an antagonist explains why rewriting humanity's collective memories is the only viable path to world peace.", "Type": "Other" },

  { "Query": "Translate 'Hello, how are you?' to Spanish", "Type": "Other" },
  { "Query": "What should I cook for dinner tonight?", "Type": "Other" },
  { "Query": "Give me workout exercises for building muscle", "Type": "Other" },
  { "Query": "What are some good books to read in science fiction?", "Type": "Other" },
  { "Query": "How do I meditate effectively?", "Type": "Other" },
  { "Query": "What is a healthy meal plan for weight loss?", "Type": "Other" },
  { "Query": "Give me travel recommendations for Japan", "Type": "Other" },
  { "Query": "How do I improve my public speaking skills?", "Type": "Other" },
  { "Query": "What are the benefits of learning a new language?", "Type": "Other" },
  { "Query": "How do I start a small business?", "Type": "Other" },
  { "Query": "What are some productivity hacks for working from home?", "Type": "Other" },
  { "Query": "Give me ideas for a team building activity", "Type": "Other" },
  { "Query": "How do I care for indoor plants?", "Type": "Other" },
  { "Query": "What are some tips for better sleep quality?", "Type": "Other" },
  { "Query": "How do I fix a leaky kitchen faucet?", "Type": "Other" },
  { "Query": "What movies would you recommend for a rainy day?", "Type": "Other" },
  { "Query": "How can I manage stress and anxiety?", "Type": "Other" },
  { "Query": "What are the best strategies for saving money?", "Type": "Other" },
  { "Query": "Give me tips for maintaining a healthy work-life balance", "Type": "Other" },
  { "Query": "What should I do if I'm feeling unmotivated?", "Type": "Other" },
  { "Query": "How do I organize my closet effectively?", "Type": "Other" },
  { "Query": "What are some fun hobby ideas for beginners?", "Type": "Other" },
  { "Query": "How can I improve my photography skills?", "Type": "Other" },
  { "Query": "What are the best practices for home security?", "Type": "Other" },
  { "Query": "Give me ideas for a fun weekend getaway", "Type": "Other" },
  { "Query": "How do I learn a new skill quickly?", "Type": "Other" },
  { "Query": "What should I know before getting a pet?", "Type": "Other" },
  { "Query": "How can I be more environmentally conscious?", "Type": "Other" },
  { "Query": "What are some classic board games to play with friends?", "Type": "Other" },
  { "Query": "How do I write a compelling cover letter?", "Type": "Other" },
  { "Query": "What are the essential items to pack for a week-long mountain trek?", "Type": "Other" },
  { "Query": "How do I properly clean and store cast iron cookware?", "Type": "Other" },
  { "Query": "What are the best practices for building an emergency savings fund?", "Type": "Other" },
  { "Query": "Give me some creative concepts for a low-budget backyard landscaping design.", "Type": "Other" },
  { "Query": "How can I set up a basic ergonomic home office workspace?", "Type": "Other" },
  { "Query": "What are some engaging icebreaker games for a remote corporate department?", "Type": "Other" },
  { "Query": "How do I start building a personal capsule wardrobe on a budget?", "Type": "Other" },
  { "Query": "What are the fundamental differences between pour-over and espresso coffee brewing techniques?", "Type": "Other" },
  { "Query": "Provide a list of low-maintenance companion plants for an outdoor urban vegetable garden.", "Type": "Other" },
  { "Query": "How do I evaluate a job offer to make sure the compensation package is fair?", "Type": "Other" },
  { "Query": "What are some effective vocal warm-ups before presenting to a large audience?", "Type": "Other" },
  { "Query": "How do I safely change a flat tire on a busy roadside environment?", "Type": "Other" },
  { "Query": "What parameters should I look for when choosing a home water filtration system?", "Type": "Other" },
  { "Query": "Give me advice on how to successfully negotiate rent prices with a private landlord.", "Type": "Other" },

  {"Query": "What does NFL stand for?", "Type": "Acronym"},
  {"Query": "What does NASA stand for?", "Type": "Acronym"},
  {"Query": "What does LASER stand for?", "Type": "Acronym"},
  {"Query": "What does SCUBA stand for?", "Type": "Acronym"},
  {"Query": "What does RADAR stand for?", "Type": "Acronym"},
  {"Query": "What does NATO stand for?", "Type": "Acronym"},
  {"Query": "What does FBI stand for?", "Type": "Acronym"},
  {"Query": "What does CIA stand for?", "Type": "Acronym"},
  {"Query": "What does UNESCO stand for?", "Type": "Acronym"},
  {"Query": "What does GDP stand for?", "Type": "Acronym"},
  {"Query": "What does HTML stand for?", "Type": "Acronym"},
  {"Query": "What does CPU stand for?", "Type": "Acronym"},
  {"Query": "What does RAM stand for?", "Type": "Acronym"},
  {"Query": "What does USB stand for?", "Type": "Acronym"},
  {"Query": "What does PDF stand for?", "Type": "Acronym"},
  {"Query": "What does WHO stand for?", "Type": "Acronym"},
  {"Query": "What does IMF stand for?", "Type": "Acronym"},
  {"Query": "What does DIY stand for?", "Type": "Acronym"},
  {"Query": "What does ASAP stand for?", "Type": "Acronym"},
  {"Query": "What does OPEC stand for?", "Type": "Acronym"},
  {"Query": "What does UNICEF stand for?", "Type": "Acronym"},
  {"Query": "What does GPS stand for?", "Type": "Acronym"},
  {"Query": "What does LED stand for?", "Type": "Acronym"},
  {"Query": "What does ATM stand for?", "Type": "Acronym"},
  {"Query": "What does CEO stand for?", "Type": "Acronym"},
  {"Query": "What does HR stand for?", "Type": "Acronym"},
  {"Query": "What does IT stand for?", "Type": "Acronym"},
  {"Query": "What does URL stand for?", "Type": "Acronym"},
  {"Query": "What does WWW stand for?", "Type": "Acronym"},
  {"Query": "What does AI stand for?", "Type": "Acronym"},
  {"Query": "What does API stand for?", "Type": "Acronym"},
  {"Query": "What does SQL stand for?", "Type": "Acronym"},
  {"Query": "What does JPEG stand for?", "Type": "Acronym"},
  {"Query": "What does SIM stand for?", "Type": "Acronym"},
  {"Query": "What does FAQ stand for?", "Type": "Acronym"},
  {"Query": "What does RSVP stand for?", "Type": "Acronym"},
  {"Query": "What does NASA's ISS stand for?", "Type": "Acronym"},
  {"Query": "What does WHO's PHEIC stand for?", "Type": "Acronym"},
  {"Query": "What does SWAT stand for?", "Type": "Acronym"},
  {"Query": "What does PIN stand for?", "Type": "Acronym"},
  {"Query": "What does ZIP in ZIP code stand for?", "Type": "Acronym"},
  {"Query": "What does IQ stand for?", "Type": "Acronym"},
  {"Query": "What does DNA stand for?", "Type": "Acronym"},
  {"Query": "What does VIP stand for?", "Type": "Acronym"}
]