Image 1 - The task that is most likely to take the longest amount of time when scaled up for a very large company of 100,000 customers
What is sorting data?
Look at Image 6 - This would be the output if A is true and B is False.
What is true?
Explain the following joke: There are only 10 types of people in the world, those who understand binary and those who don't.
What is 10 is the binary equivalent of the number 2?
The activity of defrauding an online account holder of financial information by posing as a legitimate company through emails
What is phishing?
Image 2 - This is the output of the logic gate if the input A is TRUE
What is true?
Look at image 7 - This would be the display if Hours <-- 5 and Where <-- Land
What is climbing?
The highest value a person can count to using one byte.
What is 255?
Used widely on the Internet for secure data transfer, this allows for sensitive messages to be sent between parties without having to agree on, or share, a secret key
What is Public Key Encryption?
This would be the position of the robot in image 3 after the following algorithm runs:
Look at image 8 - This would be the display if the vending machine contains 2 candy bars but the user requests 3 candy bars.
What is "Enjoy!" "Enjoy!" "Sorry sold out." "Bars remaining:0"
The base 10 (decimal) value of 110001.
What is 49?
A software that detects, prevents, and removes viruses, worms, and other malware from a computer
What is antivirus?
Image 4 - These two code segments will display YES if and only if the value of the variable friend is "Grace" and the value of the variable favoriteFood is either pizza or popcorn
What are A and C?
Look at image 9 - This would be the output if the algorithm ran with the following numbers in list: [0, 5, -3, 4]
What is 4?
This is the minimum number of bits one would need to count the number of years in a century.
What is 7?
A program or piece of code that is loaded onto your computer without your knowledge and runs against your wishes
What is a virus or bug?
Image 5 - This would be displayed if the program were initialized with the value of num at 14
What is "stop"?
Using only three lines of code and the variables x, y, and temp, write out the algorithm that successfully swaps the values of x and y
What is temp <-- x
x <-- y
y <-- temp ?
This is the product (expressed in decimal) of the following binary numbers: 1001 1101
What is 117?
Type of cyber attack that involves using bot nets to flood a company's server with log in requests in order to cause the server to crash.
What is a DDOS (distributed denial of service) attack?