• 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
Algorithm
A step-by-step description of how to accomplish a task.
Program
A list of instructions to be carried out by a computer.
Digital
Based on numbers that increase in discrete increments, such as the integers 0, 1, 2, 3, etc.
Binary Number
A number composed of just 0s and 1s, also known as a base-2 number.
Program Execution
The act of carrying out the instructions contained in a program.
Compiler
A program that translates a computer program written in one language into an equivalent program in another language (often, but not always, translating into machine language).
Java Virtual Machine (JVM)
A theoretical computer whose machine language is the set of Java bytecodes.
Class
A unit of code that is the basic building block of Java programs.
Java Runtime
A program that executes compiled Java class files.
Java Class Libraries
Java's collection of preexisting code that provides solutions to common programming problems.
Operating System
A software program that enables the computer hardware to communicate and operate with the computer software.
Applications
Programs that run inside the operating system.