What is Python?
A simple, beginner-friendly language known for indentation
What is the CPU?
Often called the “brain of the computer"
What is implementation?
The step where developers write the actual code.
What is decomposition?
Breaking a big task into smaller steps.
What is CSS?
This language is used to style websites along with HTML.
What is RAM?
Temporary memory used while a computer is running
What is validation?
Process of checking if the program meets the original requirements.
What are functions?
Reusable blocks of code to solve repeated tasks.
What is C?
A compiled language used for systems programming and operating systems
What is an HDD?
A device that stores data using magnetic disks.
What is user acceptance testing?
Testing done by users to confirm the software works for them.
What is pattern recognition?
Recognizing similarities between problems.
What is Swift?
A language mainly used for iOS app development
What is the GPU?
This component processes graphics and game visuals.
What is maintenance?
After deployment, this phase includes fixing bugs and improving features.
What is an algorithm?
A plan of steps to solve a problem.