This course will introduce students to the basics of computer programming. Students will learn about the concepts of looping, functions, conditional statements and program design. This course prepares students to enter introductory level courses in any programming language. No prior knowledge of computer programming is needed for this course.
Objectives
You will write and run your first program.
You will write code to declare variables.
You will write code that uses conditional statements and loops.
You will write code that declares and uses functions.
You will write code that stores data in arrays.
You will write code that uses objects and object-oriented programming.
You will write code that responds to user events.
You will write code that works with string data.
You will write code that will recover from errors gracefully.
You will write a final application that uses what you have learned in this course.
Book
Learn How to Program Using Any Web Browser
Author: Harold Davis Publisher: friends of ED ISBN: 1590591135
Lesson 1: Getting Started
Read Chapter 1.
Lesson 2:Understanding Types, Variables and Statements
Read Chapter 2.
Lesson 3: Conditional Statements and Loops
Read Chapters 3 and 4.
Lesson 4: Understanding Functions
Read Chapter 5.
Lesson 5: Programming with Arrays
Read Chapter 6.
Lesson 6: Working with Objects
Read Chapter 7
Lesson 7: Event-Driven Programming
Read Chapter 8
Lesson 8: Manipulating Strings
Read Chapter 9.
Lesson 9: Debugging and Exceptions
Read Chapter 10.
Lesson 10: Putting it All Together
Review Chapters 1-10. Read Chapter 11.
All content of this document is copyrighted by IDEA Solutions and the author. All rights reserved. Content may not be used without permission.