| Hint | Answer | % Correct |
|---|---|---|
| On Windows, the common name given to the screen shown in the event of a "stop error" (i.e, a fatal system error caused by failure of software, hardware or drivers) | Blue Screen of Death | 83%
|
| Crucial firmware which provides the instructions required to boot a computer's OS | Basic Input-Output System | 74%
|
| One of the two most common HTTP methods, it is used to retrieve a resource from a web server | GET | 70%
|
| A form of non-volatile memory; it cannot be modified in any way. Because of this, it is primarily used to store firmware | Read-only memory | 70%
|
| Used in similar context to the above, keyword used to completely end said loop and execute the code following it | break | 65%
|
| In contrast with the above, it is used to send data to a web server, in order to create a resource or modify an already existing one | POST | 65%
|
| In programming languages such as Python, JavaScript, Java and C#, the keywordused to skip over the current iteration of a for loop, while loop or switch/match block | continue | 57%
|
| Programming language, created in 2010, predominantly used for development of applications on Apple operating systems (e.g, macOS, iOS) | Swift | 57%
|
| Logic gate and logical operator which returns a 1 or true if the two inputs are different | XOR | 57%
|
| In JavaScript OOP, keyword used in order to signify that one class is a child of anotherand allow inheritance | extends | 35%
|
| PowerShell file extension | .ps1 | 22%
|
| In JavaScript, function used to generate a random float between 0 and 1 | math.random() | 17%
|
| A form of malicious software consisting of a set of tools which conceal themselves while maintaining elevated privilege, or granting it to another program | Rootkit | 17%
|
| In JavaScript, name of symbol used to enclose a concatenated string | Backtick | 4%
|
| In CSS, a keyword which follows a selector (i.e, the tag name or element id) to define an element's style for a specific event, for example :hover when the user hovers over the element | Psuedoclass | 0%
|