Course

Advanced Integrated Software Development

Faculty
Commerce & Business Administration
Department
Computing Studies & Information Systems
Course Code
CSIS 2175
Credits
3.00
Semester Length
15 Weeks
Max Class Size
35
Method(s) Of Instruction
Lecture
Lab
Seminar
Typically Offered
To be determined

Overview

Course Description
This is an intensive Java programming course. Students are assumed to have prior knowledge in Object Oriented Programming, data manipulation (text, binary, database), prior knowledge in GUI design, and event handling.

Students will learn Java application development using packages, classes, abstract, interface, inner classes, file i/o, graphical user interface, database connectivity, and many more.

Course Content
  1. Introduction
    1. Usage of the official Java Development Kit (JDK) and any appropriate third-party development kit for Java
    2. Git – version control
    3. JUnit
  2. Java Fundamentals
    1. Data types, variables, and comments
    2. Arithmetic operators
    3. Conversion between primitive data types
    4. Math and String class
    5. Scope
    6. Reading keyboard input using different classes
    7. Displaying formatted output with System.out.printf
  3. Decision Structures
    1. if, if-else, if-else-if
    2. logical operators
    3. comparing String objects
    4. Conditional operator
    5. switch
  4. Loops
    1. while, do – while, for
    2. nested loops
  5. Files
    1. Input and output file processing
  6. Classes
    1. Basic class diagram
    2. Instance fields and methods
    3. static class members
    4. Constructors
    5. Overloaded methods and constructors
    6. Passing objects as arguments
    7. Returning Objects from methods
    8. toString method
    9. copy method/constructors
    10. Aggregation (UML)
    11. this reference
    12. inner classes
    13. Class collaboration (UML)
  7. Arrays and ArrayList
    1. Single and multidimensional arrays
    2. Passing arrays as arguments to methods
    3. Returning Arrays from methods
    4. String Arrays
    5. Arrays of Objects
    6. Command-line arguments
    7. Variable length argument lists
    8. ArrayList/Vector Class
  8. Introduction to basic Search and Sorting algorithm
  9. Text Processing and Wrapper Classes
    1. Wrapper classes
    2. String object and related classes (e.g  StringBuilder)
  10. Inheritance, Abstract classes and Interfaces
    1. Calling superclass constructor and methods
    2. Protected members
    3. Polymorphism
    4. Abstract classes and abstract methods
    5. Interfaces
    6. Anonymous inner classes
  11. Exceptions and Advanced File I/O
    1. Handling and Throwing Exceptions
    2. Tokenizing Strings
    3. Binary and Random Access Files
    4. Object Serialization
  12. GUI and Event Handling through
    1. Swing and/or JavaFX
  13. Database Programming
Learning Activities
  • Lecture
  • Seminar
  • Tutorial
  • Hands-on exercises in the lab
Means of Assessment

Means of Assessment

Assignments    

10%-20%

Quizzes

10%-30%

Midterm Examination

20%-30%

Final Examination

25%-40%

Total

     100%

**In order to pass the course, students must, in addition to receiving an overall course grade of 50%, also achieve a grade of at least 50% on the combined weighted examination components (including quizzes, tests, exams).

Students may conduct research as part of their coursework in this class. Instructors for the course are responsible for ensuring that student research projects comply with College policies on ethical conduct for research involving humans, which can require obtaining Informed Consent from participants and getting the approval of the Douglas College Research Ethics Board prior to conducting the research.

Learning Outcomes

At the end of this course the successful student will be able to: 

  • Identify the purpose and behavior of a provided code fragment. 

  • Modify an existing code fragment to change its behavior. 

  • Modify conditional and iterative structures in a short program. 

  • Write well-structured, well- documented, well-commented readable code. 

  • Design, implement, test, and debug a program that uses each of the following fundamental programming constructs: basic computation, simple I/O, basic conditional and iterative structures, and functions. 

  • Describe the syntax and semantics of conditional structures. 

  • Use conditional structures. 

  • Apply the techniques of decomposition to break a program into smaller pieces. 

  • Describe the role of formal and actual parameters of a function. 

  • Describe how strings and arrays are allocated, manipulated and used. 

  • Compare iterative and recursive solutions for elementary problems such as factorial. 

  • Formulate loop invariants for simple loops. 

  • Demonstrate loop termination. 

  • Implement, test, and debug simple recursive methods. 

  • Explain the philosophy of object- oriented design and the concepts of encapsulation, abstraction, inheritance, interface and polymorphism. 

  • Describe how the class mechanism supports encapsulation and information hiding. 

  • Compare and contrast the notions of overloading and overriding. 

  • Identify the scope of the variables involved in a given code. 

  • Access and program databases using various classes. 

  • Design GUI programs. 

  • Implement version control.
  • Construct class diagram, aggregation, and collaboration.
  • Describe the significance and benefits of version control.
  • Learn basic version control, assess the role of Git and create online repositories using Git.
  • Describe the basic Junit framework, Design effective unit test cases for Java lasses in Junit Execution Environment.
  • Design class diagrams which describe the structure of a system by modeling its classes, attributes, methods and relationships among objects.
Textbook Materials

 

  • Farrell. Java Programming. Latest Edition.  Course Technology.
  • or any alternative textbook approved by the Department.
  • Supplementary materials/references will be provided by the instructor

Requisites

Prerequisites

Courses listed here must be completed prior to this course:

Corequisites

Courses listed here must be completed either prior to or simultaneously with this course:

  • No corequisite courses

Equivalencies

Courses listed here are equivalent to this course and cannot be taken for further credit:

  • No equivalency courses

Course Guidelines

Course Guidelines for previous years are viewable by selecting the version desired. If you took this course and do not see a listing for the starting semester / year of the course, consider the previous version as the applicable version.

Course Transfers

These are for current course guidelines only. For a full list of archived courses please see https://www.bctransferguide.ca

Institution Transfer Details for CSIS 2175
Alexander College (ALEX) ALEX CPSC 2XX (3)
College of New Caledonia (CNC) CNC CSC 110 (3)
College of the Rockies (COTR) COTR COMP 1XX (3)
Kwantlen Polytechnic University (KPU) KPU INFO 2313 (3)
Langara College (LANG) LANG CPSC 1150 (3)
Simon Fraser University (SFU) SFU CMPT 1XX (3)
Thompson Rivers University (TRU) TRU COMP 2XXX (3)
University Canada West (UCW) UCW CPSC 2XX (3)
University of British Columbia - Okanagan (UBCO) UBCO COSC_O 2nd (3)
University of British Columbia - Vancouver (UBCV) DOUG CSIS 1175 (3) & DOUG CSIS 2175 (3) = UBCV CPSC_V 1st (3) & UBCV CPSC_V 2nd (3)
University of British Columbia - Vancouver (UBCV) UBCV CPSC_V 2nd (3)
University of Northern BC (UNBC) UNBC CPSC 2XX (3)
University of the Fraser Valley (UFV) UFV COMP 2XX (3)
University of Victoria (UVIC) UVIC CSC 2XX (1.5)
Vancouver Island University (VIU) VIU CSCI 160 (4)

Course Offerings

Summer 2024

CRN
Days
Dates
Start Date
End Date
Instructor
Status
CRN
23852
Wed
Start Date
-
End Date
Start Date
End Date
Instructor Last Name
Yang
Instructor First Name
Zhe
Course Status
Waitlist
Section Notes

CSIS 2175 001 is restricted to students in the following programs: Computing Studies and Information Systems Diploma, PBD Computer & Info Systems (Data Analytics, Emerging Technology, and Cybersecurity), PDD Information & Communication Technology, and PDD Data Analytics.

Students will NOT receive credit for both CSIS 1275 and CSIS 2175.

Max
Enrolled
Remaining
Waitlist
Max Seats Count
35
Actual Seats Count
33
2
Actual Wait Count
1
Days
Building
Room
Time
Wed
Building
New Westminster - North Bldg.
Room
N5107
Start Time
15:30
-
End Time
18:20
CRN
Days
Dates
Start Date
End Date
Instructor
Status
CRN
23853
Thu
Start Date
-
End Date
Start Date
End Date
Instructor Last Name
Yang
Instructor First Name
Zhe
Course Status
Open
Section Notes

CSIS 2175 002 is restricted to students in the following programs: Computing Studies and Information Systems Diploma, PBD Computer & Info Systems (Data Analytics, Emerging Technology, and Cybersecurity), PDD Information & Communication Technology, and PDD Data Analytics.

Students will NOT receive credit for both CSIS 1275 and CSIS 2175.

Max
Enrolled
Remaining
Waitlist
Max Seats Count
35
Actual Seats Count
25
10
Actual Wait Count
0
Days
Building
Room
Time
Thu
Building
New Westminster - North Bldg.
Room
N6105
Start Time
15:30
-
End Time
18:20
CRN
Days
Dates
Start Date
End Date
Instructor
Status
CRN
23854
Sat
Start Date
-
End Date
Start Date
End Date
Instructor Last Name
Sahiwal
Instructor First Name
Jaspreet
Course Status
Open
Section Notes

CSIS 2175 070 - This section is on Saturdays.

Restricted to students in the following programs: Computing Studies and Information Systems Diploma, PBD Computer & Info Systems (Data Analytics, Emerging Technology, and Cybersecurity), PDD Information & Communication Technology, and PDD Data Analytics.

Students will NOT receive credit for both CSIS 1275 and CSIS 2175.

Max
Enrolled
Remaining
Waitlist
Max Seats Count
35
Actual Seats Count
30
5
Actual Wait Count
0
Days
Building
Room
Time
Sat
Building
New Westminster - North Bldg.
Room
N5111
Start Time
9:00
-
End Time
11:50
CRN
Days
Dates
Start Date
End Date
Instructor
Status
CRN
23960
Mon
Start Date
-
End Date
Start Date
End Date
Instructor Last Name
Sahiwal
Instructor First Name
Jaspreet
Course Status
Waitlist
Section Notes

CSIS 2175 003 is restricted to students in the following programs: Computing Studies and Information Systems Diploma, PBD Computer & Info Systems (Data Analytics, Emerging Technology, and Cybersecurity), PDD Information & Communication Technology, and PDD Data Analytics.

Students will NOT receive credit for both CSIS 1275 and CSIS 2175.

Max
Enrolled
Remaining
Waitlist
Max Seats Count
35
Actual Seats Count
35
0
Actual Wait Count
1
Days
Building
Room
Time
Mon
Building
New Westminster - North Bldg.
Room
N5111
Start Time
11:30
-
End Time
14:20