Skip to main content

Programming Fundamentals Part 2 (Java) COMP 2501

Computer Systems Course

International Fees

International fees are typically three times the amount of domestic fees. Exact cost will be calculated upon completion of registration.

Course details

Students who already understand how to write simple programs in Python will focus on best practices in computer programming and explore problem-solving skills. This second-level computer programming course follows on from COMP 1516 - Programming Fundamentals Part 1 (Python). COMP 2501 introduces application programming interfaces (APIs) and how to transition from Python to Java. This is not a Java development course, it is the second step in a series of three (3) applied programming fundamentals courses where Java is introduced. Students must provide their own current model Windows capable PC, i5 or higher equivalent processor, 8 GB of RAM minimum, and 256 GB minimum storage. High-speed internet access is needed for online sections and for homework. Topics include: an overview of object-oriented programming constructs including basic introductions to: encapsulation, inheritance, polymorphism, and exceptions. Labs and exercises demonstrate problem solving; writing automated tests, and practicing design before implementation. Please Note: Attendance, participation in class and the BCIT Learning Hub are mandatory. Students may have an average total time commitment of 13+ hours per week; 3 hours of synchronous class time, and 10+ hours of homework each week. COMP 2501 is required for the Applied Software Development, ASD and the Computer Systems Certificate, CSC. Upon completion, successful students will be able to write robust computer programs. They will be prepared to move on to COMP 2511- Procedural Programming with C and/or COMP 2601- Programming Fundamentals Part 3 (Objects).

Prerequisite(s)

Credits

3.0

Domestic fees

$568.70 - $609.56 See individual course offerings below for actual costs.

Course offerings

Spring/Summer 2024

Below are four offerings of COMP 2501 for the Spring/Summer 2024 term.

CRN 67138

Duration

Sat May 04 - Sat Jul 20 (12 weeks)

  • 12 weeks
  • CRN 67138
  • Domestic fees $595.81
    International fees are typically three times the amount of domestic fees.
Class meeting times
Dates Days Times Locations
May 04 - Jul 20 Sat 09:00 - 12:00 Downtown DTC Rm. 410
Instructor

Rafi Mohammad

Course outline

View

Domestic fees

$595.81

Important information
  1. Departmental approval needed
  2. Important course information will be sent to you prior to your course start date. Check your myBCIT email account to access this information.
  3. International fees are typically three times the amount of domestic fees. Exact cost will be calculated upon completion of registration.
  4. Please email cstflex@bcit.ca for Departmental approval. Include your Student number (A0#) and COMP__ and preferred CRN __ and Program Declaration____. Course is 36 hours on campus. This is a BYOD (bring your own device) course, students must provide their own current model laptop with an i5 or higher equivalent processor, 8 GB of RAM minimum, and 256 GB minimum storage. High-speed internet access is needed for online sections and for homework. Please note: BCIT does not provide technical support for student's hardware or operating systems. Students can not attempt COMP 1516, COMP 2501, and COMP 2601 simultaneously. Late registration is not permitted. Class in session May 18 (Victoria Day) and June 29 (Canada Day)
Status

Seats Available

1 seat remaining as of Sun April 28, 2024 at 12:49 pm (PDT). Availability may change at any time.

CRN 67136

Duration

Wed Jun 12 - Fri Jul 19 (6 weeks)

  • 6 weeks
  • CRN 67136
  • Domestic fees $609.56
    International fees are typically three times the amount of domestic fees.
Class meeting times
Dates Days Times Locations
Jun 12 - Jul 19 Wed, Fri 14:30 - 17:30 Burnaby SE12 Rm. 311
Instructor

Jason Wilder

Course outline

Course outline TBD — see Learning Outcomes in the interim.

Domestic fees

$609.56

Important information
  1. Departmental approval needed
  2. International fees are typically three times the amount of domestic fees. Exact cost will be calculated upon completion of registration.
  3. This is an intensive delivery course. Students must attend all classes. Please email cstflex@bcit.ca for Departmental approval. Include your Student number (A0#) and COMP__ and preferred CRN __ and Program Declaration____. Course is 36 hours on campus. This is a BYOD (bring your own device) course, participants must provide their own current model PC with an i5 or higher equivalent processor, 8 GB of RAM minimum, 256 GB minimum storage and high-speed internet access. Students can not attempt COMP 1516, COMP 2501, and COMP 2601 simultaneously. Late registration is not permitted.
Status

CRN 67134

Duration

Tue Apr 09 - Tue Jun 25 (12 weeks)

  • 12 weeks
  • CRN 67134
  • Domestic fees $568.70
    International fees are typically three times the amount of domestic fees.
Class meeting times
Dates Days Times Locations
Apr 09 - Jun 25 Tue 18:00 - 21:00 Online
Instructor

Paul Mills

Course outline

View

Domestic fees

$568.70

Important information
  1. Internet delivery format.
  2. Departmental approval needed
  3. Important course information will be sent to you prior to your course start date. Check your myBCIT email account to access this information.
  4. International fees are typically three times the amount of domestic fees. Exact cost will be calculated upon completion of registration.
  5. Please email cstflex@bcit.ca for Departmental approval. Include your Student number (A0#) and COMP__ and preferred CRN __ and Program Declaration____. Course is 36 hours synchronous online classes. Students can not attempt COMP 1516, COMP 2501, and COMP 2601 simultaneously. Late registration is not permitted.
Status

In Progress

This course offering is in progress. Please check this page for other currently available offerings, subscribe to receive email updates or contact us with your comments or questions.

CRN 67139

Duration

Wed Apr 10 - Wed Jul 03 (12 weeks)

  • 12 weeks
  • CRN 67139
  • Domestic fees $568.70
    International fees are typically three times the amount of domestic fees.
Class meeting times
Dates Days Times Locations
Apr 10 - Jul 03 Wed 18:00 - 21:00 Online
Instructor

Jason Wilder

Course outline

View

Domestic fees

$568.70

Important information
  1. Internet delivery format.
  2. Departmental approval needed
  3. Important course information will be sent to you prior to your course start date. Check your myBCIT email account to access this information.
  4. International fees are typically three times the amount of domestic fees. Exact cost will be calculated upon completion of registration.
  5. Please email cstflex@bcit.ca for Departmental approval. Include your Student number (A0#) and COMP__ and preferred CRN __ and Program Declaration____. Course is 36 hours synchronous online classes. Students can not attempt COMP 1516, COMP 2501, and COMP 2601 simultaneously. Late registration is not permitted. No class April 17.
Status

In Progress

This course offering is in progress. Please check this page for other currently available offerings, subscribe to receive email updates or contact us with your comments or questions.

Learning Outcomes

Upon successful completion of this course, the student will be able to:

  • Describe fundamental OOP concepts such as classes, objects, constructors, inheritance, encapsulation, polymorphism and overloading.
  • Apply design techniques using class diagrams to define classes and their relationships when solving a problem.
  • Explain the difference between primitive types and reference types.
  • Perform data validation with exceptions, methods, and constructors.
  • Design first, implement, debug and write automated tests for object-oriented programs
  • Write programs processing data using sources and sinks.
  • Handle standard exceptions to write robust programs.
  • Refactor a program by identifying opportunities to apply procedural abstraction
  • Use collections and iterators.
  • Explain the value of application programming interfaces (APIs) in software development.
  • Apply fundamental best practices for OOP including packages.
  • Contribute to a small-team code walkthrough.
  • Move on to COMP 2511 Procedural Programming with C and COMP 2601 - Programming Fundamentals Part 3 (Objects).

Effective as of Winter 2022

Related Programs

Programming Fundamentals Part 2 (Java) (COMP 2501) is offered as a part of the following programs:

  • Indicates programs accepting international students.
  • Indicates programs with a co-op option.

School of Computing and Academic Studies

  1. Applied Software Development (ASD)
    Associate Certificate Part-time
  2. Computer Systems
    Certificate Part-time

Contact Us

If you have a question or comment about this course, please complete and submit the form below.

  • Privacy Notice: The information you provide will be used to respond to your request for BCIT program information and is collected under Section 26(c) of the Freedom of Information and Protection of Privacy Act (FIPPA). For more information about BCIT’s privacy practices contact: Associate Director, Privacy, Information Access & Policy Management, British Columbia Institute of Technology, 3700 Willingdon Ave. Burnaby, BC V5G 3H2, email: privacy@bcit.ca.
  • This field is for validation purposes and should be left unchanged.

Subscribe

Interested in being notified about future offerings of Programming Fundamentals Part 2 (Java) (COMP 2501)? If so, fill out the information below and we'll notify you by email when courses for each new term are displayed here.

  • Privacy Notice: The information you provide will be used to respond your request for BCIT course information and is collected under Section 26(c) of the Freedom of Information and Protection of Privacy Act (FIPPA). For more information about BCIT’s privacy practices contact: Associate Director, Privacy, Information Access & Policy Management, British Columbia Institute of Technology, 3700 Willingdon Ave. Burnaby, BC V5A 3H2, email: privacy@bcit.ca.