Intro to CS
Security in AI
DT
NN
Know your instructors
100

This keyword lets your program make a decision.

What is an if statement?

100

The "C" in the CIA Triad stands for this

What is Confidentiality?

100

This type of AI model organizes decisions by asking questions in a tree-like structure.

What is a Decision Tree?

100

This machine learning model is inspired by the human brain.

What is a Neural Network?

100

This instructor wants to teach CS to younger kids.

Who is Citlali?

200

This error occurs if you forget to indent code under an if or loop.

What is IndentationError?

200

This part of the CIA Triad ensures that they systems are accessible when needed?

What is Availability?

200

This part of a decision tree is the first question asked.

What is the Root Node?

200

A Neural Network improves by doing this with examples.

What is learning from data?

300

Contrary to popular belief, Computer Science is not only about this.

What is programming?

300

This example of an attacker using a printed photo to bypass a facial recognition system is violating this principle.

What is Integrity?

300

A decision tree splits at these points based on different conditions.

What are Decision Nodes?

300

CNN Stands for this type of neural network, used especially for images. 

What is a Convolutional Neural Network?

300

This instructor likes to run for fun.

Who is Citlali?

400

This keyword is used to repeat a block of code for a set number of times.

what is a for loop?

400

The statistical relationship where two variables move together, BUT DOES NOT imply one causes the other

What is Correlation?

400

Decision trees can be used to predict if a link is suspicious in this field.

What is Cybersecurity?

400

These two parts of a GAN work against each other to create realistic images.

What are the Generator and the Discriminator?

400

This instructor drinks coffee every day and sometimes at night too!

Who is Emilia

500

This function lets your program ask the user a question.

What is input()?

500

This term refers to good personal practices like using strong passwords and logging out.

What is Security Hygiene?

500

This was the Root Node of our "Walk Outside" Decision Tree.

What is the temperature?

500

This model starts with noise and learns to turn it into realistic images over time.

What is a Diffusion Model?

M
e
n
u