The brain of the computer
The GPU
The first step to any coding project
Planning
The number 17 in binary
1111
What is a phishing attack?
Usually in the form of an email that is sent to a user. The email includes a link which takes the user to a website and steals their credentials.
What it my favorite animal?
A chicken
Deals with graphical computation.
The GPU
How many coding languages do I know and what are they?
Java
Javascript
HTML
Block Coding
What is 0101 0111 equal to?
234
What is digital citizenship
Responsible use of technology and etiquette pertaining to an online presence
What kind of waves does bluetooth communicate with?
The two primary components that deal with long term storage.
The SSD and HDD
What coding language did we practice this semester?
Javascript
What is E1 equal to in decimal number form?
225
1000 point question:
What is the name of hackers who are hired by a company to hack their security to find any weaknesses?
White coat hackers
How can a shark affect the Internet?
Chew an underwater international internet wire
True or false: A monitor is part of a computer.
False
Tell me what you would do to initialize a variable that is equal to:
1) 1000
2) Chicken
3) $^%#&
var variableName = 1000;
var variableName = "Chicken";
var variableName = "$^%#&";
What is 477 in hexidecimal?
1DD
What is a TPM chip
A chip on the motherboard of a computer that makes it impossible to take the HDD or SSD off a computer and have them still be accessible on a different computer.
Connect the concept of binary to a Gigabyte
Every 0 or 1 in binary is a bit. There are 8 bits in a byte. There are 8000000000 bits in a gigabyte.
Give a description of the first known computer.
The basic structure of a for loop.
for (int i = 0; i < something; i++){
//code
}
What is 1111 1111 1111 in hexidecimal?
FFF
Three aspects of a phishing attack
A incorrect logo
Bad grammar/spelling
Weird email address
"From" a major corporation asking for money or credentials
Etc....
Why is it hard to intercept and understand a bluetooth frequency?
Bluetooth frequencies change as many as 1600 times per second.