• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/8

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

8 Cards in this Set

  • Front
  • Back

Algorithim

writing a step-by-step instructions for the computer to follow, it needs to be executed

Flowcharts

graphical diagrams that are used to show the step ,or flow of the program ( they also include symbols to represent)

Pseudocode

away of writing the details of algorithm steps in English using short phrases todescribe the project outline

Flowcharts& Pseudocode

provide the programmer with a way of outlining aprogram algorithm-allow the programmer to focus on the logic ofthe algorithm and make refinements before translating it into statementsin a particular programming language
Deskchecking
common method usedby programmers to test their programs; it is the process of using a pencil& paper to work through the program by hand.
Purposeof Testing
-does the program perform the specific task (does it dowhat you want it to do)-does it contain any errors-does it work efficiently (the fewersteps, the faster the program)-If the programdoes not meet the testing criteria, the programmer begins the debuggingprocess.
Debugging
identify errors and make necessary corrections to meetthe program’s intended outcome

What do all of these things have in common?

They all deal with solving problems of a program