more information

Pages

Wednesday, April 6, 2011



Step 3:
Program Code






Coding is a writing program..
There are several important aspects
of writing a program..




Writing good programs
&
actually writing or code.

These two are the aspects of coding.








Good programs


  • reliable
  • detect obvious and common errors
  • well dccumented


The best way
to create good programs
is to write structured programs
using the three basic logic structures
present in Step 2..








Coding
 

There are hundreds
of different programming languages..
Two types are  :




1.  Content-markup languages

Instruct a computer
how to process 
different types of information. 
A widely used
content-markup language is 
HTML,
used to create Web pages. 
# Uses symbols, words and phrases




2.  Programming language 

Instruct a computer
to perform specific operations.
C++
is widely
used programming language.
# Uses a collection of symbols, words and phrases.






No comments:

Post a Comment