Enter your Sign-on user name and password.

Forgot password?
  • Follow us on:
Loading video...

Start Learning Now

Our free lessons will get you started (Flash® 10 required).
Get immediate access to our entire library.

Sign up for Educator.com

Features Overview

  • Get on-demand access to our complete library
  • Search and jump to exactly what you need to learn
  • Track your progress
  • Download practice and lesson files
  • *Ask questions and get answers from our community & instructors

Program Design & Development

  • Object-Oriented Programming is based on designing the program as interacting objects in hierarchies of classes
  • Top-Down Design and Development is a design methodology in which you first define and implement the “big-picture” layout of the program, then go to lower levels of detail
  • Reusable Code refers to debugged and tested libraries, classes, or code fragments that can be reused in other projects
  • Team Development is splitting a software project into pieces that are worked on simultaneously by different team members
  • A Data Structure is a way of organizing data combined with methods of accessing and manipulating the data
  • A User Interface is the behavior of a program as it interacts with a user
  • Specifications are detailed descriptions of what a piece of software should do and how the parts interact with each other and with the user

Program Design & Development

Lecture Slides are screen-captured images of important points in the lecture. Students can download and print out these lecture slide images to do practice problems as well as take notes while watching the lecture.

AP Computer Science: Introduction to Java