OSSU-computer-science/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/02-core-elements-of-a-program
2014-05-09 22:00:28 -03:00
..
example.js examples.py and examples.js add - 01.01.02 2014-05-09 22:00:28 -03:00
example.py examples.py and examples.js add - 01.01.02 2014-05-09 22:00:28 -03:00
README.md Update README.md 2014-05-08 20:53:29 -03:00

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 Node.JS

◈ Code in Python