You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prompt: 'UNIX was added relatively later into what popular propietary operating system?',
104
+
options: ['Windows 10','Linux Mint','Mac OS X','Ubuntu'],
105
+
correctAnswer: 'Mac OS X',
106
+
cashPrize: 50
107
+
},
108
+
{
109
+
prompt: 'The command "man x" would?',
110
+
options: ['Bring up the task manager for x','Modularize x','Attempt to bring up the manual page for x','Make x mandatory on startup'],
111
+
correctAnswer: 'Attempt to bring up the manual page for x',
112
+
cashPrize: 100
113
+
},
114
+
{
115
+
prompt: 'Someone shady on the internet tells you to enter a "rm -rf" command into your terminal on your root directory. Doing this would:',
116
+
options: ['Remake your filedomains','Rename your file register','Recursively rename all your files with the tag rm','Irreparably damage your file system'],
117
+
correctAnswer: 'Irreparably damage your file system',
118
+
cashPrize: 500
119
+
},
120
+
{
121
+
prompt: 'The GREP command allows a user to:',
122
+
options: ['Quickly search files for specific items of text','Grab-Read-Evaluate-Loop','Gauge RAM event parameters','Group related events in the processor'],
123
+
correctAnswer: 'Quickly search files for specific items of text',
124
+
cashPrize: 1000
125
+
},
126
+
/* Category 5 Questions */
127
+
{
128
+
prompt: 'Use of "Alert" popup windows is often considered bad practice as browsers and users are hostile to pop-ups. What are the other two native Javascript popup functions?',
prompt: 'Use of "Alert" popup windows is often considered bad practice as browsers and users are hostile to pop-ups. What are the other two native Javascript popup functions?',
0 commit comments