• 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
Term
Defination
Analysis or System Analysis
Process for defining what the system is supposed to do. See OOA and OOAD
Assembly Language
A kind of programming language. Half step between Machine Language and High Level Language. Uses Translations Steps. Understood by both PCs and humans
Attributes
Noun that defines an Object. Maintains its own attributes but not necessary the attributes of other instances (s?). Also called/see also Instance Variables or Fields.
Bytecodes
Java compiler translates Java source code into bytecodes which represent the tasks to execute. Platform independent, do not depend on a particular hardware platform. Portable meaning they can execute on any platform with a JVM that understands the version of Java in which the bytecodes were initially compiled.
Classes
Blueprint, a program unit (related to Method). Objects with similar fields.
Code
Program instructions
Debugging

To be filled in later

Design or System Design
Process for deciding how the system should do it. See OOD and OOAD.
Eclipse
Most widely used IDE for Java. Developed by IBM.