Podcast
Questions and Answers
What is the primary purpose of the proposal document?
What is the primary purpose of the proposal document?
- To provide detailed technical specifications of the app
- To include code for the final project
- To communicate the app's functionality and purpose (correct)
- To present a high-level summary of the project
Which component is NOT part of the intermediate deliverables required?
Which component is NOT part of the intermediate deliverables required?
- Unit test cases
- Finished application code (correct)
- Documentation of the project
- Pseudocode, flowchart, and class diagrams
What is required for the Alpha Presentations?
What is required for the Alpha Presentations?
- A detailed written report on the project
- A video demonstration of the app
- An extensive PowerPoint presentation
- A stand-up presentation lasting no more than two minutes (correct)
Which document should be included in the final zipped file submission?
Which document should be included in the final zipped file submission?
What should the written description in the proposal focus on?
What should the written description in the proposal focus on?
What type of diagrams are required as part of the documentation?
What type of diagrams are required as part of the documentation?
What should the programmer documentation contain?
What should the programmer documentation contain?
How long should the written project description be approximately?
How long should the written project description be approximately?
What is a required component of the final term project?
What is a required component of the final term project?
Which of the following is NOT a required feature of the code for the final term project?
Which of the following is NOT a required feature of the code for the final term project?
What is an acceptable method of submission for the code?
What is an acceptable method of submission for the code?
Which of the following tasks must be completed to pass the course?
Which of the following tasks must be completed to pass the course?
What is the minimum duration of the video presentation required for the project?
What is the minimum duration of the video presentation required for the project?
Which of these elements is used to organize the program design?
Which of these elements is used to organize the program design?
What must the code demonstrate according to the project requirements?
What must the code demonstrate according to the project requirements?
When must the video presentation be uploaded?
When must the video presentation be uploaded?
What is emphasized as the first step in project development?
What is emphasized as the first step in project development?
What is a crucial practice when working on the project according to modern programming practice?
What is a crucial practice when working on the project according to modern programming practice?
What is the primary goal of the C++ project in this course?
What is the primary goal of the C++ project in this course?
Which of the following is NOT one of the six parts of the project?
Which of the following is NOT one of the six parts of the project?
How should unit tests be conducted during the development process?
How should unit tests be conducted during the development process?
When is the project expected to end?
When is the project expected to end?
What should be included in the project proposal submitted for feedback?
What should be included in the project proposal submitted for feedback?
What is an important factor to consider when ordering game features?
What is an important factor to consider when ordering game features?
What consequence does rushing into coding without planning have?
What consequence does rushing into coding without planning have?
What is a recommended step before writing actual code?
What is a recommended step before writing actual code?
What is the suggested approach to feature development for the project?
What is the suggested approach to feature development for the project?
What motivates students to work hard on their projects throughout the semester?
What motivates students to work hard on their projects throughout the semester?
Why is documentation important in this project?
Why is documentation important in this project?
What should students do during the brainstorming phase of the project?
What should students do during the brainstorming phase of the project?
An effective game should conclude with what kind of instructions?
An effective game should conclude with what kind of instructions?
What is essential to do before deciding what to add next to the project?
What is essential to do before deciding what to add next to the project?
Flashcards
C++ Project
C++ Project
A large-scale project that you will develop independently throughout the semester, showcasing your C++ skills.
Project Proposal
Project Proposal
The initial planning phase where you brainstorm ideas, choose a central concept, and outline the project's purpose. It's about getting your creative juices flowing.
Intermediate Deliverables
Intermediate Deliverables
Regular checkpoints throughout the project where you showcase your progress, discuss challenges, and get feedback from instructors.
Alpha Overview
Alpha Overview
Signup and view all the flashcards
Final Source Code
Final Source Code
Signup and view all the flashcards
Video Presentation
Video Presentation
Signup and view all the flashcards
Peer Evaluation
Peer Evaluation
Signup and view all the flashcards
Designing & Testing
Designing & Testing
Signup and view all the flashcards
Testing Effect Principle
Testing Effect Principle
Signup and view all the flashcards
Alpha stage
Alpha stage
Signup and view all the flashcards
Breaking out specific goals
Breaking out specific goals
Signup and view all the flashcards
Planning and organizing project parts
Planning and organizing project parts
Signup and view all the flashcards
Flowcharts
Flowcharts
Signup and view all the flashcards
Pseudocode
Pseudocode
Signup and view all the flashcards
IPO charts
IPO charts
Signup and view all the flashcards
Unit testing
Unit testing
Signup and view all the flashcards
Program Description
Program Description
Signup and view all the flashcards
Class Diagrams
Class Diagrams
Signup and view all the flashcards
Unit Test Cases
Unit Test Cases
Signup and view all the flashcards
Alpha Presentation
Alpha Presentation
Signup and view all the flashcards
Final Compiled Source Code
Final Compiled Source Code
Signup and view all the flashcards
Separation of Interface and Implementation
Separation of Interface and Implementation
Signup and view all the flashcards
Function Overloading
Function Overloading
Signup and view all the flashcards
Abstract Data Type (ADT)
Abstract Data Type (ADT)
Signup and view all the flashcards
Objects and Classes
Objects and Classes
Signup and view all the flashcards
Exception Handling
Exception Handling
Signup and view all the flashcards
Study Notes
CSC 1060 Term Project Playbook
- Objectives: Students will create substantial C++ programs, showcasing knowledge and creativity. The focus is on independent project design, not a predefined problem, but an exciting and motivating project.
- Project Structure: The project unfolds over 11 weeks, culminating in a video presentation. Project phases include: proposal, intermediate deliverables, alpha overview, final code, video presentation, and peer evaluation.
- Project Deliverables: The main components of the project include a project proposal, intermediate deliverables (with stub files), alpha presentations, complete source code, video presentation, and peer evaluation. The deliverables ensure continuous progress and feedback.
- Project Design: The program should use user commands for navigation, defined through different game states. The game should have a win condition (goal) for a complete/successful program experience. The program can be individual player or multi-player.
- Development Process: Brainstorming ideas, prioritizing features, and developing simple working code are emphasized. Incremental development (adding features gradually) and testing each step are critical for success.
- Documentation: Pseudocode, flowcharts, IPO charts, class diagrams, and thorough documentation of code are required. Comments, unit tests, and functions/methods' documentation are necessary for clarity.
- Code Requirements: Code must have separation of concerns—distinguishing between the public interface and the implementation, using functions, classes, and data types. Exception handling, file input/output, and use of arrays/vectors are key aspects to incorporate.
- Presentation: Presentations (video and/or in person) demonstrate the program, its development, and the key learning experiences to classmates. A proposed query list can help students structure their presentations effectively.
- Grading: All facets contribute to the final grade. The project's success depends on completion of all deliverables per the specifications in the assignment sheet. Detailed requirements specify the deliverables, points, and weights applied to each phase.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.