What is Cryptography used for?
What is data encryption?
What is the base representation for Hexadeciams?
What is base 16?
What is the point of for loops?
What is to repeat code?
What index do arrays begin with?
What is zero?
What is the base 2 number system also known as?
What is binary?
What does SHA stand for? (Ex: SHA-256)
What is Secure Hash Algorithm?
How many alphabet letters can you use in Hexadecimals?
What is six?
How do you define a variable in Javascript?
What is var?
How do you remove the last element in an array?
What is pop?
What is the most popular programming language?
What is HTML?
What is the least secure hashing algorithm? (Hint: Doesn't start with SHA)
What is MD5?
Since hexadecimals use base16, what do decimals use?
What is base 10?
How do you log a message in the console in JavaScript?
What is console.log?
How do you find an element in an array?
What is index.of?
What does RAM stand for?
What is random access memory?
What is base64?
How many total symbols/values can you have with hexadecimals?
What is sixteen?
What is the most common test message found in programming? (Hint: It's in the console.log or print section or in a fresh program)
What is hello world?
How do you convert a number to hexadecimal in JavaScript?
What is toString?
What programming language was created in 1948?
What is assembly?
How many decimal values are there in ASCII?
What is 128?
What is the maximum value for hexadecimals? (Hint: also known as the 32-bit integer limit?
What is 2,147,483,647?
What are true and false values referred to in JavaScript?
What are booleans?
How do you add new items to an already existing array quickly?
What is to splice?
Computers don't recognize code such as JavaScript in Python, but rather they use this, a system with only two numbers.
What is binary?