Children's Earn-A-Computer Program

The Earn-A-Computer program awards a computer to students who complete a series of computer-related classes.

Note This page is a work in progress. Please see the Bworks website for an official introduction:

There are two Earn-A-Computer programs – Adults and Children's. Please see Adult_Earn_a_Computer for more information about the adult Earn-A-Computer program.

Synopsis

  • Class 1 - Intro to Computers
  • Class 2 - Computer Programming Using Scratch
  • Class 3 - Computer Programming Using Scratch, Part 2
  • Class 4 - Internet and Internet Safety
  • Class 5 - Presentations
  • Class 6 - Graduation and Computer Assembly

Requirements

  • The children's earn-a-computer program accepts 4th through 8th grade students.
  • Children of any income level or geographic location are qualified.
  • The program is free.

To earn a computer the child must attend a series of six classes of about two hours each. The classes cover the following topics:

Children can sign up for the classes by having a parent call ByteWorks at 314-664-9537 or by filling out a sign-up form. (FIXME can we post a PDF here and on the website?)

What Students are Saying

Hey guys

I just wanted to thank you for all that you've done these past SEVEN weeks, (besides making me wake up early on a SATURDAY!!!). I already knew a lot about computers from my mom sending me to other computer classes in the past. Though I knew quite a byte in the first place before coming here I did learn some and had a lot of fun. Dave and Nathan are the best! Hope you had a great summer, and next time don't let my brothers sit next to one another.


Its fun here at ByteWORKS.


I want to thank you for the computers and everything here at ByteWorks. My favorite class here at ByteWorks was everything because I learned a lot from each thing that was taught to us, so thank you for everything.


Teaching Materials

Parents Handout and FAQ

Graduate Machines

The Children’s class graduate machine is typically a Pentium III with 128-256M of RAM and a 4GB or larger HD, sound (onboard or card), Ethernet (onboard or card), CD-ROM, floppy drive. The operating system used is Debian/GNU Linux, version 4.0, named “Etch”.

The instructions for building and finalizing a graduate machine have been revised:

Older instructions are here:

The Children’s class graduate machine was typically a Pentium III with 128-256M of RAM and a 4GB or larger HD, modem, sound card, CD-ROM.

This is the “fix” to /etc/X11/xorg.conf to fix weirdness when old Dell monitors meet up with older onboard Intel video chipsets (i810).

take everything below this line:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
# uncomment this if Intel i810 onboard video
# Driver                "i810"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
        HorizSync       30-81
        VertRefresh     60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
       SubSection      "Display"
       Depth           24
       Modes           "1024x768_60"
       EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
EndSection

See Also

August 29 Earn A Computer Class %2009/%08/%26 %16:%Aug nate
Bworks Blog How-To %2007/%07/%08 %11:%Jul Dan Adelman
Children's Earn-A-Computer Program %2008/%01/%03 %18:%Jan nate
Classes %2007/%09/%01 %12:%Sep nate
Earn-A-Computer Ideas %2008/%08/%19 %23:%Aug nate
Email Class %2007/%08/%29 %00:%Aug nate
Graduation Class %2007/%09/%05 %07:%Sep nate
Kids Classes Schedule %2007/%06/%30 %10:%Jun nate
Open Office Impress %2007/%08/%29 %00:%Aug nate
Open Office Writer %2007/%08/%29 %00:%Aug nate
Photography Class %2007/%08/%29 %00:%Aug nate
Scratch Programming Class %2007/%08/%08 %00:%Aug nate
Ubuntu Survey %2008/%09/%01 %09:%Sep nate
 
earn_a_computer.txt · Last modified: 2011/11/17 17:53 by nate
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki