mirror of
https://github.com/ossu/computer-science.git
synced 2025-07-05 03:36:48 -04:00
.. | ||
example.js | ||
example.py | ||
README.md |
Core Elements of a Program
This lecture covers the building blocks of straight line and branching programs: objects, types, operators, variables, execution, and conditional statements.
Session Activities
➭ Lecture 2: Core Elements of a Program (00:49:49)
➭ About this Video: Topics covered: IDLE, types of objects, operators, overloading, commands, variables, assignment, input, straight line and branching programs, looping constructs, Turing completeness, conditionals, nesting.
➭ Resources
◈ Code in Python