What is a Program? | Think Python Section 1.1

Subscribers:
632
Published on ● Video Link: https://www.youtube.com/watch?v=xJTvITUQ_is



Duration: 1:39
43 views
0


A program is a sequence of instructions that tells a computer how to perform a computation.

Basic instructions:
- input
- output
- math
- conditional execution
- repetition

Even a very complicated program is composed of instructions like these.

---
Source: Think Python by Allen Downey, Section 1.1
https://greenteapress.com/thinkpython2/html/thinkpython2002.html