-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathquestions.json
169 lines (169 loc) · 5.5 KB
/
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
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
{
"headings": [
"acronyms",
"general it",
"windows",
"linux"
],
"questions": [
{
"value": "$200",
"bonusValue": "$400",
"question": "What does <u>RAM</u> stand for",
"answer": "Random Access Memory",
"wrong_1": "Random Aquatic Memory",
"wrong_2": "Related Access Memory"
},
{
"value": "$200",
"bonusValue": "$400",
"question": "How many <u>BITS</u> make one <u>BYTE</u>",
"answer": "8 bytes",
"wrong_1": "4 bytes",
"wrong_2": "6 bytes"
},
{
"value": "$200",
"bonusValue": "$400",
"question": "This company created the <u>Windows <br> operating system</u>",
"answer": "Microsoft",
"wrong_1": "Apple",
"wrong_2": "Intel"
},
{
"value": "$200",
"bonusValue": "$400",
"question": "What is <u>LINUX</u>",
"answer": "Operating System",
"wrong_1": "YouTuber",
"wrong_2": "Video game"
},
{
"value": "$400",
"bonusValue": "$800",
"question": "What does <u>BIOS</u> stand for",
"answer": "Basic Input Output System",
"wrong_1": "Bold Input Output Server",
"wrong_2": "Based Input Output System"
},
{
"value": "$400",
"bonusValue": "$800",
"question": "What is the <u>CLOUD</u>",
"answer": "Storage Over The Internet",
"wrong_1": "A Grabage Service",
"wrong_2": "A night club"
},
{
"value": "$400",
"bonusValue": "$800",
"question": "What made <u>WINDOWS 8</u> so different from <u>WINDOWS 7</u>",
"answer": "Both answers",
"wrong_1": "Faster boot time",
"wrong_2": "Changed to the start menu"
},
{
"value": "$400",
"bonusValue": "$800",
"question": "<u>LINUX</u> is open source",
"answer": "True",
"wrong_1": "False"
},
{
"value": "$600",
"bonusValue": "$1200",
"question": "What does <u>USB</u> stand for",
"answer": "Universal Serial Bus",
"wrong_1": "Universal Secure Bus",
"wrong_2": "Unique Serial Bus"
},
{
"value": "$600",
"bonusValue": "$1200",
"question": "A ______ is the registered name of a website",
"answer": "Domain",
"wrong_1": "URL",
"wrong_2": "Source"
},
{
"value": "$600",
"bonusValue": "$1200",
"question": "What is the file extension for a <u>Microsoft Word Document</u>",
"answer": ".docx",
"wrong_1": ".doc",
"wrong_2": ".dot"
},
{
"value": "$600",
"bonusValue": "$1200",
"question": "Pick one distribution of <u>Linux</u>",
"answer": "Both",
"wrong_1": "Ubuntu",
"wrong_2": "Kali Linux"
},
{
"value": "$800",
"bonusValue": "$1600",
"question": "What does <u>NIC</u> stand for",
"answer": "Network Interface Card",
"wrong_1": "Noise Input Card",
"wrong_2": "New Inpit Card"
},
{
"value": "$800",
"bonusValue": "$1600",
"question": "How does a <u>Fiber Optic Cable</u> transmit signals",
"answer": "Light",
"wrong_1": "Death Rays",
"wrong_2": "Copper Wires"
},
{
"value": "$800",
"bonusValue": "$1600",
"question": "What is one method to open <u>Task Manager</u>",
"answer": "CTRL + SHIFT + ESC",
"wrong_1": "WIN + TAB",
"wrong_2": "WIN + E"
},
{
"value": "$800",
"bonusValue": "$1600",
"question": "What Command is used to show your <u>IP</u>",
"answer": "ifconfig",
"wrong_1": "tree",
"wrong_2": "ipconfig"
},
{
"value": "$1000",
"bonusValue": "$2000",
"question": "What does <u>NTFS</u> stand for",
"answer": "New Technology File System",
"wrong_1": "New Technology File Server",
"wrong_2": "New Technology Film Server"
},
{
"value": "$1000",
"bonusValue": "$2000",
"question": "What type of printer uses <u>Fusing</u>",
"answer": "Laser Printer",
"wrong_1": "LED Printer",
"wrong_2": "InkJet Printer"
},
{
"value": "$1000",
"bonusValue": "$2000",
"question": "What <u>command-line command</u> clears the console",
"answer": "CLS",
"wrong_1": "Clear",
"wrong_2": "Clean"
},
{
"value": "$1000",
"bonusValue": "$2000",
"question": "Who created <u>Linux</u>",
"answer": "Linus Torvalds",
"wrong_1": "Bill Gates",
"wrong_2": "Linus Sebastian"
}
]
}