Syllabus_Fundamentals of Computer Science and Programming.docx
Syllabus_Fundamentals of Computer Science and Programming.docx
Course Summary
“The value of a college education is not the learning of many facts but the training of the mind to think.” Albert Einstein
The first course for software engineering majors and anyone seeking a rigorous introduction. Develops computational thinking
and problem-solving skills by programming, and exposes students to a variety of other topics from computer science and its
applications.
Course Topics
Chapter 1: Introduction
● What is computation?
● History of computing and programming
● Formal and Natural languages
Chapter 3: Functions
Chapter 4: Conditionals
● User-Defined Functions
● Fruitful and void functions
● Return vs Print
● Function Scope
● Decomposition and Abstractions
Chapter 6: Iteration
● Looping Basics
● The while loop
● Break and Continue
● For Loops, Nested Loops
● Nested Lists & Looping
Chapter 7: Strings
● String as a sequence
● Indexing
● Mutability and Immutability
● Searching
● String Comparison
Chapter 9: Persistence
● File
● Reading and Writing
● Common file formats
● Pickling
Assessment
Lab: 20%
Projects: 15%
Text Book:
How to Think Like a Computer Scientist
https://books.trinket.io/pfe/index.html