This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user:ssmit133:portfolio:unixproject2 [2016/12/16 12:12] – [Prerequisites] ssmit133 | user:ssmit133:portfolio:unixproject2 [2016/12/16 14:42] (current) – [References] ssmit133 | ||
---|---|---|---|
Line 9: | Line 9: | ||
In order to successfully accomplish/ | In order to successfully accomplish/ | ||
- | * Expierence: C programming | + | * Experience: C programming |
=====Background===== | =====Background===== | ||
State the idea or purpose of the project. What are you attempting to pursue? | State the idea or purpose of the project. What are you attempting to pursue? | ||
- | Upon approval, you' | + | I want to learn about what does it exactly take to get started and complete |
- | + | ||
- | Providing any links to original source material, such as from a project page, is a good idea. | + | |
- | + | ||
- | You'll want to give a general overview of what is going to be accomplished (for example, if your project is about installing | + | |
=====Scope===== | =====Scope===== | ||
Give a general overview of your anticipated implementation of the project. Address any areas where you are making upfront assumptions or curtailing potential detail. State the focus you will be taking in implementation. | Give a general overview of your anticipated implementation of the project. Address any areas where you are making upfront assumptions or curtailing potential detail. State the focus you will be taking in implementation. | ||
+ | I assumed it would be easy enough, and it would be a series of scanned in variables and questions printed back. | ||
=====Attributes===== | =====Attributes===== | ||
State and justify the attributes you'd like to receive upon successful approval and completion of this project. | State and justify the attributes you'd like to receive upon successful approval and completion of this project. | ||
- | * attribute1: why you feel your pursuit | + | * data flow expierence: Evenutally, I would have to handle larger amounts |
- | * attribute2: why you feel your pursuit of this project will gain you this attribute | + | |
- | * etc... | + | |
=====Procedure===== | =====Procedure===== | ||
The actual steps taken to accomplish the project. Include images, code snippets, command-line excerpts; whatever is useful for intuitively communicating important information for accomplishing the project. | The actual steps taken to accomplish the project. Include images, code snippets, command-line excerpts; whatever is useful for intuitively communicating important information for accomplishing the project. | ||
=====Code===== | =====Code===== | ||
- | Upon completion of the project, if there is an applicable collection of created code, place a copy of your finished code within < | + | {{: |
- | <code c> | + | =====Reflection===== |
- | /* | + | Comments/thoughts generated through performing the project, observations made, analysis rendered, conclusions wrought. What did you learn from doing this project? |
- | * hello.c - A sample "Hello, World!" | + | |
- | * | + | |
- | * written by NAME for COURSE on DATE | + | |
- | * | + | |
- | * compile with: | + | |
- | | + | |
- | * | + | |
- | * execute with: | + | |
- | | + | |
- | */ | + | |
- | #include <stdio.h> | + | It isn't completed because honestly, I didnt understand what I was doing until more into the semester. My knowledge didnt grow for data flows and structures until roughly the last month of school- it just wasnt clicking. |
+ | Right now though, I know exactly what I'd do. | ||
- | int main() | + | First, I would symlink or include a header file to my list functions. |
- | { | + | Write in all answers into a linked list with Node pointers to each custom answer. |
- | printf(" | + | And still print back the strings or int values |
- | | + | In times loops to make the program seem more interactive. |
- | } | + | Automatic questions or statements sent to the user like " |
- | </ | + | |
- | + | ||
- | =====Execution===== | + | |
- | Again, if there is associated code with the project, and you haven' | + | |
- | + | ||
- | < | + | |
- | lab46: | + | |
- | Hello, World! | + | |
- | lab46: | + | |
- | </ | + | |
- | + | ||
- | =====Reflection===== | + | |
- | Comments/ | + | |
+ | Over all, this are natural learning processes you can code. But this and more is all something that I will take on next since I actually understand what Im doing now. | ||
=====References===== | =====References===== | ||
In performing this project, the following resources were referenced: | In performing this project, the following resources were referenced: | ||
- | * URL1 | + | * [[https:// |
* URL2 | * URL2 | ||
- | * URL3 (provides useful information on topic) | + | * URL3 |
* URL4 | * URL4 | ||
Generally, state where you got informative and useful information to help you accomplish this project when you originally worked on it (from Google, other wiki documents on the Lab46 wiki, etc.) | Generally, state where you got informative and useful information to help you accomplish this project when you originally worked on it (from Google, other wiki documents on the Lab46 wiki, etc.) |