From 13d6caae2754b24711333c287fc0ae8f7d672426 Mon Sep 17 00:00:00 2001 From: Eric Douglas Date: Thu, 29 May 2014 18:39:11 -0300 Subject: [PATCH] recitation video 01.01.04 --- .../UNIT-01/04-machine-interpretation-of-program/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/04-machine-interpretation-of-program/README.md b/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/04-machine-interpretation-of-program/README.md index fc5db1d..3046a3f 100644 --- a/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/04-machine-interpretation-of-program/README.md +++ b/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/04-machine-interpretation-of-program/README.md @@ -14,6 +14,10 @@ This lecture introduces the notion of decomposition and abstraction by specifica * [Lecture Code]() * [Lecture code handout (PDF)](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/unit-1/lecture-4-machine-interpretation-of-a-program/MIT6_00SCS11_lec04.pdf) +### Recitation Videos + +* [Recitation 2: Loops, Tuples, Strings and Functions](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/unit-1/lecture-4-machine-interpretation-of-a-program/#?w=535) (00:57:42) + ## Check Yourself ### What is decomposition?