0% found this document useful (0 votes)
8 views

Computer Science Questions

Uploaded by

adam11042006
Copyright
© © All Rights Reserved
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

Computer Science Questions

Uploaded by

adam11042006
Copyright
© © All Rights Reserved
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Introduction

1.1 – purpose:
what is the purpose of this project?
What are you trying to achieve by implementing this project?
How does your project solve a real world problem?

1.2 – Overview

Here we are going to give a gentle introduction for each section in the document?

In section 2:
what the overall description of the program going to be?
who are the involved users?
What is their role going to be in the system?
What are the main program functions?
how will I describe them one by one?
How will I design a use-case diagram for this program?
How well will I design the activity diagram for the program?

In section 3:
what are the function requirements going to be?
What are the non functional requirements going to be?
What are the error handling requirements to ensure that the program is working correctly?
What class diagrams am I going to include?
How will I draw these class diagrams and include them in the document?
Whats the point of class diagrams?
phseudocode?
The class diagram and phseudocode is constructed to model requirements

In section 4:
Discussion of usage of Scheidemans 8 golden rules of design.
1. strive for consistency
2. enable frequent users to use shortcuts
3. offer informative feedback
4. design dialogue to yield closure
5. offer simple error handling
6.permit easy or reversible actions
7. support internal locus of control
8. reduce short term memory load-(you don’t want people to do really difficult stuff, when a person
looks at it they get it)

These are the 8 golden rules of design so if I do that I can get 1,2 pages of writing.
How will I talk about user experience and the importance of user experience when designing the
program?
How will I use user stories?
How will I design my user flow and user interface? (what program will I use? Why will I use that
program?)
Give a gentle introduction of how the user interface is going to be?
draw the wireframe (mockup) of the entire application?
Design a prototype on Figma?
Provide screenshots of the UI’s
Provide a description of each user interface
provide a description of the state of specific elements such as buttons that can change througjout the
life cycle of the program?
Provide screenshots of the error messages of how the program displays error messages to the screen
and explain what each error message does.
Section 5:
conclusion:
what is this writeup about( provide a quick summary for the whole writeup)
provide a summary of the key points that was discussed in each section.

Homework: check Craig n dave project writeup and and derive questions from there and add
questions to the relevant sections to this refined document?

You might also like