This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user:acrowle1:portfolio:cprogproject1 [2014/02/02 17:47] – [Project: YOUR PROJECT NAME HERE] acrowle1 | user:acrowle1:portfolio:cprogproject1 [2014/02/02 19:30] (current) – [Attributes] acrowle1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
======Project: | ======Project: | ||
- | A project for CSCS1320S14 by Alana Whittier during the Spring 2014. | + | A project for CSCS1320S14 by Alana Whittier during the Spring 2014 Semester. |
- | This project was begun in lab on January 23, 2014. It took about 10 minutes to complete although I presume it would have taken significantly less time if I were more experienced with Unix/Linux as well as C programming language. | + | This project was begun in lab on January 23, 2014. It took about 10 minutes to complete although I presume it would have taken significantly less time if I were more experienced with Unix/ |
=====Objectives===== | =====Objectives===== | ||
- | State the purpose of this project. | + | The purpose of this project |
=====Prerequisites===== | =====Prerequisites===== | ||
In order to successfully accomplish/ | In order to successfully accomplish/ | ||
- | * resource1 | + | * Matthew Haas (lab instruction) |
- | * resource2 | + | * Shawn Meas (lab assistant) |
- | * resource3 | + | |
- | * experience1 | + | |
- | * experience2 | + | |
- | * etc. | + | |
- | =====Background===== | + | I fully disclose that I did not consult any other documentation to complete this particular |
- | State the idea or purpose of the project. | + | |
- | Upon approval, you'll want to fill this section out with more detailed background information. DO NOT JUST PROVIDE A LINK. | ||
- | Providing any links to original source material, such as from a project page, is a good idea. | + | =====Background===== |
+ | "Hello World!" | ||
- | You'll want to give a general overview of what is going to be accomplished (for example, if your project is about installing a web server, do a little write-up on web servers. What is it, why do we need one, how does it work, etc.) | ||
=====Scope===== | =====Scope===== | ||
- | Give a general overview | + | The scope of this project |
=====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: | + | * attribute1: |
- | * attribute2: | + | * attribute2: |
- | * etc... | + | * |
=====Procedure===== | =====Procedure===== | ||
Line 43: | Line 39: | ||
Upon completion of the project, if there is an applicable collection of created code, place a copy of your finished code within < | Upon completion of the project, if there is an applicable collection of created code, place a copy of your finished code within < | ||
- | <code c> | + | <nano helloM-D.c> |
- | /* | + | /*Hello.c A first C Program |
- | * hello.c - A sample " | + | |
- | * | + | |
- | * written by NAME for COURSE on DATE | + | |
- | * | + | |
- | * compile with: | + | |
- | | + | |
- | * | + | |
- | * execute with: | + | |
- | | + | |
- | */ | + | |
- | #include < | + | written by Alana Whittier for CSCS1320S14 on January 23, 2014 |
+ | */ | ||
+ | |||
+ | #include < | ||
int main() | int main() | ||
- | { | + | |
- | printf(" | + | { printf(" |
- | return(0); | + | return (0) |
} | } | ||
+ | |||
+ | |||
+ | |||
</ | </ | ||
=====Execution===== | =====Execution===== | ||
- | Again, if there is associated code with the project, and you haven' | + | |
<cli> | <cli> | ||
- | lab46: | + | lab46: |
Hello, World! | Hello, World! | ||
- | lab46: | + | lab46: |
+ | |||
+ | |||
</ | </ | ||
=====Reflection===== | =====Reflection===== | ||
- | Comments/ | + | When I consider this project, |
+ | |||
=====References===== | =====References===== |