• 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
  • 3rd side (hint)

Algorithm

An algorithm is a set of instructions used to solve a problem

Problem


Decomposition

Decomposition is when you break down/decompose a code to make it easier to program

easier

Sequence

The order you do things in line by line

______________

Selection

Depending on the answer to a question the program takes one of however many routs there are. This is called selection

Multiple.......

How do you know when a code has been asigned a value in psuedocode?

There is a left arrow between the item and its new value

left

Abstraction

Taking out unnecessary or un needed information to simplify the code

simplify

What is MOD or Modulo

Remainder

Re.......

What is integer division?

Integer division is if there is a remainder from a division sum it does not show it and it only shows the whole numbers.

Opposite to MOD

How do you allow user input in psuedocode? Which word do you use?

OUTPUT

OUT....

What is iteration?

It is when a sequence of code is repeated until a condition is met

repeat

What structure are all algorithms built in?

sequence, selection and iteration

s, s, i are the first letters.

What sets and/or resets the value stored in the storage location

Assignment