Java Games: Flashcards, matching, concentration, and word search.

J Lambert Lesson 2

AB
byte codea pseudomachine language for an imaginary Java computer
JVMJava virtual machine
Java virtual machinean interpreter that behaves like a computer and must be installed to run Java byte code on a machine
interpretera program that behaves like a computer
JITjust-in-time compilation
just-in-time compilationjvm that translate byte code instructions into machine language when they are first encountered so that the next time the instruction is encountered it is executed as fast machine code rather than being interpreted as slow byte code
GUIgraphical user interface
graphical user interfacethe windows like screen
terminal I/O interfacethe dos text screen
source codethe instructions of a program
statementa program sentence
;marks the end of a statement
method selector operatorthe period between the object's name and the message's name
DOS development environmentusing Notepad for the editor with command line activation of the compiler and the JVM from inside a command or DOS window
integrated development environmentcombines an editor, a Java compiler, a debugger and a JVM in a manner that increases programmer productivity
IDEintegrated development environment
MS-DOS promptC:\>
syntax errorswhen the compiler detects errors usually typing
hackingprogrammers who break into computer systems in an unauthorized way
import statementa line of code telling the compiler where it can find complete specifications for a class
variable(numeric) names a location in RAM in which a number can be stored
valuethe number referred to in a variable
=assignment operator
assignment operatorassigns a value to a variable
assignment statementsstatements utilizating an assignment operator
turtle graphicvsa simple way to draw pictures in a window and to send messages to objects


The Summit Country Day School
Cincinnati, OH

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities