Hidayatmahar commited on
Commit
f36f9e1
·
verified ·
1 Parent(s): fc05254

Update questions.json

Browse files
Files changed (1) hide show
  1. questions.json +100 -0
questions.json CHANGED
@@ -938,5 +938,105 @@
938
  "question": "What is 7 × 8?",
939
  "options": ["54", "56", "64", "58"],
940
  "answer": "56"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
941
  }
942
  ]
 
938
  "question": "What is 7 × 8?",
939
  "options": ["54", "56", "64", "58"],
940
  "answer": "56"
941
+ },
942
+ {
943
+ "question": "What is 9 × 9?",
944
+ "options": ["81", "72", "99", "91"],
945
+ "answer": "81"
946
+ },
947
+ {
948
+ "question": "The perimeter of a rectangle with length 10 cm and width 5 cm is:",
949
+ "options": ["15 cm", "20 cm", "25 cm", "30 cm"],
950
+ "answer": "30 cm"
951
+ },
952
+ {
953
+ "question": "Simplify: 15 ÷ 3 + 4 × 2",
954
+ "options": ["10", "11", "13", "23"],
955
+ "answer": "13"
956
+ },
957
+ {
958
+ "question": "If 25% of a number is 20, the number is:",
959
+ "options": ["50", "60", "70", "80"],
960
+ "answer": "80"
961
+ },
962
+ {
963
+ "question": "What is the Least Common Multiple (LCM) of 4 and 6?",
964
+ "options": ["6", "8", "12", "24"],
965
+ "answer": "12"
966
+ },
967
+ {
968
+ "question": "Convert 3/5 to a percentage:",
969
+ "options": ["20%", "40%", "50%", "60%"],
970
+ "answer": "60%"
971
+ },
972
+ {
973
+ "question": "Which is the smallest prime number?",
974
+ "options": ["0", "1", "2", "3"],
975
+ "answer": "2"
976
+ },
977
+ {
978
+ "question": "The product of 15 and 12 is:",
979
+ "options": ["160", "170", "180", "190"],
980
+ "answer": "180"
981
+ },
982
+ {
983
+ "question": "The difference between the greatest 4-digit number and the smallest 3-digit number is:",
984
+ "options": ["9000", "8999", "9999", "999"],
985
+ "answer": "8999"
986
+ },
987
+ {
988
+ "question": "Simplify: 2/3 + 1/6",
989
+ "options": ["1/2", "2/6", "5/6", "3/6"],
990
+ "answer": "5/6"
991
+ },
992
+ {
993
+ "question": "If the cost of 5 pens is Rs. 50, the cost of 1 pen is:",
994
+ "options": ["5", "10", "15", "20"],
995
+ "answer": "10"
996
+ },
997
+ {
998
+ "question": "Which angle is a right angle?",
999
+ "options": ["45°", "60°", "90°", "180°"],
1000
+ "answer": "90°"
1001
+ },
1002
+ {
1003
+ "question": "What is the next prime number after 7?",
1004
+ "options": ["8", "9", "10", "11"],
1005
+ "answer": "11"
1006
+ },
1007
+ {
1008
+ "question": "The radius of a circle is 7 cm. What is its diameter?",
1009
+ "options": ["7 cm", "14 cm", "21 cm", "28 cm"],
1010
+ "answer": "14 cm"
1011
+ },
1012
+ {
1013
+ "question": "The square root of 64 is:",
1014
+ "options": ["6", "7", "8", "9"],
1015
+ "answer": "8"
1016
+ },
1017
+ {
1018
+ "question": "What is 1/4 of 200?",
1019
+ "options": ["25", "40", "50", "100"],
1020
+ "answer": "50"
1021
+ },
1022
+ {
1023
+ "question": "The value of 10² is:",
1024
+ "options": ["10", "20", "100", "1000"],
1025
+ "answer": "100"
1026
+ },
1027
+ {
1028
+ "question": "What is 100 ÷ 4?",
1029
+ "options": ["20", "25", "30", "40"],
1030
+ "answer": "25"
1031
+ },
1032
+ {
1033
+ "question": "If a box contains 36 chocolates shared among 9 children, each child gets:",
1034
+ "options": ["3", "4", "5", "6"],
1035
+ "answer": "4"
1036
+ },
1037
+ {
1038
+ "question": "The perimeter of a triangle with sides 5 cm, 6 cm, and 7 cm is:",
1039
+ "options": ["16 cm", "17 cm", "18 cm", "19 cm"],
1040
+ "answer": "18 cm"
1041
  }
1042
  ]