How to Program: Computer Science Concepts and Python Exercises
Variables: Operations and Input/Output
S1 E2:
Study some of the basic operations of computers. First, investigate the memory hierarchy and what the CPU does. Then consider variables, which are like boxes where units of data are stored in a program. Look at simple arithmetic operations with variables, and try input/output commands.