Difference between revisions of "Very Basic BASIC"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
(Created page with 'Frontpage == Information == {|{{Prettytable|width: 700px; font-size: 2em;}} |Title:|| '''Very Basic BASIC''' |- |Authors…')
 
(Information)
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
|Authors:|| Derek Ellershaw - Peter Schofield
 
|Authors:|| Derek Ellershaw - Peter Schofield
 
|-
 
|-
|Publiser:|| Century Publishing - Melbourne House
+
|Publisher:|| [[Melbourne House]] - Century Publishing
 
|-
 
|-
 
|Year:|| 1985
 
|Year:|| 1985
Line 56: Line 56:
 
</pre>
 
</pre>
  
[[Category:Books]]
+
[[Category:Books]] [[Category:Book cover]]

Latest revision as of 13:25, 15 December 2010

Frontpage


Information

Title: Very Basic BASIC
Authors: Derek Ellershaw - Peter Schofield
Publisher: Melbourne House - Century Publishing
Year: 1985
Pages: 143
ISBN: 0-7126-0669-6

Contents


Section 1 - Pre-programming.

01 - Introduction.
02 - Keyboard basics.
03 - How to correct mistakes.
04 - Uses of the Print command.

Section 2 - Basic programming techniques.

05 - How to use Input.
06 - Numbers and your computer.
07 - Strings and things.
08 - Screen clearing and timing.
09 - Looping and branching.
10 - Subroutines.
11 - Summary.
12 - Using the datacorder.
13 - The printer.

Section 3 - Introduction to colour, sound and graphics.

14 - Modes and a few tips.
15 - Colour.
16 - Graphics.
17 - Sound.

Section 4 - More basic techniques.

18 - How to handle data.
19 - How to adapt programs.