Page 1 Excercises



Match up the following.

_____ a high level language
_____ a low level language
_____ an advantage of a high level langauge
_____ a disadvantage of a high level language.
_____ turning JAVA code into assembly code
_____ turning assembly code into machine code
_____ source code file
_____ bytecode file
_____ you have to have the source code to run a program
_____ you have to have the bytecode to run a program
_____ any set of instructions
_____ a collection of bytecode files ready to use
_____ the only java package that does not need to be imported
_____ a stand alone program
_____ a program that can be run in a web browser
_____ the location of the Applet bytecode file
_____ computer science is
a) compiling
b) true
c) a program
d) package
e) faster to write, easier to understand
f) java.applet
g) fun
h) application
i) the computer doesn't understand it, so it has to be translated before the instructions can be executed
j) assembling
k) false
l) JAVA
m) .java file
n) .class file
o) machine code
p) applet
q) java.lang