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

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;

12 Cards in this Set

  • Front
  • Back
What are the 6 basic computer operations?
input data, output data, assign values to variables, calculate, compare, and repeat
What graphical shape in used for "input and output" in a flowcharts?
parallelogram (trapezoid)
What graphical shape in used for "processing" in a flowcharts?
rectangle
What graphical shape in used for repetition in a flowcharts?
hexagon
What graphical shape in used for "decision" in a flowcharts?
diamond
What graphical shape in used for "repetition" in a flowcharts?
hexagon
What graphical shape in used for "functions" in a flowcharts?
rectangle with bars
What is structure theorem?
sequence, selection, and repetition
What is "sequence?"
the order that the steps ex. first mix water and flour, second add milk
What is "selection?"
things to do or not, things to choose or not
What is "repetition?"
doing something based on pre-conditions, post-conditions or counting
What is simple design concept?
input, output, process (what to do) & psuedo code