Your Status: Logged out Log in

Programming Techniques  

Member rating: 8 out of 10 stars (1 vote) | Words: | Submitted: Sat Aug 30 2003

Page Preview
Preview
Previous 1 of 17 Next

On the left is an image preview of every page of this document, and below are the first 150 words with formatting removed:

Programming Techniques Programming technique is a way of * Unstructured programming, * procedural programming, * modular programming Unstructured Programming Usually, people start learning programming by writing small and simple programs consisting only of one main program. Here ``main program'' stands for a sequence of commands or statements which modify data which is global throughout the whole program. The main program directly operates on global data. It can be illustrated: This programming techniques provide tremendous disadvantages once the program gets sufficiently large. For example, if the same statement sequence is needed at different locations within the program, the sequence must be copied. This has lead to the idea to extract these sequences, name them and offering a technique to call and return from these procedures. Procedural Programming With procedural programming it is possible to combine returning sequences of statements into one single place. A procedure call is used to invoke the...

Get instant access



  • Instant, unlimited access to our documents in full
  • Swap your work for free access, or pay £4.99
  • To see the full version of this document and 151,713 others
Register Now

 

User Reviews:

4 out of 5 stars Reviewed by: leec, 2008-03-01

"Great structure and approach. Content is factual and consistent"

Was this review helpful to you?