Merge branch 'master' of github.com:ericdouglas/MIT-computer-science

This commit is contained in:
Eric Douglas 2014-05-20 18:59:36 -03:00
commit ba8f9fccb4
3 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# 01. Introduction
# 1.1.1 Introduction
⬅ [Back to table of contents](https://github.com/ericdouglas/MIT-computer-science/tree/master/archives/01-introduction-to-computer-science-and-programming#table-of-contents)

View file

@ -1,4 +1,6 @@
# Core Elements of a Program
# 1.1.2 Core Elements of a Program
⬅ [Back to table of contents](https://github.com/ericdouglas/MIT-computer-science/tree/master/archives/01-introduction-to-computer-science-and-programming#table-of-contents)
This lecture covers the building blocks of straight line and branching programs: objects, types, operators, variables, execution, and conditional statements.