CS
102 Algorithms and Programming II
Objectives
·
Undertake real-world design task
·
Work as a member of a team
·
Practice communication in written & oral form
·
Learn more programming techniques
·
Practice independent learning!
General
CS102
gives you an opportunity to put the basic computer literacy, design and
programming skills you learnt in CS101 into practice. The course has two
components. The first is simply a continuation of CS101 aimed at expanding the
range of techniques you have available to solve problems. These new techniques
will be presented in formal lectures and, as in CS101, you will be given laboratory
assignments designed to let you practice them. Material in this section
includes recursion, files and some basic data
structures, plus a little about object-oriented programming, event-driven
architectures, searching and sorting. There will be written exams on these
topics. The second component of the course is a semester-long design project.
The ultimate goal is to produce a commercial-quality program which is fully
documented, bug-free and easy to use. You will work in groups, each group
selecting a different project. You will be expected to prepare a number of
written reports and to present and demonstrate your project. These documents will include
basic requirements, specifications, detailed design and user manuals. Groups
will discuss each other's work and offer suggestions and criticisms on it so as
to help improve the final product. Projects will be undertaken using Java.
Students will be expected to display creativity and an ability to learn
independently.
Important
Announcements
There will be no labs on the first week (January 31, 2022 - February 04, 2022).
The first lab (Lab 0) will be at the second week (February 7 - Februay 11, 2022).
It will be a GitHub Tutorial and will be ONLINE.
Each section will join the tutorial at the beginning of their lab hours.
Zoom Links for each section will be sent to you via email at the beginning of
the second week. At the end of the tutorial, you will make a small submission
related to the Tutorial through Moodle.
Course
Schedule:
·
Section 1 (Aynur Dayanık): Tuesday 15:30-17:20
(EE-04), Friday 10:30-12:20 (EE-04)
·
Section 2 (Aynur Dayanık): Tuesday 10:30-12:20
(EA-Z01), Thursday 15:30-17:20 (EA-Z01)
·
Section 3 (Uğur Güdükbay): Wednesday 10:30-12:20
(EA-Z01), Friday 15:30-17:20 (EA-Z01)
Lab
Schedule:
·
Section 1: Wednesday 08:30-12:20
(Labs: B201-B202)
·
Section 2: Thursday 08:30-12:20
(Labs: B201-B202)
·
Section 3: Wednesday 13:30-17:20 (Labs: B201-B202)
Course
Rules:
1.
Grading (Tentative):
1.
25%
Midterm
2.
25%
Final
4.
15%
Laboratory Work (Programming Assignments)
3.
25%
Project
3.
10%
Quiz and Homework
2.
Those who get below 30 out of 100 from the midterm and below 75 out of 100 from the programming (lab) assignments will get an FZ grade regardless of their other grades.
Not to get an FZ grade, each student is expected to make a reasonable contribution to each stage of the project. The students who got an FZ grade cannot take the final exam.
4.
Attendance to the lectures and laboratory mandatory.
5.
You
will fail the course if the attendance is below a certain percentage.
6.
Those who fail to attend more than one lab without any excuse (a valid medical
report, etc.) will fail the course.
Project
Details:
There will be a course project that should be done
in groups of five students. You should choose a project from the following list
or you can come up with your own project topic. Project groups should do the
labs together since some part of the project work will be done
in labs. You should arrange your project/lab groups accordingly. You can also
arrange project groups with students from different sections. In this case, you
should arrange your lab schedule with the Teaching Assistants accordingly. It
is NOT possible to attend the labs in different sections for the students
belonging to the same project group.
Project Topics and Requirements can be reached from
Course Moodle Page
You should follow the steps of the software life cycle
for your project. i.e., You will prepare Software
Requirements Specification Report, User Interface Design Report, Detailed
Software Design Report, complete the Implementation (make a demonstration).
Project Presentation and Demonstration
You should make your presentation and demo in 20 minutes (15 minutes presentation including questions
and 5 minutes demonstration). So, it should be an overview of your project,
rather than the details. You should structure your presentation as follows. Your presentation
may include other issues that you may want to present but it should contain at least these.
- Project Description. You should define the problem and give motivation for undertaking
this project.
- Requirements, Expected Functionality, Target User Groups. Give a graphical overview of the functionality
using use-case diagrams.
- User Interface Design, Database Design, Network Design. Depending on the nature of your project,
you should give a brief overview of the user interface design, database design, how you use a database,
network design, if applicable.
- System Analysis and Design. You should give an overview of your analysis and design.
You should describe your design with UML Class diagrams. It should not contain too much details so the
diagrams are readable. Your UML class diagram should only contain important instance variables and
methods.
- Low Level Design. You should describe the important data structures and give pseudo-code algorithms
for important methods.
- Conclusion and possible future extensions.
- It is not suitable all of the 5-6 students make the presentation because it is very short.
1-2 students make the presentation. We may ask questions (2 minutes for the questions)
to each student to understand their contribution.
Demo Preparation
Your demo should be prepared beforehand to demonstrate the most important features of your project. Just write
down the steps of your demo and use it for the demonstration. Demo should be completed in five minutes.
(Select
"Offerings", "Computer Engineering", CS102 (Your section),
and "Course Detail".
(Select
"Offerings", "Computer Engineering", CS102 (Your section),
and "Syllabus".
Textbooks
o
Required: Cay S. Horstmann, Big Java: Late Objects, Enhanced eText 2nd edition. Cay S. Horstmann, 2016, Wiley. Wiley - Students Resources, Wiley Student Companion Site:
Contains Useful Materials, including Source Codes, Video Examples, Worked Examples, and so on.
o
Recommended: John Lewis and William Loftus, Java Software Solutions, 9th Edition, Addison-Wesley, 2017. Pearson - Companion Web Site:
Contains Useful Materials, like Video Notes, Programming Examples Source Codes, and so on.
Last
updated: January 28, 2022