This keyword lets your program make a decision.
What is an if statement?
The "C" in the CIA Triad stands for this
What is Confidentiality?
This type of AI model organizes decisions by asking questions in a tree-like structure.
What is a Decision Tree?
This machine learning model is inspired by the human brain.
What is a Neural Network?
This instructor wants to teach CS to younger kids.
Who is Citlali?
This error occurs if you forget to indent code under an if or loop.
What is IndentationError?
This part of the CIA Triad ensures that they systems are accessible when needed?
What is Availability?
This part of a decision tree is the first question asked.
What is the Root Node?
A Neural Network improves by doing this with examples.
What is learning from data?
Contrary to popular belief, Computer Science is not only about this.
What is programming?
This example of an attacker using a printed photo to bypass a facial recognition system is violating this principle.
What is Integrity?
A decision tree splits at these points based on different conditions.
What are Decision Nodes?
CNN Stands for this type of neural network, used especially for images.
What is a Convolutional Neural Network?
This instructor likes to run for fun.
Who is Citlali?
This keyword is used to repeat a block of code for a set number of times.
what is a for loop?
The statistical relationship where two variables move together, BUT DOES NOT imply one causes the other
What is Correlation?
Decision trees can be used to predict if a link is suspicious in this field.
What is Cybersecurity?
These two parts of a GAN work against each other to create realistic images.
What are the Generator and the Discriminator?
This instructor drinks coffee every day and sometimes at night too!
Who is Emilia
This function lets your program ask the user a question.
What is input()?
This term refers to good personal practices like using strong passwords and logging out.
What is Security Hygiene?
This was the Root Node of our "Walk Outside" Decision Tree.
What is the temperature?
This model starts with noise and learns to turn it into realistic images over time.
What is a Diffusion Model?