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

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;

10 Cards in this Set

  • Front
  • Back
Instructions written in 0s and 1s are called _____ language.
machine
When writing _____-_____ program, the programmer concentrates on the major tasks needed to accomplish a goal.
procedure-oriented
When writing _____-_____ program. the programmer breaks up a problem into interacting objects.
object oriented
Most high level languages use a _____ to translate the instructions into a language that the computer can understand.
assembler
The three basic control structures are _____, _____, and _____.
sequence, selection and repetition
All programs contain the _____ structure.
sequence
The step-by-step instructions that accomplish a task are called a(n) _____.
algorithm
You use the _____ structure to repeat one or more instructions in a program.
repetition
The _____ structure ends when its condition has been met.
repetition
The _____ structure, also called the decision structure, instructs the computer to make a decision and then take some action based on the result of the decision.
selection