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

pull/357/head
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 to Computer Science and Programming
# 01. Introduction to Computer Science and Programming
➫ [Link to the original course](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/index.htm)

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.