Difference between revisions of "Setting up a web page"

From CompSciWiki
Jump to: navigation, search
Line 10: Line 10:
 
==Step 1: Picking a Domain Name==
 
==Step 1: Picking a Domain Name==
  
==How is Software Created==
+
==Step 2: Finding a Web Host==
  
 
===Writing and Compiling Programs===
 
===Writing and Compiling Programs===

Revision as of 11:22, 1 December 2009

COMP1260 > Setting up a Web Page(Tutorial)



Introduction

 

...by students

blah blah

Previous Page: UPDATE THIS LINK

Next Page: UPDATE THIS LINK

Step 1: Picking a Domain Name

Step 2: Finding a Web Host

Writing and Compiling Programs

Graphic.jpg

Development Models

Waterfall Model

  1. Requirements Gathering
    • Finding requirements for software
  2. Software Design
    • Designing the structure of the software
  3. Implementation of Design
    • Actual programming of programs in software
  4. Integration of Software
    • Combining all the separate programs together, and checking if it meets requirements
  5. Testing and Debugging
    • Testing the program and fixing anything that is wrong
  6. Installation
    • Installing and integrating software into its proper environment
  7. Maintenance
    • Updating software and correcting more errors

Summary

Let’s take a look back and see what we've learned

What is Software? - A collection of programs that complete a task on a computer
How is Software Created? - created by programming instructions the computer can understand
What is Programming? - writing instructions, compiling them into something the computer can understand
Developing Software - Waterfall model and its steps

For information on this topic, please follow the links in further readings. The next topic in this chapter will be on Software Suites.

Previous Page: Freeware and Shareware
Next Page:Software Suites

Further Readings

Software Development Process[1]
Computer Software [2]
Extreme Programming[3]

References