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

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;

22 Cards in this Set

  • Front
  • Back
A sequence of characters (any symbol that can be typed at a keyboard)
String
Six standards are <, <=, >, >=, ==, |=
Relational Operators
A set of instructions a computer follows to solve a given problem
Program
The computer's Brain, it receives instructions and performs the operations necessary to execute them
CPU
Logical Operators used in programming code
AND & OR
Internal Memory used by the computer. Ram for example
Main Memory
Hard Drives and permanent memory used by the computer
Secondary Storage
consisting of 8 bits it is the amount of memory used to store one character of information.
Byte
based on the power of 2's, it uses only 0's and 1's
Binary
Programs use these to identify and break down each major task that must be completed
Module
Short English like phrases used to describe the outline of a program
Psuedocode
step-by-step procedures followed by a program to solve a problem.
Like a recipe
Algorithm
A diagram that uses special symbols to display pictorially the flow of execution within a program
Flowchart
A text inserted into the program for explanatory purposes
Comments
The standard correspondence for a basic set of 128 characters
ASCII
tiny dots of light used to create the picture
Pixel
the process of eliminating errors within a program
Debugging
A name for a storage location in the computer's memory
Variable
The language and wording used in a programs code
Syntax
When a program runs without achieving the intended result
Logic Error
Relational Operators And, or, not
Boolean
Header, Argument, Select Case
Terms not used on the test