Programming 3 - Module 1
Programming 3 - Module 1
Programming 3
Java
STUDENT
LEARNING
MODULE
CIEVEROSE COLLEGE, INC.
Ilang-ilang St. Camarin Programming 3 - Java Jefferson Guevarra
Caloocan City Lesson 1 - Week 1 Teacher
Page |1
CIEVEROSE COLLEGE, INC.
1644 ILANG-ILANG ST., CAMARIN CALOOCAN CITY
Programming 3
LESSON 1
(Week 1)
To start with this module, you are advised to follow these simple instructions to
assure learning.
1. Look for a good place to study to. It should have clear surroundings, proper ventilation,
free from different noise, and make sure the lights are on.
2. Prepare all the learning tools and materials.
3. Answer the pre-test based on your retained learning.
4. Read and analyze the content of the module.
5. Takedown notes so that you will remember all the important details.
6. Finish all the activities in the module. Enjoy every moment of doing it.
7. Let the facilitator/guardian evaluate your work.
8. Review and prepare for the post-test.
9. Apply the skills you have learned after doing all the activities.
JUMBLED LETTERS
Directions: Read each statement and rearrange the jumbled letters to form a word
that is being described in the statement. Write your answers on the line provided.
Lessons
A Java virtual machine (JVM) is a virtual machine that can execute Java bytecode. It is the
code execution component of the Java platform. Sun Microsystems has stated that there are
over 5.5 billion JVM-enabled devices
WORA
Write once, run anywhere (WORA) is a term that refers to a particular program's supposed
ability to run on all common OSs (operating systems). The term, sometimes also expressed
as write once, run everywhere (WORE), was originally coined by Sun Microsystems in reference
to Java.
James Gosling initiated Java language project in June 1991 for use in one of his many set-top box
projects. The language, initially called ‘Oak’ after an oak tree that stood outside Gosling's office, also went
by the name ‘Green’ and ended up later being renamed as Java, from a list of random words.
Sun released the first public implementation as Java 1.0 in 1995. It promised Write Once, Run
Anywhere (WORA), providing no-cost run-times on popular platforms.
On 13 November, 2006, Sun released much of Java as free and open source software under the terms of
the GNU General Public License (GPL).
On 8 May, 2007, Sun finished the process, making all of Java's core code free and open-source, aside
from a small portion of code to which Sun did not hold the copyright.
1.5: Compiler/IDE
1.6.8: Once done to download JDK you can now install it and you can run/launch the eclipse.
1.8.1:
- Tap allow
- Project name: MeSample1
- Package name: MePSample1
- Main class name: MeMSample1
- Then tap OK
1.8.3: OUTPUT
-File > new > Java project > name it "MePSample1" > next > Finish
- on the right side you will see the MePSample1 > click on the drop down arrow and right click
on the "src" > click on new > choose "class"
1.9.4: Type these codes and run, you will see result below.
Post test
Activity #1
- Insert the missing part of the code below to output "Hello World!"
Activity #2