You are on page 1of 15

Senior High School Department

LEARNING MODULES
School Year 2021-2022
Subject/Course: Computer Programming 2

Title Creating Executable Java Applications


Module No 1
Date Feb. 21 – March 4, 2022
Topics Parts of Java Program and its Fundamentals
Learning At the end of the lesson the students are expected to:
Outcomes  identify the basic elements of programming;
 understand the use of classes and methods in a program; and
 create, compile and execute a simple program

Preparatory What is JAVA?


Activities
In Netbeans, create a java program that will execute “I love programming!”.

Content  Parts of Java Program


 Java Fundamentals
 print and println
 The escape sequence

Learning Java
Activities is an object-oriented, concurrent language.  It is an all-purpose
language that is class-based and runs on any platform and with as few
dependencies as possible. 
Senior High School Department

 Comments are very important to programmers. Comments help


explain what’s happening in a program.
Senior High School Department

 A Java program must have at least one class definition.


Senior High School Department
Senior High School Department
Senior High School Department
Senior High School Department
Senior High School Department
Senior High School Department
Senior High School Department
Senior High School Department
Senior High School Department
Senior High School Department
Senior High School Department

Assessment
Senior High School Department

Values “Everybody in this country should learn to program a computer,


Integration because it teaches you how to think.” 
― Steve Jobs (1955-2011)

 https://sites.google.com/site/cbhughesmath/index/grade-11-
References computer-programming
 https://woz-u.com/blog/what-is-java-used-for-today/

Prepared Teacher Mr. Jerome E. Tacata

Checked LAC Ms. Maria Victoria Rowena B. Mejia

Noted Principal Mr. Cristito M. Maclid

You might also like