diff --git a/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/01-introduction/README.md b/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/01-introduction/README.md new file mode 100644 index 0000000..0876ef5 --- /dev/null +++ b/archives/01-introduction-to-computer-science-and-programming/archives/UNIT-01/01-introduction/README.md @@ -0,0 +1,17 @@ +# 01. 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) + +## Session Overview + +This lecture covers course expectations, introduces computer programming and its uses, and begins to familiarize you with concepts related to how programs work. + +## Session Activities + +### Lecture Videos + +* [Lecture 1: Introduction to 6.00](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/unit-1/lecture-1-introduction-to-6.00/#?w=535) (00:41:28) + * **About this video**: Topics covered: Purposes of the course, declarative and imperative knowledge, flow of control, algorithms, fixed program and stored program computers, termination conditions, interpretation, compilation, syntax, static semantics, semantics, and types of errors. +* Resources + * [Lecture slides (PDF)](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/unit-1/lecture-1-introduction-to-6.00/MIT6_00SCS11_lec01_slides.pdf) +