User:Whiteknight/Programming for Kids
Appearance
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 192 months ago. Please update.
This book is going to be an introduction to computer programming with a focus on Perl (possibly Perl 6).
The Plan
[edit | edit source]- 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
Preface
[edit | edit source]Table of Contents
[edit | edit source]- Note for Parents and Teachers
- Introduction
About Computers
[edit | edit source]- Parts of Computers
- Input and Output Devices
- Memory and Storage
- What is Programming?
- Programming Languages
- The Console
Perl
[edit | edit source]- What is Perl?
- How to get Perl
- Basic Examples
Basic Printing
[edit | edit source]- Printing
- Strings and words
- The Carriage Return
Variables
[edit | edit source]Arrays
[edit | edit source]Console Input
[edit | edit source]Math and Operations
[edit | edit source]Loops
[edit | edit source]- Basic Counting