CMP 167
Programming Methods I

Course Information
Course Section Lecture Hours Location
CMP 167 - 03 LC/LB M & W, 1 PM - 2:40 PM Online via Blackboard Ultra
CMP 167 - 81 LC/LB M & W, 6 PM - 7:40 PM Online via Blackboard Ultra
CMP 167 - 04 LC/LB T & TH, 1 PM - 2:40 PM Online via Blackboard Ultra
Contact Information
Instructor: Steven Fulakeza Email: steven.fulakeza(at)lehman.cuny.edu
Phone: NA Office Location: GI 232
Office Hours: Mondays & Wednesdays from 12:50 pm to 1:50 pm and 03:50 pm to 4:50 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

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 Mathematics and Computer Science.

Course Objectives:

On successfully completing this course, students should be able to:

  • Understand and explain how computers and programs work
  • Independently design, create, debug simple Java applications
  • Define and use variables of various data types
  • Define and use methods
  • Demonstrate the use of parameters and information passing in programs
  • Use libraries from the java.util package such as Scanner, Math
  • Understand and manipulate Strings
  • Understand and use arrays
  • Understand and use control structures such as decision branching & iteration
  • Understand objects and perform simple graphic programming GUI (time permitting advanced topic)

Grading Policy:

  • Participation & Challenge Activities From Textbook: 10%
  • Homework Problems: 15%
  • Projects: 15%
  • Midterm: 30%
  • Final Exam: 30%

Expectations: Students are expected to learn both the material covered in class and the material in the textbook and other assigned reading. Completing homework is an essential part of the learning experience. Students should review topics from prior courses as needed using old notes and books.

Honor Code: You are encouraged to work together on the overall design of the programs and homework. However, for specific programs and homework assignments, all work must be your own. 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.

Email: We will be communicating with you on a regular basis throughout the semester using the email address you provide us on day 1 of this course. You must check that email address on a regular basis. There will be no acceptable excuse for missing an email announcement.

Homework: Programming problems are due most weeks. Problems will be in your online textbook (see below). 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. You will be allowed to submit your solution multiple times, the submission with the highest grade will count as your grade.

Materials and Resources:

Textbook: Zybook code: CUNYCMP167Spring2020

Technology:

Access to personal computers with Eclipse IDE, JDK 8, Java 8 Documentation .

Tutoring:

Departmental tutoring is available in the Math Computer Science Learning Center , Gillet Hall, Room 222.

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.

Attendance:

Students are expected to attend lectures and labs regularly and promptly. In the event of illness, or injury, students should notify me. Students who miss a class are responsible for learning materials presented in class and read relevant textbook portions. If you need help, please do not hesitate to contact me or come to my office hours.

Exam Schedule:

  • The Blackboard Part of the Midterm Exam for the Mondays and Wednesdays classes will be on Monday, April 6, 2020.
  • The Blackboard part of the midterm exam for theTuesdays and Thursdays class will be on Thursday, April 6, 2020.
  • ZyBook Part of the Midterm Exam for all sections will be available on Thursday 04/02/2020 starting at 12:01 am and must be done by Monday 04/06/2020 at 11:59 pm

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