-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqsrefined.json
More file actions
202 lines (202 loc) · 5.75 KB
/
qsrefined.json
File metadata and controls
202 lines (202 loc) · 5.75 KB
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
[
{
"question": "What does CPU stand for?",
"correct_answer": "Central Processing Unit",
"options": [
"Central Processing Unit",
"Central Process Unit",
"Computer Personal Unit",
"Central Processor Unit"
]
},
{
"question": "When Gmail first launched, how much storage did it provide for your email?",
"correct_answer": "1GB",
"options": [
"1GB",
"512MB",
"5GB",
"Unlimited"
]
},
{
"question": "The programming language Swift was created to replace what other programming language?",
"correct_answer": "Objective-C",
"options": [
"Objective-C",
"C#",
"Ruby",
"C++"
]
},
{
"question": "HTML is what type of language?",
"correct_answer": "Markup Language",
"options": [
"Markup Language",
"Macro Language",
"Programming Language",
"Scripting Language"
]
},
{
"question": "What amount of bits commonly equals one byte?",
"correct_answer": "8",
"options": [
"8",
"1",
"2",
"64"
]
},
{
"question": "In the programming language Java, which of these keywords would you put on a variable to make sure it doesn't get modified?",
"correct_answer": "Final",
"options": [
"Final",
"Static",
"Private",
"Public"
]
},
{
"question": "If you were to code software in this language you'd only be able to type 0's and 1's.",
"correct_answer": "Binary",
"options": [
"Binary",
"JavaScript",
"C++",
"Python"
]
},
{
"question": "What does the Prt Sc button do?",
"correct_answer": "Captures what's on the screen and copies it to your clipboard",
"options": [
"Captures what's on the screen and copies it to your clipboard",
"Nothing",
"Saves a .png file of what's on the screen in your screenshots folder in photos",
"Closes all windows"
]
},
{
"question": "What is the most preferred image format used for logos in the Wikimedia database?",
"correct_answer": ".svg",
"options": [
".svg",
".png",
".jpeg",
".gif"
]
},
{
"question": "In web design, what does CSS stand for?",
"correct_answer": "Cascading Style Sheet",
"options": [
"Cascading Style Sheet",
"Counter Strike: Source",
"Corrective Style Sheet",
"Computer Style Sheet"
]
},
{
"question": "What is the code name for the mobile operating system Android 7.0?",
"correct_answer": "Nougat",
"options": [
"Nougat",
"Ice Cream Sandwich",
"Jelly Bean",
"Marshmallow"
]
},
{
"question": "On Twitter, what was the original character limit for a Tweet?",
"correct_answer": "140",
"options": [
"140",
"120",
"160",
"100"
]
},
{
"question": "In Hexadecimal, what color would be displayed from the color code? #00FF00?",
"correct_answer": "Green",
"options": [
"Green",
"Red",
"Blue",
"Yellow"
]
},
{
"question": "What does LTS stand for in the software market?",
"correct_answer": "Long Term Support",
"options": [
"Long Term Support",
"Long Taco Service",
"Ludicrous Transfer Speed",
"Ludicrous Turbo Speed"
]
},
{
"question": "The numbering system with a radix of 16 is more commonly referred to as ",
"correct_answer": "Hexidecimal",
"options": [
"Hexidecimal",
"Binary",
"Duodecimal",
"Octal"
]
},
{
"question": "Which programming language shares its name with an island in Indonesia?",
"correct_answer": "Java",
"options": [
"Java",
"Python",
"C",
"Jakarta"
]
},
{
"question": "How long is an IPv6 address?",
"correct_answer": "128 bits",
"options": [
"128 bits",
"32 bits",
"64 bits",
"128 bytes"
]
},
{
"question": "In computing, what does MIDI stand for?",
"correct_answer": "Musical Instrument Digital Interface",
"options": [
"Musical Instrument Digital Interface",
"Musical Interface of Digital Instruments",
"Modular Interface of Digital Instruments",
"Musical Instrument Data Interface"
]
},
{
"question": "In computing, what does LAN stand for?",
"correct_answer": "Local Area Network",
"options": [
"Local Area Network",
"Long Antenna Node",
"Light Access Node",
"Land Address Navigation"
]
},
{
"question": "What language does Node.js use?",
"correct_answer": "JavaScript",
"options": [
"JavaScript",
"Java",
"Java Source",
"Joomla Source Code"
]
}
]