Computer Parts

Coding

Binary and Hexidecimal
Digital Security

Weird Facts

100

The brain of the computer

The GPU

100

The first step to any coding project


Planning


100

The number 17 in binary

1111

100

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.

100

What it my favorite animal?

A chicken

200

Deals with graphical computation.

The GPU


200

How many coding languages do I know and what are they?

Java

Javascript

HTML

Block Coding

200

What is 0101 0111 equal to?

234

200

What is digital citizenship

Responsible use of technology and etiquette pertaining to an online presence

200

What kind of waves does bluetooth communicate with?

Radio waves
300

The two primary components that deal with long term storage.

The SSD and HDD

300

What coding language did we practice this semester?

Javascript


300

What is E1 equal to in decimal number form?

225

300

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

300

How can a shark affect the Internet?

Chew an underwater international internet wire

400

True or false: A monitor is part of a computer.

False


400

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 = "$^%#&";

400

What is 477 in hexidecimal?

1DD

400

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. 

400

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.

500

Give a description of the first known computer.


500

The basic structure of a for loop.

for (int i = 0; i < something; i++){


//code


}

500

What is 1111 1111 1111 in hexidecimal?

FFF

500

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....

500

Why is it hard to intercept and understand a bluetooth frequency?

Bluetooth frequencies change as many as 1600 times per second. 

M
e
n
u