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

2.02 Problem Solving Tools

AB
Algorithma list of steps to solve a problem wirtten in a plain English.
Pseudocodea mix of English language and code that represents what you want your program to do.
Flowchartan algorithm tool that uses symbols and text to give a visual representation of a solution to a problem.
Structured Programmingthe ability to express a problem soluion using only three basic patterns of logic.
Constrol structurespatterns used to express a problem solution.
Simple Sequencecontrol structure that represents the computer's ability to execute instructions in a step-by-step
Conditionalcontrol structure that represents the computer's ability to make a decision.
Iterationcontrol structure that represents the computer's ability to repeat a series of instructions.
Loopiteration loop that consist of a series of repeated instruction.
Infinite Loopiteration loop that consist of instructions that would continue forever


CTE Business Education Information Technology
Garinger High School

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