PROG78003
Fundamentals of Java Programming
Sheridan
 
  I: Administrative Information   II: Course Details   III: Topical Outline(s)  Printable Version
 

Land Acknowledgement

Sheridan College resides on land that has been, and still is, the traditional territory of several Indigenous nations, including the Anishinaabe, the Haudenosaunee Confederacy, the Wendat, and the Mississaugas of the Credit First Nation. We recognize this territory is covered by the Dish with One Spoon treaty and the Two Row Wampum treaty, which emphasize the importance of joint stewardship, peace, and respectful relationships.

As an institution of higher learning Sheridan embraces the critical role that education must play in facilitating real transformational change. We continue our collective efforts to recognize Canada's colonial history and to take steps to meaningful Truth and Reconciliation.


Section I: Administrative Information
  Total hours: 42.0
Credit Value: 0.0
Credit Value Notes: N/A
Effective: Fall 2017
Prerequisites: N/A
Corequisites: N/A
Equivalents: N/A
Pre/Co/Equiv Notes: N/A

Program(s): Java Foundations
Program Coordinator(s): N/A
Course Leader or Contact: N/A
Version: 20170905_00
Status: Approved (APPR)

Section I Notes: This course is offered on-campus. The sessions may include a variety of interactive and engaging activities including discussions, workshops, group activities, role plays, case studies and presentations. Readings, video, and podcasts may be provided online, on Sheridan's Learning and Teaching Environment (SLATE), to support class activities and reinforce material covered during class sessions. Assignment details will be provided in class and on SLATE. Students will need reliable access to the internet and a laptop.

 
 
Section II: Course Details

Detailed Description
In this course, students apply fundamentals of Java programming by using data types, array structures, and built-in objects (Math, Character, and String classes), in addition to exploring the software development life cycle (SDLC) and Stepwise Refinement. Students use logical operators and control statements to solve complex problems in order to write procedural programs.

Program Context

 
Java Foundations Program Coordinator(s): N/A
This is course explores further details of Java syntax, data types, logical expressions, input and output giving students a foundation in the programming language


Course Critical Performance and Learning Outcomes

  Critical Performance:
By the end of this course, students will have demonstrated the ability to write complex procedural programs using proper syntax and programming standards.
 
Learning Outcomes:

To achieve the critical performance, students will have demonstrated the ability to:

  1. Evaluate mathematical expressions by manipulating variables and data types with augmented assignment operators and applying the SDLC.
  2. Demonstrate selection control criteria by applying Boolean expressions using 'if ' and switch statements
  3. Use built-in objects (Math, Character, and String) from classes for program implementation.
  4. Write different types of loop statements to execute Java programs.
  5. Create methods to analyze, document, and modularize code
  6. Apply single dimensional array structures to store a linear collection of values.
  7. Apply multidimensional array structures to store a matrix or table of values

Evaluation Plan
Students demonstrate their learning in the following ways:

 Evaluation Plan: IN-CLASS
 Assignment 1: Mathematical expressions and variables5.0%
 Assignment 2: Application of Boolean logic using control statements5.0%
 Assignment 3: Application of Math, Character, and String classes5.0%
 Assignment 4: Basic looping5.0%
 Assignment 5: Advanced looping5.0%
 Assignment 6: A simple method coding5.0%
 Assignment 7: Application of Stepwise Refinement5.0%
 Assignment 8: Application of single dimensional arrays5.0%
 Assignment 9 : Application of multidimensional arrays5.0%
 Test 1: Elementary programming and selections15.0%
 Test 2: Math, Character, and String classes and looping15.0%
 Final Exam25.0%
Total100.0%

Evaluation Notes and Academic Missed Work Procedure:
TEST AND ASSIGNMENT PROTOCOL To encourage behaviours that will help students to be successful in the workplace and to ensure that students receive credit for their individual work, the following rules apply to every course offered within the Faculty of Continuing and Professional Studies. 1. Students are responsible for staying abreast of test dates and times, as well as due dates and any special instructions for submitting assignments and projects as supplied to the class by the professor. 2. Students must write all tests at the specified times. Missed tests, in-class activities, assignments and presentations are awarded a mark of zero. If an extension or make-up opportunity is approved by the professor as outlined below, the mark of zero may be revised by subsequent performance. The penalty for late submission of written assignments is a loss of 10% per day for up to five business days (excluding weekends and statutory holidays), after which, a grade of zero is assigned. Business days include any day that the college is open for business, whether the student has scheduled classes that day or not. 3. Students who miss a test or in-class activity or assignment or fail to submit an assignment on time due to exceptional circumstances are required to notify their professor in advance of the class whenever possible. A make-up test may be supplied for students who provide an acceptable explanation of their absence and/or acceptable documentation explaining their absence (e.g., a medical certificate). All make-up tests are to be written at a time and place specified by the professor upon the student¿s return. Alternately, students may be given an opportunity to earn the associated marks by having a subsequent test count for the additional marks. Exceptional circumstances may result in a modification of due dates for assignments. 4. Unless otherwise specified, assignments and projects must be submitted at the beginning of class. 5. Students must complete every assignment as an individual effort unless, the professor specifies otherwise. 6. Since there may be instances of grade appeal or questions regarding the timely completion of assignments and/or extent of individual effort, etc., students are strongly advised to keep, and make available to their professor, if requested, a copy of all assignments and working notes until the course grade has been finalized. 7. There will be no resubmission of work unless this has been previously agreed to or suggested by the professor. 8. Students must submit all assignments in courses with practical lab and field components in order to pass the course.

Provincial Context
The course meets the following Ministry of Colleges and Universities requirements:


 

Prior Learning Assessment and Recognition
PLAR Contact (if course is PLAR-eligible) - Office of the Registrar

  • Not Eligible for PLAR

 
 
Section III: Topical Outline
Some details of this outline may change as a result of circumstances such as weather cancellations, College and student activities, and class timetabling.
Instruction Mode: In-Class
Professor: N/A
Resource(s):
 TypeDescription
RequiredTextbookIntroduction to Java Programming with Access, Liang, Y. D, Pearson Education, Inc., 11, ISBN 9780134670942, 2017

Applicable student group(s): Continuing and Professional Education Students
Course Details:

Module 1: Elementary Programming

  • Application of variables and data types
  • Casting of variables
  • Mathematical expressions and logical operators
  • The software development life cycle (SDLC)

Assignment 1 - 5%

Module 2: Selections

  • Boolean Logic
  • ‘If’ and switch statements

Assignment 2 - 5%, Test 1 - 15%

Module 3: Introducing Classes and Methods

  • Math class and its methods
  • Character class and its methods
  • String class and its methods
  • Formatting output to the IDE console

Assignment 3 -5%

Module 4: Loops

  • Extensive use of algorithms and loops
  • Nested loops
  • File input and output redirection

Assignment 4 - 5%,  Assignment 5 -5%, Test 2 -15%

Module 5: Methods

  • Creating methods to modularize code
  • Stepwise Refinement

Assignment 6 - 5%,  Assignment 7 -5% 

Module 6: Single Dimensional Arrays

  • Introducing the single dimensional array structure
  • Searching and sorting elements in a single dimensional array
  • Command line arguments

Assignment 8 - 5%

Module 7: Multidimensional Arrays

  • Introducing the multidimensional array structure
  • Searching and sorting elements in a multidimensional array

Assignment 9 - 5%, Final Exam - 25% 



Sheridan Policies

It is recommended that students read the following policies in relation to course outlines:

  • Academic Integrity
  • Copyright
  • Intellectual Property
  • Respectful Behaviour
  • Accessible Learning
All Sheridan policies can be viewed on the Sheridan policy website.

Appropriate use of generative Artificial Intelligence tools: In alignment with Sheridan's Academic Integrity Policy, students should consult with their professors and/or refer to evaluation instructions regarding the appropriate use, or prohibition, of generative Artificial Intelligence (AI) tools for coursework. Turnitin AI detection software may be used by faculty members to screen assignment submissions or exams for unauthorized use of artificial intelligence.

Course Outline Changes: The information contained in this Course Outline including but not limited to faculty and program information and course description is subject to change without notice. Nothing in this Course Outline should be viewed as a representation, offer and/or warranty. Students are responsible for reading the Important Notice and Disclaimer which applies to Programs and Courses.


[ Printable Version ]

Copyright © Sheridan College. All rights reserved.