Computer Programming Course outline
Computer Programming Course outline
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
● Introduction to computations
● Introduction to programs
Chapter 2: Variables, Expressions, and Statements
● Variables
Chapter 3: Functions
● Built-in Functions
● Function calls
● Flow of execution
● Function composition
Chapter 4: Conditionals
● Conditional Execution
● User-Defined Functions
● Fruitful and void functions
● Return vs Print
● Function Scope
Chapter 6: Iteration
● Looping Basics
● String as a sequence
● Indexing
● Mutability and Immutability
● Searching
● String Comparison
● Lists
● Numerical Indexing
● Dictionaries
Chapter 9: Persistence
● File
● Pickling
● Object Modelling
Assessment
Text Book:
https://books.trinket.io/pfe/index.html