CPSC 329 | Software Development | Fall 2020 |
On this page:
Course Description and Objectives |
Catalogue description: This course continues the study of programming by focusing on software design, development, and verification - the skills beyond fluency in a particular language which are necessary for developing large, reliable programs. Topics include object-oriented design, the use of APIs, and testing and verification. Techniques common in modern software development will also be studied. Specific techniques may include GUIs and event-driven programming, multi-threading, client-server networking, fault-tolerant computing, stream programming, and security. This course completes the programming sequence begun by CPSC 124 and 225 - CPSC 124 introduces the basic ideas of programming along with the syntax and semantics of the Java programming language, CPSC 225 focuses on common data structures as the organizational building blocks of programs, and CPSC 329 addresses creating good software. Four key points are at the core of good software:
This course will address how to achieve those points. In addition, students will gain:
|
---|---|
Course Format |
Working in teams is common in software development, and is a central theme in this course. Since social distancing precludes groups sharing a computer screen or meeting in close proximity, this course will be fully remote this semester. New material will be introduced before class through readings and/or videos available on the web. Class meetings will emphasize application of the material, as a class or in small groups, with short lectures to go over questions or resolve tricky points. Interaction will take place online using Zoom and other tools, and class and lab sessions will take place via Zoom. |
Prerequisites |
CPSC 225 is required. |
Required Course Materials |
This course is fully remote. Course material in the form of readings, videos, and other activities will be made available over the web. (There is no textbook to purchase.) Class meetings will be held via Zoom. Certain software will be needed during class and to complete projects and other assignments. In order to participate fully, you will need:
If you do not have access to any of these resources, or anticipate that you may lose access should you be quarantined or need to leave campus or if labs or other campus facilities are closed, please speak to me as soon as possible in order to determine what alternatives might be possible. Also keep in mind that the semester will conclude remotely, so you will need to make sure that you will still have access to the necessary resources after Thanksgiving. All of the software needed for this course is free (nothing to purchase) and can be installed on your own computer. (Instructions will be provided.) It will also be available on the Linux machines in Lansing 310 and possibly some computers in Rosenberg 009 for in-person and (in the case of Lansing 310) remote access, however, given the need for interaction during class and the potential for interruptions in physical and/or remote access to the lab (potentially with little or no notice), you are strongly encouraged to install what you need on your own computer. Also keep in mind that the semester will conclude remotely, so you will need to make sure that you will have access to the necessary resources if you leave campus at Thanksgiving. |
Time Expectations |
The primary out-of-class time requirements for this course are pre-class readings/videos and programming projects, with the programming projects requiring the most time. (Any lab assignments not completed during the lab period will also need to be finished outside of class.) Students should expect to devote a significant amount of time to the course, as software development is necessarily practiced by doing and implementing software takes time. In addition, most projects are group projects, requiring awareness of deadlines, careful time management, steady effort, and working with others' schedules. Dates for all of the major assignments are on the schedule page to aid in planning. |