0% found this document useful (0 votes)
175 views6 pages

Module 5 - Computer Programming 2

This learning module covers arrays in Java programming. Over the course of 2 weeks, students will learn to declare and create arrays, initialize and use arrays, and compile and execute programs using array values. The module will define what a Java array is, explain that arrays store similar element types in contiguous memory locations, and provide learning activities for students to work with arrays. The goal is for students to understand and demonstrate the use of arrays by the end of the module.

Uploaded by

Jerome Tacata
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
175 views6 pages

Module 5 - Computer Programming 2

This learning module covers arrays in Java programming. Over the course of 2 weeks, students will learn to declare and create arrays, initialize and use arrays, and compile and execute programs using array values. The module will define what a Java array is, explain that arrays store similar element types in contiguous memory locations, and provide learning activities for students to work with arrays. The goal is for students to understand and demonstrate the use of arrays by the end of the module.

Uploaded by

Jerome Tacata
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 6

Senior High School Department

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

Title Demonstrating the Use of Operators and Decision Constructs


Module No 5
Date May 16 – 27, 2022
Topics Arrays in JAVA
Learning At the end of the lesson the students are expected to:
Outcomes  declare and create arrays;
 initialize and use arrays;
 compile and execute a program using assign values of arrays.
Preparatory
Activities
Senior High School Department

Content What is JAVA Array


Java Arrays
Normally, an array is a collection of similar type of elements which has contiguous
memory location.

Java array is an object which contains elements of a similar data type. Additionally,
the elements of an array are stored in a contiguous memory location. It is a data
structure where we store similar elements. We can store only a fixed set of elements
in a Java array.

Learning
Activities
Senior High School Department
Senior High School Department
Senior High School Department

Assessment
Senior High School Department

Values "Programming isn't about what you know; it's about what you
Integration can figure out.” - Chris Pine
 https://sites.google.com/site/cbhughesmath/index/grade-11-computer-
References programming
 https://www.w3schools.com/java/java_arrays.asp
 https://ocaprep.wordpress.com/java-basics/chap-4-creating-and-using-
arrays/

Prepared Teacher Mr. Jerome E. Tacata

Checked LAC Ms. Maria Victoria Rowena B. Mejia

Noted Principal Mr. Cristito M. Maclid

You might also like