Common Computer Science References
Learning Outcome
At the end of this lesson, you will be able to:
analyze and develop a plan for their final project
Review
null
Lesson
"Understand the Problem"
before we can begin down the road of developing a software program, we MUST understand the problem
here are some points to remember for this project:
The clients:
what is your target audience for your app?
What are you writing the app in (the language and IDE)
what can this language do and what can it not do?
what are the restrictions and what can you include and not include
Are there any other restrictions?
Activity
null
Daily Assignment
for your final project state the following:
What is the exact problem you are trying to solve?
What exactly is the app / game you are developing?
How does your app / game solve the problem?
What is your target audience?
What language will you be coding in?
What can it do to help you solve your problem?
Are there any limitations that can be stumbling block?