Bit Lab Banner

System.out.println("Welcome to the Bit Lab!");

public homePage()
{
      int visitorNum;
      for(int visitor = 1; visitor < visitorNum; visitor++)
      {
           System.out.print("

The Bit Lab is a student-built Linux Lab just for computer students. There we have class, write programs, and do homework... and fun stuff, like messing around with the electic keyboard, eating girl scout cookies, kicking around nerf balls and playing DDR. See the links to the left for more what it's like to be here: the programs, the technology, the faculty and the fun!

Could you be good at computers? It's a lot more like what you already do than you may realize. Talk to a computer student or Barrett Koster to find out what it's really all about.

Bit Lab workstation
Bit Lab workstation

What is Computer Science?

Computer science is the study of the storage, transformation and transfer of information. The field encompasses both the theoretical study of algorithms (including their design, efficiency and application) and the practical problems involved in implementing them in terms of computer software and hardware. --from the Linux Information Project website

The study of using advanced technology to perform new tasks with the goal of making life easier. --Keri Rehm, Meredith Graduate, class of 2008

The science of computers. --Amber Nisley, Meredith CS student and smart-aleck

Computer Science is an Awesome Career

Laurie and Keke do the CS thing.

                          ");
      }
      endLinks();
}

public endLinks()
{

      System.out.println("Click here to go to the main Meredith site.");

}