0% found this document useful (0 votes)
10 views

06_Laboratory_Exercise_1(31)

The laboratory exercise focuses on using one-dimensional and multi-dimensional arrays, as well as the ArrayList class in a Windows application. Students are required to update a project by adding a Combo box for students' programs, utilizing an array for months and an ArrayList for bachelor of science programs. The grading rubric evaluates correctness, logic, efficiency, and syntax, totaling 100 points.

Uploaded by

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

06_Laboratory_Exercise_1(31)

The laboratory exercise focuses on using one-dimensional and multi-dimensional arrays, as well as the ArrayList class in a Windows application. Students are required to update a project by adding a Combo box for students' programs, utilizing an array for months and an ArrayList for bachelor of science programs. The grading rubric evaluates correctness, logic, efficiency, and syntax, totaling 100 points.

Uploaded by

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

IT1808

Laboratory Exercise
Windows Application
Objective:

At the end of the exercise, the students should be able to:

• Declare and use one-dimensional and multi-dimensional arrays; and


• Use the ArrayList class in a program.

Materials:

 One (1) personal computer with pre-installed Windows Operating System


 Visual Studio IDE 2015 or higher
 05 Laboratory Exercise 1 output

Instructions:
1. Update the created project named StudentRegistrationApplication from the previous 05
Laboratory Exercise 1.
2. Insert an additional Combo box that will contain a list of students’ programs.
3. The programs should meet the following specifications:
• Create an array of string that contains the 12 months of the year. Then, use the foreach loop
to add the months to the Month combo box.
• Create an ArrayList that contains a list of bachelor of science programs. Refer to the following
table of programs to add on the list.
List of Programs
Bachelor of Science in Computer Science
Bachelor of Science in Information Technology
Bachelor of Science in Information Systems
Bachelor of Science in Computer Engineering
• Use the foreach loop to add the list of program to the added combo box.
4. Figure 1 and Figure 2 show the example output.

Figure 1. Example output

06 Laboratory Exercise 1 *Property of STI


Page 1 of 2
IT1808

Figure 2. Example input and message box output

GRADING RUBRIC:
CRITERIA PERFORMANCE INDICATORS POINTS
Correctness The code produces the expected result. 30
Logic The code meets the specifications of the problem. 30
Efficiency The code is concise without sacrificing correctness and logic. 20
Syntax The code adheres to the rules of the programming language. 20
Total 100

06 Laboratory Exercise 1 *Property of STI


Page 2 of 2

You might also like