Java Games: Flashcards, matching, concentration, and word search.

2.01

AB
Top-Down DesignThe most frequently used design in the programming process is called
modularizationA solution method is broken down into smaller sub-problems, which in turn are broken down into smaller sub-problems, continuing until each sub problem can be solved in a few steps.
algorithmis a set of steps that create an ordered approach to a problem solution
English or outlineAn algorithm can be written in plain
pseudocodemay be used to create an algorithm.
flowchartingA third method of creating an algorithm is called
correct programming languageDifferent languages are designed to handle data in different ways. Some languages are designed to handle numeric processing, others are better suited to handle textual data.
syntaxOnce the programming language has been determined
programming styleFor example, in Visual Basic, label names should begin with lbl. Agreed upon “rules” to make reading code easier
debuggingthe program should be tested for all syntax errors
logic errorsRun some diagnostic tests with sample data to be certain that the data which is input is handled correctly and produces the desired output
Beta testyour program by using some real world data
User Guidesso users will be certain they are adhering to the design of the program.
through commentsto your code so you can remember what you are doing and so other programmers can follow the logic of the code.



This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities