This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
/
quiz_app_questions.json
62 lines (62 loc) · 1.75 KB
/
quiz_app_questions.json
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
[
{
"question": "Who created Flutter?",
"options": [ "Facebook", "Adobe", "Google", "Microsoft" ],
"answer": "Google"
},
{
"question": "What is Flutter?",
"options": [
"Android Development Kit",
"IOS Development Kit",
"Web Development Kit",
"SDK to build beautiful IOS, Android, Web & Desktop Native Apps"
],
"answer": "SDK to build beautiful IOS, Android, Web & Desktop Native Apps"
},
{
"question": "Which programing language is used by Flutter",
"options": [ "Ruby", "Dart", "C++", "Kotlin" ],
"answer": "Dart"
},
{
"question": "How many programming languages are in use?",
"options": [ "20", "50", "2000", "5000" ],
"answer": "2000"
},
{
"question": "Who founded Apple Computer?",
"options": [ "Steve Jobs", "Sheryl Sandberg", "Bill Gates", "Sundar Pichai" ],
"answer": "Steve Jobs"
},
{
"question": "Which of these is not a peripheral, in computer terms?",
"options": [ "Keyboard", "Mouse", "Motherboard", "Monitor" ],
"answer": "Motherboard"
},
{
"question": "Which of these is not a peripheral, in computer terms?",
"options": [ "Keyboard", "Mouse", "Motherboard", "Monitor" ],
"answer": "Motherboard"
},
{
"question": "A network designed to allow communication within an organization is called:",
"options": [ "the Internet", "the Intranet", "a browser", "the World Wide Web" ],
"answer": "the Intranet"
},
{
"question": "Who created Dart programing language?",
"options": [ "Lars Bak and Kasper Lund", "Brendan Eich", "Bjarne Stroustrup", "Jeremy Ashkenas" ],
"answer": "Lars Bak and Kasper Lund"
},
{
"question": "Is Flutter for Desktop stable?",
"options": [ "Yes", "No" ],
"answer": "No"
},
{
"question": "Is Flutter for Web stable?",
"options": [ "Yes", "No" ],
"answer": "Yes"
}
]