• 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
program
a description in a programming language of a process that achieves some result that is useful to someone. A program can be small or huge.
algorithm
is a description of a process apart from any programming language. The same algorithms may be implemented in many different languages in many different programs but they would all the the same process if we’re talking about the same algorithm.
bit
a wire with a voltage. If the wire does not contain voltage then it encodes 0. If the wire contains voltage it encodes 1.
byte
a set of 8 bits. The computer uses bytes to interpret numbers.