Answers may vary
What is a brute force attack?
An attack that aims to guess a password by trying all possible combinations.
What does la stand for?
Load address
Describe the difference between AND and OR.
AND means both statements must be truth, OR means at least one of the statements must be true.
What major did I graduate with?
Computer Science
Describe a common use for Python.
Answers may vary
Why are substitution ciphers weak forms of encryption?
Letter Frequency
The first register
Describe how hexadecimal works.
After the number 9, digits 10-15 are represented by letters A-F.
Where am I from?
Princeton
Why is binary called a base-2 numbering system?
Because there are only two numbers 1 and 0.
Name a character that is commonly used in performing SQL Injection attacks.
Quotations, SQL code
The _______ section is where we store values in memory before executing any code.
.data
Convert the number 100 in decimal to binary.
1100100
How old am I?
23
Describe the difference between hardware and software.
If a password of length 4 was hashed and a password of length 12 was hashed into a 32-bit hash function, what would be the length of each hashed password?
32 bits for both
When dividing a number in MIPS, the quotient is stored in the special _____ register and the remainder is stored in the special ______ register.
lo, hi
Solve this Knight, Knave, Spy puzzle.
A says, "I am the Knight."
B says, "A is lying."
C says, "B is the spy."
Knight, Knave, Spy
Knave, Knight, Spy
Knave, Spy, Knight
Spy, Knight, Knave
What college did I go to?
Describe the difference between a language that is compiled versus interpreted.
An interpreted language is read in line by line, while a compiled language is translated into machine code directly before being executed.
Explain why buffer overflows occur.
Excessive data is written into a buffer, overwriting memory.
What is the system call code number for printing an integer?
1
Convert the decimal number 84 into base 5.
314
I have two other jobs outside of teaching at Maranatha. What are they?
Youth Director and Floor Installer