{
"General Knowledge": [
{"Question": "What is the capital of France?", "Answer": "Paris"},
{"Question": "Who wrote Romeo and Juliet?", "Answer": "William Shakespeare"},
{"Question": "What is the largest mammal in the world?", "Answer": "Blue Whale"},
{"Question": "In which continent is Germany?", "Answer": "Europe"},
{"Question": "What is the chemical symbol for water?", "Answer": "H₂O"}
],
"Science and Technology": [
{"Question": "What is the boiling point of water in Celsius?", "Answer": "100°C"},
{"Question": "Who developed the theory of relativity?", "Answer": "Albert Einstein"},
{"Question": "Which planet orbits closest to the Sun?", "Answer": "Mercury"},
{"Question": "What is the smallest unit of matter?", "Answer": "Atom"},
{"Question": "What does HTTP stand for?", "Answer": "HyperText Transfer Protocol"}
],
"Mathematics": [
{"Question": "9-1=", "Answer": "8"},
{"Question": "7+8=", "Answer": "15"},
{"Question": "8*8=", "Answer": "64"},
{"Question": "200/4=", "Answer": "50"},
{"Question": "How many sides does a square have?", "Answer": "Four"}
],
"History": [
{"Question": "Who was the first President of the United States?", "Answer": "George Washington"},
{"Question": "In which year did World War II end?", "Answer": "1945"},
{"Question": "Who built the pyramids?", "Answer": "The Egyptians"},
{"Question": "When did Christopher Columbus sail to America", "Answer": "1492"},
{"Question": "What year did the United States declare its independence?", "Answer": "1776"}
],
"Geography": [
{"Question": "What is the longest river in the Africa?", "Answer": "The Nile River"},
{"Question": "Which ocean is the largest by surface area?", "Answer": "The Pacific Ocean"},
{"Question": "What continent has the most people in the world?", "Answer": "Asia"},
{"Question": "Which hot desert is the largest in the world?", "Answer": "The Sahara Desert"},
{"Question": "In which country would you find the Great Wall?", "Answer": "China"}
],
"Language and Literature": [
{"Question": "What is the plural of 'mouse'?", "Answer": "Mice"},
{"Question": "What is the opposite of 'hot'?", "Answer": "Cold"},
{"Question": "What is a synonym for 'happy'?", "Answer": "Joyful"},
{"Question": "Who wrote Pride and Prejudice?", "Answer": "Jane Austen"},
{"Question": "What language is primarily spoken in Brazil?", "Answer": "Portuguese"}
],
"Pop Culture": [
{"Question": "Who is the author of the Harry Potter series?", "Answer": "J.K. Rowling"},
{"Question": "What is the name of the fictional city in Batman?", "Answer": "Gotham City"},
{"Question": "What year did the first Star Wars movie come out?", "Answer": "1977"},
{"Question": "What is the highest-grossing movie of all time?", "Answer": "Avatar"},
{"Question": "Who is known as the 'King of Pop'?", "Answer": "Michael Jackson"}
],
"Sports": [
{"Question": "How many players are on a soccer team?", "Answer": "11"},
{"Question": "What is the national sport of Japan?", "Answer": "Sumo Wrestling"},
{"Question": "Which person has won the most Olympic gold medals?", "Answer": "Michael Phelps"},
{"Question": "In which sport can you score a try?", "Answer": "Rugby"},
{"Question": "What color are the goalposts in American football?", "Answer": "Yellow"}
],
"Logical Reasoning": [
{"Question": "If all apples are fruits and all fruits are healthy, are apples healthy?", "Answer": "Yes"},
{"Question": "If it takes 5 machines 5 minutes to make 5 widgets, how long does it take 100 machines to make 100 widgets?", "Answer": "5 minutes"},
{"Question": "What comes next in the sequence: 2, 4, 8, 16?", "Answer": "32"},
{"Question": "If A is taller than B and B is taller than C, who is the tallest?", "Answer": "A"},
{"Question": "What is half of a quarter?", "Answer": "One-eighth"}
],
"Miscellaneous": [
{"Question": "What does a thermometer measure?", "Answer": "Temperature"},
{"Question": "What color is a ripe banana?", "Answer": "Yellow"},
{"Question": "What shape is a stop sign?", "Answer": "Octagon"},
{"Question": "How many hours are there in a day?", "Answer": "24"},
{"Question": "What color is the sky?", "Answer": "Blue"}
]
}