├── .DS_Store ├── README.md └── chapters ├── chapter-1 ├── chapter-1-summary.md └── solutions │ ├── 1-1 A and B.jpg │ ├── 1-2 How Many bits.jpg │ └── Chapter 1 Exercises 1.1a-1.2a.jpg ├── chapter-2 ├── Exercise-2.14.md ├── Exercise-2.3.md ├── chapter-2-summary.md ├── exercise-2_4.md └── interpreter question ├── chapter-3 ├── computing_ch3_notes_exercise_3.4.md ├── exercise_3.1.md ├── exercise_3.10.md ├── exercise_3.11.md ├── exercise_3.2.md ├── exercise_3.3.md ├── exercise_3.9.md └── images │ ├── Ex3.2a.png │ ├── Ex3.2b.png │ ├── Ex3.2c.png │ ├── Ex3.2d.png │ ├── Ex3.2e.png │ ├── Ex3.2f.png │ └── Exercise3.1.png ├── chapter-4 ├── chapter-4-summary.md └── solutions │ ├── exercise_4.1.md │ ├── exercise_4.3.md │ ├── exercise_4.4.md │ ├── exercise_4.6.md │ └── exercise_4.7.md └── chapter-5 ├── images └── 5.5.png └── solutions ├── exercise_5.11.md ├── exercise_5.12.md ├── exercise_5.15.md ├── exercise_5.4.md ├── exercise_5.8.md └── exercise_5.9.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/README.md -------------------------------------------------------------------------------- /chapters/chapter-1/chapter-1-summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-1/chapter-1-summary.md -------------------------------------------------------------------------------- /chapters/chapter-1/solutions/1-1 A and B.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-1/solutions/1-1 A and B.jpg -------------------------------------------------------------------------------- /chapters/chapter-1/solutions/1-2 How Many bits.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-1/solutions/1-2 How Many bits.jpg -------------------------------------------------------------------------------- /chapters/chapter-1/solutions/Chapter 1 Exercises 1.1a-1.2a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-1/solutions/Chapter 1 Exercises 1.1a-1.2a.jpg -------------------------------------------------------------------------------- /chapters/chapter-2/Exercise-2.14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-2/Exercise-2.14.md -------------------------------------------------------------------------------- /chapters/chapter-2/Exercise-2.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-2/Exercise-2.3.md -------------------------------------------------------------------------------- /chapters/chapter-2/chapter-2-summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-2/chapter-2-summary.md -------------------------------------------------------------------------------- /chapters/chapter-2/exercise-2_4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-2/exercise-2_4.md -------------------------------------------------------------------------------- /chapters/chapter-2/interpreter question: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-2/interpreter question -------------------------------------------------------------------------------- /chapters/chapter-3/computing_ch3_notes_exercise_3.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-3/computing_ch3_notes_exercise_3.4.md -------------------------------------------------------------------------------- /chapters/chapter-3/exercise_3.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-3/exercise_3.1.md -------------------------------------------------------------------------------- /chapters/chapter-3/exercise_3.10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-3/exercise_3.10.md -------------------------------------------------------------------------------- /chapters/chapter-3/exercise_3.11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-3/exercise_3.11.md -------------------------------------------------------------------------------- /chapters/chapter-3/exercise_3.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-3/exercise_3.2.md -------------------------------------------------------------------------------- /chapters/chapter-3/exercise_3.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-3/exercise_3.3.md -------------------------------------------------------------------------------- /chapters/chapter-3/exercise_3.9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-3/exercise_3.9.md -------------------------------------------------------------------------------- /chapters/chapter-3/images/Ex3.2a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-3/images/Ex3.2a.png -------------------------------------------------------------------------------- /chapters/chapter-3/images/Ex3.2b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-3/images/Ex3.2b.png -------------------------------------------------------------------------------- /chapters/chapter-3/images/Ex3.2c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-3/images/Ex3.2c.png -------------------------------------------------------------------------------- /chapters/chapter-3/images/Ex3.2d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-3/images/Ex3.2d.png -------------------------------------------------------------------------------- /chapters/chapter-3/images/Ex3.2e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-3/images/Ex3.2e.png -------------------------------------------------------------------------------- /chapters/chapter-3/images/Ex3.2f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-3/images/Ex3.2f.png -------------------------------------------------------------------------------- /chapters/chapter-3/images/Exercise3.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-3/images/Exercise3.1.png -------------------------------------------------------------------------------- /chapters/chapter-4/chapter-4-summary.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /chapters/chapter-4/solutions/exercise_4.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-4/solutions/exercise_4.1.md -------------------------------------------------------------------------------- /chapters/chapter-4/solutions/exercise_4.3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-4/solutions/exercise_4.3.md -------------------------------------------------------------------------------- /chapters/chapter-4/solutions/exercise_4.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-4/solutions/exercise_4.4.md -------------------------------------------------------------------------------- /chapters/chapter-4/solutions/exercise_4.6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-4/solutions/exercise_4.6.md -------------------------------------------------------------------------------- /chapters/chapter-4/solutions/exercise_4.7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-4/solutions/exercise_4.7.md -------------------------------------------------------------------------------- /chapters/chapter-5/images/5.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-5/images/5.5.png -------------------------------------------------------------------------------- /chapters/chapter-5/solutions/exercise_5.11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-5/solutions/exercise_5.11.md -------------------------------------------------------------------------------- /chapters/chapter-5/solutions/exercise_5.12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-5/solutions/exercise_5.12.md -------------------------------------------------------------------------------- /chapters/chapter-5/solutions/exercise_5.15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-5/solutions/exercise_5.15.md -------------------------------------------------------------------------------- /chapters/chapter-5/solutions/exercise_5.4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-5/solutions/exercise_5.4.md -------------------------------------------------------------------------------- /chapters/chapter-5/solutions/exercise_5.8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-5/solutions/exercise_5.8.md -------------------------------------------------------------------------------- /chapters/chapter-5/solutions/exercise_5.9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Madisonkanna/intro-to-computing/HEAD/chapters/chapter-5/solutions/exercise_5.9.md --------------------------------------------------------------------------------