Last updated: 01/24/2023
This syllabus is a work in progress and is subject to change at any time before the start of the semester!
For the time being, I would like you to do the following tasks:
Please note that this syllabus is subject to revision at any time by the instructor.
Course Information | ||||
---|---|---|---|---|
Course Section | Lecture Hours | Location | ||
CMP 167 - 01LB/LC | Mo & We 1:00 pm - 2:40 pm | Carman Hall, B04 |
Contact Information | ||||
---|---|---|---|---|
Instructor: | Steven Fulakeza | Email: | steven.fulakeza(at)lehman.cuny.edu | |
Phone: | NA | Office Location: | GI 232 | |
Office Hours: | Mon and Wed 1:40 pm to 3:40 pm | |||
Instructor Availability: | I reply to students' emails regularly but please note that I do not typically check email or Slack messages during late hours on weekdays, and I do not check these at all on the weekends in order to devote time to family, rest, and religious observances. Messages received during these times will receive attention once I am back online. |
Course Description: 4 hours, 3 credits (as of Spring 2019 soon to be 4 credits - confirm with bulletin)
Structured computer programming using a modern high-level programming language. Includes console I/O, data types, variables, control structures, including iteration, arrays, function definitions and calls, parameter passing, functional decomposition, and an introduction to objects. Debugging techniques.
Note: This course is for students who intend to major in Computer Science, Mathematics, Computer Graphics and Imaging, or the sciences. Some previous computer programming experience is recommended. Not intended for students in Accounting or Computer Information Systems; the technical content is the same as CIS 166 but the emphasis is different.
PREREQ: MAT 104 or placement by the Department of Computer Science.
Course Objectives:
On successfully completing this course, students should be able to:
Grading Policy:
All your assignments: P&C, Homework and Projects are submitted through your zyBooks. All assignments have strict due dates. Late submissions are NEVER accepted. All assignments allow for unlimited attempts to submit via zyBooks prior to the deadline.
For each assignment, the highest earned submission score will be recorded.
Note: Missed final exam = Unofficial Withdraw (WU).
Expectations:
Students are expected to attend the lecture and participate in the associated lab section. Students are expected to learn the material covered in the lecture, the lab, and the textbook as well as any other assigned reading or exercises. Students are expected to actively participate in the slack communication channel and regularly check for messages or announcements. Students are expected to complete homework as an essential part of the learning experience. Students should review topics from prior courses as needed using old notes and books. All work must be your own.
Honor Code:
You are encouraged to discuss the overall design of programs and homework. However, all work must be your own for all programs and homework assignments. Any sources used in the completion of your assignment must be explicitly quoted. You are responsible for knowing and following Lehman's academic integrity code (available from the Undergraduate Bulletin, Graduate Bulletin, Office of Academic Standards and Evaluations, or the Smart Catalog). All incidents of cheating will be reported to the Vice President of Student Affairs.
You must complete all your homework assignments, projects, labs, and exams individually. This presents the best way to learn and absorb the material. Feel free to consult the textbook, the instructor, and the CS Tutoring Lab to help you solve problems.
You are allowed to discuss problems with classmates, but only in general terms, and you must specifically avoid discussing any solutions. If we find you plagiarizing and cheating, we will not accept "I didn't know" as an excuse.
You must also resist the urge to copy code from the web. Therefore, students in this course may not use any websites that enable cheating, such as by uploading or downloading material for this purpose. Use of these websites including uploading proprietary materials constitutes a violation of the academic integrity policy. Here are some of the websites you should avoid copying code from:
Read the Lehman College Student Handbook for more information about cheating and plagiarism
WhatsApp, GroupMe, Discord, and Student-to-Student Communication:
In the past, students have created their own digital communication channels. While students may use digital communication tools such as WhatsApp, Discord, GroupMe, Slack, CircleIn App, Telegram, WeChat, etc. to communicate with fellow students. It is crucial to remember that academic integrity policies still apply in these environments. Providing information to others about the contents of examinations or quizzes is prohibited, as is receiving unauthorized information about examinations, projects or assignments. Also, sharing of homework, exam, or project solutions is strictly prohibited. Students are expected and required to immediately report instances of such violations to the instructor.
Avoid copying or sharing work on Social Media groups including, but not limited to, the following apps:
Such websites or Apps may give you the answers you need, but they may also lead you to plagiarize.
Below are examples of work that may be considered plagiarized:
Communication:
We will be communicating with you on a regular basis throughout the semester using slack. Occasional emails will also be sent out via CUNYFirst or Blackboard to the email address you provided. You must check for messages on a regular basis. There will be no acceptable excuse for missing an announcement.
Homework:
Programming problems are due most weeks. Problems will be in your online textbook. These programming problems reinforce concepts covered in class. To receive full credit for a program, it must be completed by the specified due date and the program must perform correctly as per the assignment specifications and zyBooks test cases.
Late submissions are NOT accepted.
Unlimited attempts to submit via zyBooks are permitted prior to the deadline.
The submission with the highest grade will count as your grade for the assignment.
ONLY submissions via zyBooks will be accepted and scored via the automated test cases.
If you need help or have homework questions, do not hesitate to contact your instructor. Programming can be challenging, please start homework early so you will have time to ask questions in class, during office hours, or by email. You should also stop by your instructor’s office (make an appointment if office hours do not fit your schedule) if you have questions or want to review some of the material. We are here to help you learn and understand!
Materials and Resources:
Textbook: Zybook code: CUNYCMP167Spring2023
Technology:
Access to personal computers with Eclipse IDE, JDK 8,
You can find code examples from the lectures here
Please bring your laptops to class to follow along with the in-class coding examples.
Tutoring:
Departmental tutoring is available at the Computer Science Lab in Gillet Hall, Room 222.
Site: CS Lab
Email: cs.lab@lehman.cuny.edu
Computer Access:
Part of this course will use university computer laboratories. These machines are for work related to this course only and a code of conduct applies to computer use in the department and on-campus. Misusing university computers could result in losing your computer access for the rest of the term, making it exceedingly difficult to complete this course.
Accommodating Disabilities:
Lehman College is committed to providing access to all programs and curricula to all students. Students with disabilities who may need classroom accommodations are encouraged to register with the Office of Student Disability Services. For more info, please contact the Office of Student Disability Services, Shuster Hall, Room 238, phone number, 718-960-8441.
Additional Online Resources:
Tentative Schedule:
Week | Day | Date | Topic | Reading Materials | P&C Due Dates | HW |
---|---|---|---|---|---|---|
1 | 1 | 01/25/2023 | Syllabus, Introduction, IDE Installation, Zybooks, Java Basic Syntax | Syllabus & Chapter 1 | P&C Activity 1 is due 02/01/2023 | HW 1 Due on 02/01/2023 |
2 | 2 | 01/30/2023 | Syllabus, Introduction, IDE Installation, Zybooks, Java Basic Syntax | Syllabus & Chapter 1 | ||
3 | 3 | 02/01/2023 | Ch2 - Variables | Chapter 2 | ||
4 | 4 | 02/06/2023 | Ch2 - Variables | Chapter 2 | P&C Activity 2 is due on 09/13/2022 | |
5 | 5 | 02/08/2023 | Ch2 - Variables | Chapter 2 | ||
6 | X | 02/13/2023 | Lincoln’s Birthday College closed – NO CLASSES | Chapter 2 | ||
7 | 6 | 02/15/2023 | Ch2 - Variables | Chapter 2 | HW 2 Due on 02/20/2023 | |
8 | X | 02/20/2023 | President’s Day College closed – NO CLASSES | Chapter 4 | ||
9 | 7 | 02/21/2023 | Ch3 - I/O | Chapter 3 | P&C Activity 3 is due on 02/24/2023 | HW 3 Due on 02/28/2023 |
10 | 8 | 02/22/2023 | Ch4 - Decision Branching | Chapter 4 | ||
11 | 9 | 02/27/2023 | Ch4 - Decision Branching | Chapter 4 | P&C Activity 4 is due on 03/06/2023 | |
12 | 10 | 03/01/2023 | Ch4 - Decision Branching | Chapter 4 | HW 4 Due on 03/08/2023 | |
13 | 11 | 03/06/2023 | Ch5 - Loops Introduction | Chapter 5 | ||
14 | 12 | 03/08/2023 | Ch5 - Loops | Chapter 5 | P&C Activity 5 is due on 03/15/2023 | |
15 | 13 | 03/13/2023 | Ch5 - Loops | Chapter 5 | HW 5 Due on 03/22/2022 | |
16 | 14 | 03/15/2023 | Ch5 - Loops & Q&A Project1 | Chapter 5 | ||
17 | 15 | 03/20/2023 | Ch6 - Methods (void, input args, invocation, activation record & call stacks) | Chapter 6 | ||
18 | 16 | 03/22/2023 | Ch6 - Methods (void, input args, invocation, activation record & call stacks) | Chapter 6 | P&C Activity 6 is due on 04/14/2023 | Project 1 Due on 04/04/2023 |
19 | 17 | 03/27/2023 | Ch6 - Methods (void/value, decisions, loops, invocation, activation record & call stacks) | Chapter 6 | ||
20 | 18 | 03/29/2023 | Ch6 - Methods (void/value, decisions, loops, invocation, activation record & call stacks) | Chapter 6 | ||
21 | 19 | 04/03/2023 | Exam Review Chapters 1,2,3,4,5, & 6) Questions & Answer Project 1 | Chapters 1, 2, 3, 4, 5, & 6 | HW 6 Due on 04/14/2022 | |
22 | X | 04/05/2023 | Spring recess | |||
23 | X | 04/10/2023 | Spring recess | |||
24 | X | 04/12/2023 | Spring recess | |||
25 | 20 | 04/17/2023 | In class Written Exam | Online Midterm Exam is Available until 04/23/2023 | ||
26 | 21 | 04/19/2023 | Ch7 - Arrays Intro | Chapter 7 | ||
27 | 22 | 04/24/2023 | Ch7 - Arrays | Chapter 7 | ||
28 | 23 | 04/26/2023 | Ch7 - Arrays | Chapter 7 | P&C Activity 7 is due on 05/03/2023 | HW 7 is due on 05/03/2023 |
29 | 24 | 05/01/2023 | Ch8 - OOP | Chapter 8 | ||
30 | 25 | 05/03/2023 | Ch8 - OOP | Chapter 8 | ||
31 | 26 | 05/08/2023 | Ch8 - OOP | Chapter 8 | Project 2 is Due on 05/12/2023 | |
32 | 27 | 05/10/2023 | Ch8 - OOP | Chapter 8 | &C Activity 8 is due on 05/16/2023 | HW 2 is Due on 05/16/2023 |
33 | 28 | 05/15/2023 | Review for Final Exam | Chapters 1, 2, 3, 4, 5, 6 7, & 8 | ||
34 | 29 | 05/17/2023 | ||||
35 | 30 | 05/22/2023 |
If you will be using your personal computer, please install JDK and Eclipse.
Java Development Kit(JDK) Download and Installation:
Click here for Java SE Development Kit 8 Downloads
Download Java SE Development Kit 8. Open the downloaded file and follow the installation instructions
Eclipse Download:
Click here for Eclipse Download
Download Eclipse. Open the downloaded file and follow the installation instructions
Classroom Policies & Student Responsibilities
Please note that this syllabus is subject to revision at any time by the instructor.