-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmisc_data.json
192 lines (161 loc) · 5.78 KB
/
misc_data.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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
{
"questions" : [
{
"contents" : "What is an example of a Linux based operating system:",
"choices" : ["Ubuntu", "Windows", "MacOS"],
"correct" : ["Ubuntu"]
},
{
"contents" : "What does LAN stand for:",
"choices" : ["Local Area Network", "Local Area Networking", "Local Around Network"],
"correct" : ["Local Area Network"]
},
{
"contents" : "Booleans can be only True or False:",
"choices" : ["True", "False"],
"correct" : ["True"]
},
{
"contents" : "What four major processing functions in order:",
"choices" : ["Input, Processing, Output, Storage", "Input, Processing, Storage, Output", "Input, Output, Processing, Storage", "Input, Output, Storage, Processing" ],
"correct" : ["Input, Processing, Output, Storage"]
},
{
"contents" : "The CPU consists of the CU and the ALU:",
"choices" : ["True", "False"],
"correct" : ["True"]
},
{
"contents" : "What are the two forms that information can possess:",
"choices" : ["Hardcopy, Softcopy", "Softcopy, Onlinecopy","Digitalcopy, Softcopy", "Digitalcopy, Onlinecopy"],
"correct" : ["Hardcopy, Softcopy"]
},
{
"contents" : "There are five types of computers:",
"choices" : ["True", "False"],
"correct" : ["False"]
},
{
"contents" : "What are the two main types of system software:",
"choices" : ["Operating Systems, Utility Software", "Operating Systems, Performance Software", "Performance Software, Utility Software", "Operating system, Development Software"],
"correct" : ["Operating Systems, Utility Software"]
},
{
"contents" : "WLAN is an example of a operating system:",
"choices" : ["True", "False"],
"correct" : ["False"]
},
{
"contents" : "Programming ide is a type of software:",
"choices" : ["True", "False"],
"correct" : ["True"]
},
{
"contents" : "An IF statement can be True or False:",
"choices" : ["True", "False"],
"correct" : ["True"]
},
{
"contents" : "For loops go on until a condition is met:",
"choices" : ["True", "False"],
"correct" : ["False"]
},
{
"contents" : "What are the three types of errors: ",
"choices" : ["Syntax, Logical, Funtime", "Syntax, Logical, Runtime", "Syntax, Illogical, Runtime", "Syntax, Illogical, Funtime"],
"correct" : ["Syntax, Logical, Runtime"]
},
{
"contents" : "Malware is short for malicious software: ",
"choices" : ["True", "False"],
"correct" : ["True"]
},
{
"contents" : "Two common sources of malware are: ",
"choices" : ["downloading/running an infected file, buying a new antivirus software", "updating Windows, downloading new software ", "downloading/running an infected file, opening an e-mail attachment"],
"correct" : ["downloading/running an infected file, opening an e-mail attachment"]
},
{
"contents" : "Computers can be used to type documents, send emails, play games, and browse the web: ",
"choices" : ["True", "False"],
"correct" : ["True"]
},
{
"contents" : "A computer is an electronic devices that does not manipulate information or data: ",
"choices" : ["True", "False"],
"correct" : ["False"]
},
{
"contents" : "A simple rack of beads used as an aid to counting by moving the beads around: ",
"choices" : ["Astrolabe", "Abacus", "Mechanical Calculator", "Jacquard Loom"],
"correct" : ["Abacus"]
},
{
"contents" : "First programmable mechanical computer: ",
"choices" : ["Turning Machine", "Abacus", "Analytical Engine", "Jacquard Loom"],
"correct" : ["Analytical Engine"]
},
{
"contents" : "A bit consisits of a 0,1,2, or 3: ",
"choices" : ["True", "False"],
"correct" : ["False"]
},
{
"contents" : "How many bits are in one byte: ",
"choices" : ["64", "32", "16", "8"],
"correct" : ["8"]
},
{
"contents" : "How many bytes are in 1 killobyte: ",
"choices" : ["1000", "1024", "2048", "4096"],
"correct" : ["1024"]
},
{
"contents" : "What doe MHz and GHz measure: ",
"choices" : ["Processing speed", "RAM", "CPU", "Storage"],
"correct" : ["Processing speed"]
},
{
"contents" : "What does PPI stand for: ",
"choices" : ["Pixels Per Inch", "Pixels Per square Inch", "People Per Inch", "Processors Per Inch"],
"correct" : ["Pixels Per Inch"]
},
{
"contents" : "What is an example of a resolution that you might see on a common 16:9 display: ",
"choices" : ["1920x1080", "1080x1080", "1920x2160", "2160x1080"],
"correct" : ["1920x1080"]
},
{
"contents" : "On-chip memory is the highest on the memory hierarchy",
"choices" : ["True", "False"],
"correct" : ["True"]
},
{
"contents" : "A CPU with a clock speed of 3.6 GHz and 2 cores is better then a CPU with a speed of 4.5 GHz and 64 cores",
"choices" : ["True", "False"],
"correct" : ["False"]
},
{
"contents" : "What does ROM stand for",
"choices" : ["Write Only Memory", "Random Only Memory", "Read Only Memory", "Radius Of Molecular Circle"],
"correct" : ["Read Only Memory"]
},
{
"contents" : "What does EEPROM stand for",
"choices" : ["Electronically Disabled Erasable Programmable Read Only Memory", "Electronically Ereadable Programmable Read Only Memory", "Electronically Erasable Programmable Read Only Memory "],
"correct" : ["True"]
}
],
"question_givers" : [
"Ms.Pozzebon",
"Adrian",
"Uncle Hovanes",
"Peter Parente"
],
"locations": [
"Adrian's basement",
"School",
"Ms.Pozzebon's class",
"Fishing lake"
]
}