You are on page 1of 1

IT 7-COMPUTER PROGRAMMING

I.

Identification. Identify what is being asked in each item. (10points)


1. Original name of Java. Oak
2. All code in java is defined in __________classes_.
3. The __javac____ command compiles Java code into bytecode.
4. The ___java___ command runs compiled bytecode files.
5. The year that Oracle buys Sun. 2010
6. Classes are defined in source code files with _______ extension.
7. The year java started.
8. Original tagline of Java.
9. _____ is an interpreted language.
10. ______ are created in heap memory.

II.

TRUE/FALSE: Identify if the statement is true or false. (10pts)


1. Java is used to build Windows Phone apps.
2. Java is the easiest language in the world
3. Java is used to create mobile apps for Android and Blackberry
4. Java is used to create micro devices including cell phone SIM cards
5. All statement must not end with a semicolon.
6. White space does affect interpretation of code.
7. Java is case sensitive.
8. Classes start with uppercase character.
9. Methods and variables start with uppercase character.
10. Constants are all lowercase.

III.
1.
2.
3.
4.
5.

IV.

Definition of Terms. (10pts)


JDK
JRE
JVM
Java (SE)
Java (EE)

Essay. As an information technology student why do we need to study


programming? (10pts)

You might also like