• 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/4

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;

4 Cards in this Set

  • Front
  • Back

What is a Computer program?

A set of instructions that tells the computer what to do and how to do it.

What is an Algorithm?

*a precise rule (or set of rules) specifying how to solve some problem


*A step by step problem solving procedure, especially an established, recursive, computational procedure for solving a problem in a finite number of steps.


*A precise step-by-step plan for a computational procedure that begins with an input value and yields an output value in a finite number of steps

Properties of a well designed algorithm

*General solution to problem in a finite number of steps


* Steps clearly defined and unambiguous


*Flow of control from one process to another

Ways of representing algorithms

*Narrative – that is in words


*Flowcharts


*Pseudocode