This video is about variables for programming. Variables can be used to hold data that is used for operations. This video describes memory in a computer at a high level, how variables are allocated and stored in that memory, and how they can be used in various programs. Types of variables, such as numbers, characters, booleans, arrays, strings, and structs, are covered. This will be important to understand how to program as this series progresses.
This video is the first video in a series of videos on an introduction to programming. This series will introduce basic programming concepts. The goal of this series is to get you familiar with these concepts so that you can begin making video games with a game engine, such as Godot. However, the series will also include some higher level concepts that are more useful for computer science and not necessarily directly relevant to game development.