This language is often taught first to beginners due to its simplicity.
What is Python?
The set of steps used to solve a problem.
What is an algorithm?
This type of error occurs when the code is incorrect, often preventing the program from running.
What is a Syntax Error?
This AI model is famous for its ability to generate images from textual descriptions.
What is DALL-E?
This part of the computer is often called the "brain" and processes instructions.
What is the CPU?
This language is used to style web pages.
What is CSS?
A collection of indexed values.
What is a list/array?
This error happens when a program runs but produces incorrect results.
What is a Logic Error?
This AI system developed by OpenAI is known for generating human-like text.
What is ChatGPT?
This component temporarily stores data that is actively being used or processed by the CPU.
What is RAM?
This language, known for its use in mobile app development, is named after a type of coffee.
What is Java?
A binary digit with two possible values, 0 or 1.
What is a Bit?
This type of error occurs when the program tries to use a value or variable that has not been initialized or assigned.
What is a Runtime Error?
The IBM system famously defeated chess champion Garry Kasparov in 1997.
What is deep Blue?
This device is used for permanent storage of files and software, and comes in hard disk (HDD) and solid-state (SSD) varieties.
What is a Storage Drive?
This programming language is primarily used for system programming and is known for its performance.
What is C?
A sequence of binary digits made up of eight bits. It has 256 possible values.
What is a Byte?
This error occurs when a value is assigned to a variable of an incorrect type, such as trying to add a string to an integer.
What is a TypeError?
This Google AI is known for mastering the game of Go, defeating the world champion in 2016.
What is AlphaGo?
This is the hardware responsible for rendering images and video to your monitor, particularly useful in gaming or graphic design.
What is the GPU?
Developed by Bjarne Stroustrup, this language is an extension of C that includes object-oriented features.
What is C++?
This process involves making a program or system efficient by reducing its complexity or improving its performance.
What is Optimization?
Public static int mystery(int num1, int num2){
double num3 = 1.6;
return num1+mun2*num3;
}
What is a incompatible types/ typedef error?
This Chinese AI company focuses on natural language processing and deep learning to enhance data analytics and machine understanding.
What is DeepSeek?
This is the primary input device used to control the movement of the cursor on the screen.
What is the Touchpad/ Mouse?