Cybersecurity
Programming and algorithms
Computer Systems
Software and Tools
Data And Design
100

This type of attack uses fake emails to steal sensitive data.

What is phishing?

100

The Big O notation for accessing an array element directly.

What is O(1)? 

100

The largest decimal number 4 bits can represent.

What is 15?

100

Linux is an example of this type of software license.

What is open-source?

100

The hex code for medium-gray.

What is #9a9a9a?

200

A password like "T4ke@H1keI2023" is an example of this.

What is a strong password?

200

The result of "TRUE && FALSE" in Boolean logic.

What is FALSE?

200

Binary code directly executable by a CPU.

What is machine language?

200

The Git command to stage all modified files.

What is git add . 

200

The RGB value for #ff0044.

What is (255, 0, 68)?

300

This attack involves falsifying data to impersonate a trusted entity.

What is spoofing?

300

The primary purpose of a function in programming.

What is code reusability?

300

How Node.js executes JavaScript code.

What is interpreting line-by-line at runtime?

300

The correct sequence to push changes to a remote repository.

What is clone, add remote origin, add, commit, push?

300

The data type for storing a user’s password.

What is a string?

400

This vulnerability allows injecting scripts into web pages.

What is Cross-Site Scripting (XSS)?

400

This operator gives the remainder of division

What is modulo? (%)

400

The decimal equivalent of binary 11111111.

What is 255?

400

This Git concept allows parallel development paths.

What is Branching?

400

A common use of the modulo operator.

What is creating circular buffers?

500

Legitimate organizations rarely do this via email.

What is requesting private information?

500

A key reason to use Big O notation.

What is comparing algorithm efficiency?

500

The part of a machine instruction that specifies "what to do."

What is the opcode?

500

Legal instruments governing the use or redistribution of software.

What is Software licensing?

500
What 6 place hex color code would represent no red, medium blue, and all green

#00A9FF

M
e
n
u