Introduction To Programming
10-152-310

Learning Plan 1 : Introduction to Programming and Software Development

Getting Started

Our class sessions will have a lot of time on the computers doing hands-on labs. We'll have some lecture, we'll have some discussions, we'll work alone, we'll work with classmates, and we'll learn how to program. Here are the steps we're going to do to get everyone up and running.

Learning Plan Setup Steps

  • Editing Lab and Project files
    • You will be writing a lot this semester. But, it won't be essays, book reviews, or research papers! What you will be writing is code:
       
      						// JavaScript Code
      					    var name = "Bill";
      					    Document.write("Hello, " + name);
                          
  • Learn about: Editing Basics
  • 1.1 Lab