User:Whiteknight/Programming for Kids
From Wikibooks, open books for an open world
This page is an outline for a proposed book or project. This is only a planning page, not an actual book.
(Whiteknight) (Discuss) (Book Foundry) (Current Books) (VBD Edit)
- Do not add sub-pages to this outline.
- Any user may edit this outline, but Whiteknight maintains complete editorial control on this page.
- This page may be deleted without warning.
This outline was last edited on 2 December 2008. Last edit over 38 months ago. Please update.
This book is going to be an introduction to computer programming with a focus on Perl (possibly Perl 6).
Contents |
[edit] The Plan
- Target Audience
- Wikijunior kids, who are familiar with computers, but not with programming.
- Scope
- Will cover a basic introduction to computer programming, variables, loops, "Hello world", whatever
- Prerequisites
- None
- Corequisites
- None
[edit] Preface
[edit] Table of Contents
- Note for Parents and Teachers
- Introduction
[edit] About Computers
- Parts of Computers
- Input and Output Devices
- Memory and Storage
- What is Programming?
- Programming Languages
- The Console
[edit] Perl
- What is Perl?
- How to get Perl
- Basic Examples
[edit] Basic Printing
- Printing
- Strings and words
- The Carriage Return
[edit] Variables
[edit] Arrays
[edit] Console Input
[edit] Math and Operations
[edit] Loops
- Basic Counting