5-3: The Run-time Stack

Опубликовано: 21 Октябрь 2024
на канале: Kent D. Lee
9,723
70

In this video I introduce you to the run-time stack. The run-time stack is a stack of activation records. Activation records keep track of the local variables of each actively executing function in your program.

Check out my book called "Python Programming Fundamentals" on the website http://cs.luther.edu/~leekent/CS1. This book is used by colleges in an introductory Computer Science class, but it can also be used by you to learn computer programming. The book has lots of examples and the series of videos I have published on YouTube complement the material found in the text. In fact, I have been using these videos as my lectures for my class that I teach at Luther College. The website also has links to files that I have used in my examples.