Machine Learning
Cybersecurity
Python Programming
Data Structures
CS History
100

This common type of model learns by building a tree of decisions based on input features.

What is a decision tree?

100

This type of malicious software can replicate itself and spread to other computers.

What is a computer virus?

100

This keyword is used to define a function in Python.

What is def()?

100

In Python, this built-in data type stores an ordered collection of items that can be changed and allows duplicates.

What is a list?

100

This person co-founded this company in 1993 and has led it to become a global leader in AI hardware. Name the company or the person.


What is Jensen Huang/What is Nvidia?

200

This process involves taking a pre-trained model and continuing to train it on a smaller, task-specific dataset to improve performance.

What is fine tuning?

200

This cybersecurity concept involves the process of verifying the identity of a user or system before allowing access to resources.

What is authentication?

200

This library in Python allows the user to draw images on the screen on the Console.

What is the Turtle library?

200

This data structure holds a fixed-sized collection of elements of the same type and is often used when storing lists of objects.

What is an array?

200

This global system of interconnected computer networks, used for sharing information and resources, revolutionized communication and commerce.

What is the Internet?

300

In machine learning, this process involves adjusting the parameters that govern the overall behavior of a model to improve its performance.

What is hyperparameter tuning?

300

This cybersecurity tool is used to monitor and filter incoming and outgoing network traffic, protecting a network from unauthorized access.

What is a firewall?

300

In Python, this block of code is used to handle exceptions that may occur during the execution of a program.

What is a try-except block?

300

This data structure follows a first in last out principle. It is a linear structure that allows the user to store a list of objects.

What is a stack?

300

This AMD CEO is credited with revitalizing the company through innovative chip designs and has become one of the most powerful people in the semiconductor industry.

Who is Lisa Su?

400

This is a technique in neural networks that allows the model to focus on the most relevant parts of the input data.

What is an attention mechanism?

400

This cybersecurity principle ensures that data is only accessible to authorized users and prevents unauthorized access.

What is confidentiality?

400

In Python, this method is called automatically when a new object is created and is typically used to initialize instance variables.

What is __init__?

400

This linear data structure follows the First-In, First-Out (FIFO) principle and is commonly used in scheduling algorithms and breadth-first search.

What is a queue?

400

This 1956 conference at Dartmouth College is widely considered the birth of Artificial Intelligence as a formal field of study.

What is the Dartmouth Conference?

500

This term describes changes in the distribution of data affecting only specific groups within the dataset, causing a model trained on overall data to perform poorly on these subpopulations.


What are subpopulation distribution shifts?

500

This is a type of cyberattack in which malicious code statements are inserted via webpage input, with the intention of the database unknowingly running the code so that it can be accessed/destroyed.

What is an SQL injection?

500

This lightweight Python web framework primarily serves as a bridge between Python code and HTML templates to build web applications.

What is Flask?

500

This part of a linked list node contains the actual data or value stored in the node.

What is the node/data field?

500

This influential programming language, created in the late 1980s by Guido van Rossum, was named after  a British comedy troupe known for their surreal sketches.

What is Data Science?

M
e
n
u