Why Doesn't My Floppy Disk Flop?: And Other Kids' Computer Questions Answered by the CompuDudes

Why Doesn't My Floppy Disk Flop?: And Other Kids' Computer Questions Answered by the CompuDudes

Why Doesn't My Floppy Disk Flop?: And Other Kids' Computer Questions Answered by the CompuDudes

Why Doesn't My Floppy Disk Flop?: And Other Kids' Computer Questions Answered by the CompuDudes

Paperback

$14.95 
  • SHIP THIS ITEM
    Qualifies for Free Shipping
  • PICK UP IN STORE
    Check Availability at Nearby Stores

Related collections and offers


Overview

Why Doesn't my Floppy Disk Flop? And Other Kids' Computer QuestionsAnswered by the Compududes.

For the best answers, coolest Web sites, and excellentcyber-activities, pick up Why Doesn't My Floppy Disk Flop? Thislively, informative guide provides the answers to dozens ofquestions that you (and your parents!) really want to know.Combining their popular brand of humor with cartoon illustrations,sidebars, and tons of advice, the Compududes make all the learningseem like play. From the ins and outs of hardware and software tothe best ways to take advantage of the Internet to the excitingfuture of computing, the answers and explanations in Why Doesn't MyFloppy Disk Flop? are guaranteed to plug you in, log you on, andturn you into a computer whiz in no time!

Product Details

ISBN-13: 9780471184294
Publisher: Wiley
Publication date: 03/31/1999
Pages: 90
Product dimensions: 7.52(w) x 9.57(h) x 0.22(d)
Age Range: 8 - 18 Years

About the Author

PETER COOK and SCOTT MANNING are the Compududes(r), whose popular radio show is heard on National Public Radio. The 'Dudes have also written about computers for the Philadelphia Inquirer and Knight-Ridder Wire Services, and they have appeared on the Discovery Channel's Home Matters and Fox Network News.

Read an Excerpt

Why Doesn't My Floppy Disk Flop?: And Other Kids' Computer Questions Answered by the CompuDudes(r)
Peter Cook
Scott Manning
ISBN: 0-471-18429-2

HARDWARE

EVERYONE has a general idea of what a computer is, but not many really know what's going on inside that beige box on the desk. But don't worry, it's not as complicated as you may think.
From the largest computer that NASA uses to keep the space shuttle flying to the smallest computer chip inside your microwave oven, all computers do the same three basic things. First, they get information from the outside world. For the space shuttle, that information includes how fast it is going, how high it is, and so on. For the microwave oven, the information might relate to the kind of food you are putting in it. Next, computers do something with that information, like decide how much fuel to burn to move the shuttle, or how long to cook your popcorn. Once that is decided, they send out signals to make the engines burn or the microwaves bounce around in the oven.

The Basics

What are hardware and software?
Hardware refers to all of the parts of the computer, from the computer box to the computer monitor to the printer. Software refers to all of the programs that go into your computer.
What are the basic parts of a computer?
The monitor is the big screen that you look at. The computer box is what holds its guts-all the chips, circuit boards, and so on. The central processing unit (CPU), the chip that carries the basic instructions about how the computer works, is in this box, so people sometimes refer to the box as the CPU even though it contains much more than just the CPU. The box also includes one or more slots, or disk drives. The keyboard is what you use to type words and commands. The mouse is the little box with a rolling ball inside that you use to move the cursor around the screen.
What is a motherboard?
If you look inside a computer, you will see a huge circuit board that fills one side of the case. Circuit boards, computer chips, and wires are all connected together on the motherboard, or the main circuit board, of the computer. The motherboard (there isn't a fatherboard) is where you find the basic circuits like the central processing unit and RAM memory chips. The parts like the sound card, the floppy disk drive, and the CD-ROM player are all connected and controlled by the motherboard.
What is a computer chip?
A computer chip is a tiny group of millions of electronic components and circuits in your computer that make it work. These days computer chips are made of silicon and metals like tin, gold, and copper.
What's the point of making things in a computer so incredibly tiny?
There are two reasons why circuits in computers are so tiny. First, if the parts were larger, and they could be, your desktop computer would be the size of your house and you couldn't have laptops or palmtops. The second reason is that the smaller you make computers, the faster they can go. By reducing the length of the wires and the distance between computer chips you actually speed up the computer.
Can you make a computer so small it can fit in your brain?
Not yet, but in April 1998 two doctors from Emory University, Dr. Bakay and Dr. Kennedy, connected a human brain to an electronic device that amplifies brain signals. The signals are transmitted from an antenna connected to the device to a laptop computer. The patient, who is completely paralyzed, is able to move the computer cursor around a screen and communicate with the doctors.
What does "Intel Inside" mean?
Intel is a company that makes computer chips for most of the computers sold in the last twenty years. The Pentium and the Pentium II are very powerful chips that contain your central processing unit or CPU.

Bits and Bytes

What's a computer bit?
A computer bit is the smallest unit of data handled by a computer. It represents either 0 or 1. This is known as a binary number system. A computer actually works by using on and off switches. If a switch is off, it means 0; if it's on, it means 1. There are millions of microscopic switches within a computer's microchips.
How many bits does a computer use at once?
Your computer works in 8-bit chunks called bytes. It also works with 16 bits at a time (called a word) or 32 bits at a time (called a long word). The number of bits that a computer works with depends on what you ask it to do. If you are working with letters, your computer is moving bytes at a time, because one byte can store one character (one letter, or space, or punctuation mark). If you are painting with an art program, your computer will usually work with long words, because 32 bits is enough data to record all of the colors that you can see.

ONES AND ZEROS
Not only can your computer only count from 0 to 1, it is also only able to add or subtract. Even though you can do complex math on a computer, deep down inside, the computer is really only adding and subtracting 1s and 0s.

BUYER BEWARE
When you see ads for video game systems saying that a new 64-bit game system is better than a 32-bit system, remember that it is the software-the games themselves-not the number of bits that the system can process that makes the difference. A poorly programmed game written for a new 64-or even 128-bit game system may not be any faster or better than a well-written game on a 32-bit game system.

Memory

What is memory?
Memory in a computer is a lot like an address book that the computer uses to keep track of numbers and other information. For a program to run, the computer must load it into memory; then it starts following the instructions one at a time. If the program tells the computer to add two numbers and then multiply that answer by another number, the computer will first do the addition and then store the answer in memory and use it to multiply.
Computer memory is organized as a bunch of addresses, one per byte. The computer can read or write to any address in memory without going through every address before and after it. This is called random access.
What is the difference between RAM and ROM?
The most important type of memory is usually called random access memory, or RAM. The name random access means that you can get to any storage location that you want in any order. Actually all computer memory is random access. The important thing about data stored in RAM is that it will hang around only while the power is on. If you turn the power off without saving your work somewhere else, you will lose any data that you have been working on.
The other type of memory that you will find in a computer is called read-only memory, or ROM. Like RAM, ROM is random access, but unlike RAM, anything stored in ROM is going to be stored in the computer chip forever. In addition, read-only means that you cannot change the data that is stored in ROM; you can only use it. The instructions that tell the computer how to start up and read the hard drive are stored in ROM.
How much memory do I really need?
The amount of memory that you have in your computer is very important. When we talk about memory, we mean RAM, or random access memory. If you do not have enough, your computer may run very slowly, or it may not run some programs at all. Figuring out how much memory you need is not an exact science.
As of this writing, most computers have 32 megabytes of memory installed. Computers that people use to create professional three-dimensional graphics have 64 megabytes. The amount of memory that people need has been increasing constantly, and we can only say that sometime in the future you will probably need more RAM.
It's always a good idea to read the side of the box when you buy a new game or other software. All software boxes list how much RAM each program needs to run on a computer. Make sure your computer has enough memory left to run that program.

OFF TO A SLOW START
The earliest computers did not have ROM. Instead, when you turned your computer on, it would just sit there and do nothing until you entered the commands to start up, using a row of switches on the front of the computer. It could take an hour of slow switch flipping to get your computer started. And if you made a mistake, you had to start all over again.

ADDING MEMORY
If your computer's hard drive makes a lot of noise and the little hard drive light on the front of the computer flashes a lot while you are using programs, then it is a good idea to put more RAM in your computer. You will first have to find out how much RAM you have. This can be done by clicking on your computer's control panel and clicking on the Memory area for a Mac or the Device Manager on the Windows PC. Next, if you plan to add more memory, ask your parents to take the computer to a computer store to have new RAM chips installed.

Disks, Drives, and Monitors

What are disks?
Since RAM forgets everything that is stored when the power goes away, you need somewhere to put your data when you want to turn the computer off. The place where data is stored is called a disk. Disks can be floppy disks, hard drive disks, recordable CDs, or backup storage disks like Iomega Zip disks or Imation Super Disks. A floppy disk can hold 1.44 megabytes of information. Storage disks can hold 100 megabytes or more; recordable CDs can hold as much as 650 megabytes; and the disks in hard drives have several gigabytes of storage space.
Floppy disks, recordable CDs, and Iomega Zip disks are all portable. They can be inserted into a disk drive in your computer or attached to your computer to collect information, then given to someone to use on another computer. The hard drive uses a hard disk that stays inside your computer.
Floppy disks are the least expensive, but they are not good for permanently storing data. The thin, floppy plastic can wear out and lose data over many years.
Why doesn't my floppy disk flop?
The 3 1/2-inch-wide "floppy" disk you have is covered by a hard plastic case. Inside the protective hard case is a thin piece of plastic that is actually floppy, or flexible. The first portable disks, in the early 1980s, were larger and were enclosed in floppy plastic cases. They could easily be damaged if they were accidentally bent. After people switched to hard plastic cases, the name "floppy" just stuck.

KILOBYTES, MEGABYTES, GIGABYTES. AND TERABYTES
Information stored on a computer's hard drive, on floppy disks, and on backup tapes and disks is measured in bytes. Computer graphics and computer-animated movies like Disney's Toy Story can take up hundreds of terabytes. A kilobyte is one thousand bytes, a megabyte is one million bytes, a gigabyte is one billion bytes, and a terabyte is one trillion bytes. Remember that one character takes up one byte of space.

Is there any difference between a hard drive and a floppy drive?
There is one big difference: speed. In a floppy drive the recording head actually touches the disk, but in a hard drive the head flies over the disk. So saving to your hard drive is faster than saving to a floppy disk. To give you a good idea of the speed of your hard drive and how fast the head flies over the hard drive disk, imagine a jet airplane flying along at about 600 miles per hour only 10 inches above the ground. The head of a hard drive flies over the hard drive platter that quickly.
Why does my computer make funny noises when I turn it on?
When you turn your computer on, the hard drive has to start up. The first thing that it does is start spinning the platters inside. This is what makes the whining sound that you hear at first. The next thing that happens is a clicking sound as the hard drive moves the read/write heads back to the outer parts of the platter. These sounds are normal, and you should hear them the same way every time you start up your computer. If these sounds change, you may need to have a service person check things out to make sure that your hard drive is okay and not getting ready to break. You can't see any of this because the hard drive is sealed inside a case. The sealed case keeps out dirt and dust and protects the hard drive platters.

TAKE CARE OF YOUR FLOPPY DISK
One of the things that will always be damaging to a floppy disk, even if it is in a hard plastic case, is a magnetic field. Information is recorded onto a floppy disk using magnets. If you get a floppy disk near a magnet, you can lose the information stored on that floppy disk.

HEAD CRASH!
If you bump your computer while the hard drive is saving something, and the recording head in the hard drive hits the disk itself, you will experience something called a "head crash." This is not something that you ever want to happen to you. If your hard drive head crashes, the head will scrape up the iron coating on the disk and destroy the head and the disk. All of your programs and the stuff you create and store on the hard drive are in that iron coating, so if you damage the iron coating, you will lose everything.
There is no good way to fix a drive after a head crash, but there is an easy way to prevent one in the first place. First, make sure your computer is on a sturdy desk or table, and be sure that it is sitting flat on the desk, not propped against something that might move and let the computer fall.
Also, if you have to move the computer, be sure to wait a few seconds after you turn the power off before you do it. Hard drives can spin for a while after you turn the power off. You want to be sure that everything has stopped before you move the computer.
And finally, if your computer has been in a cold place, let it warm up inside the house for a half hour before you turn it on. The metal and plastic parts in your computer can bend or break if they go from cold to hot too fast.

My hard drive is full. What can I do?
There are three things you can do. First, start cleaning up. Get rid of all those old programs that you never use, clean up temporary files (files that programs use while they run, and are supposed to clean up afterwards, but don't always), and move things like old schoolwork to floppy disks and delete them from the hard drive. Just make sure you know what you are deleting from the hard drive and that you have your parents' permission. You don't want to end up deleting any important instructions to the system or your dad's manuscript!
Second, if you have Windows you can adjust the size of the Recycle Bin, which is located on your computer desktop. The Recycle Bin is where you toss files you want to delete from the computer's hard drive. Place your mouse cursor over the Recycle Bin, and click the right mouse button once. In the little window that appears, click on "Properties," and another window will pop up called "Recycle Bin Properties." In the middle of the window is a slider that selects the percentage size of your hard drive that is reserved for the Recycle Bin. When you buy a new PC, the slider is always set at 10%. This means that if you have a 6.4-gigabyte hard drive, 640 megabytes are set aside for the Recycle Bin. Reset the slider to 1%. You will free up a lot of megabytes this way. You can always change it back if you have to get rid of a huge file.
The third way to get more space is to buy a bigger hard drive. You can replace your small hard drive or even add a second hard drive to most computers. However, a new hard drive costs at least $200, and you would have to pay someone to install it.
What is my computer doing when I first turn it on?
As the computer powers up, you will see information displayed on your monitor. On a PC, numbers and words will fly by. On a Mac, you will not see the numbers during the startup of the computer-you see words that say "Welcome to MacOS," referring to the Macintosh operating system. The computer will check the RAM as well as information about drives and whatever other things are in, or attached to, your computer. A memory chip in your computer called the BIOS (Basic Input/Output System) chip stores all of this information. Once your computer has checked to make sure everything is working, it will display your desktop screen.
This process of starting up is called "booting up," and it comes from the old expression "pulling yourself up by your bootstraps."
Your computer has a lot of work to do before it is ready to do what you want it to. Once the computer is sure that all systems are going, it will look for instructions about what to do next. These instructions are usually part of the operating system, a software program that tells your computer how to organize information. The more advanced your operating system is, the longer it will take to start.
How does my monitor work?
Your monitor's screen, like most TV screens, is actually a really big vacuum tube. A vacuum tube is a sealed glass container that has all of the air removed from it. In the back of the tube, which is also called a cathode ray tube, or CRT, is a device called an electron gun. This gun fires a stream of electrons at the inside of the front of the CRT. The inside of the glass is coated with special chemicals called phosphors, which glow when the electrons hit them. If you have anything that glows in the dark, it has phosphors in it.
But how does the computer control what the electron gun draws on the screen? It's done with magnets. One magnet moves the electron beam stream left and right, and a second magnet moves it up and down, sort of like an Etch-A-Sketch toy drawing screen. When the electrons hit a spot on the screen, the spot glows. That small spot is called a pixel. The computer screen can have as many as 1,024 pixels across and 768 pixels up and down. That's a total of 786,432 pixels covering the entire screen.
In a color monitor, instead of a single coating of phosphors, the inside of the screen is printed in a pattern of three phosphors, one each for red, green, and blue. Instead of one electron gun, there are three guns, one for each color. Using different combinations of these three primary colors, your monitor can display up to sixteen million colors.
What is a modem?
A modem is a device that allows your computer to communicate with other computers through a telephone line. An internal modem fits into a special slot inside your computer. An external modem plugs into a socket on the back of your computer. A telephone wire is attached from the modem to a telephone jack. The modem changes your data into sounds to send it through the telephone wires, and then another modem on the other end changes the sounds back into data.

Accessories

How do I get to hear sound on my computer?
Your computer may already have speakers and a sound card (hardware that sends sounds to the speakers), or you can have them added. The sound card connects to the motherboard inside your computer. The speakers connect to the sound card through a cable in the back of the computer.
I have three speakers attached to my computer-why?
If you have three speakers and one of them looks like a big box, you have a great sound system. The big box is called a sub woofer-no, it doesn't bark like a dog. The sub woofer is designed to play the deep bass sounds of explosions, booms, and deep bass voices. The other two speakers send out the high-and middle-range sounds. When you set them up, put the sub woofer on the floor under your computer desk, and place the other two speakers to the left and right of the desk.
What is a CD-ROM drive?
CD-ROM stands for compact disc-read-only memory. The computer CD drive works the same way as the compact disc player attached to your family stereo. Information in the form of sound, graphics, words, and video is stored on the disc-up to 650 megabytes!
The information is read off the disc in a unique way. If you looked at the bottom of the disc (the side without pictures or words) with a very powerful microscope, you would see little pits and scratches in the compact disc. Those pits are information. When the disc spins in the CD-ROM drive, a laser beam flashes on the pits and the computer reads the information off the disc. Be careful not to scratch the bottom of the disc, because that will make the laser beam skip over information.
What is a trackball?
A trackball is an upside-down mouse. The ball and the buttons and sometimes a scrolling wheel are located on top. The trackball device stays still while you roll the ball with the palm of your hand or your thumb.
What is a touchpad?
Like a mouse and a trackball, a touchpad is a way to move the cursor around. It looks like a small flat piece of plastic and is sometimes part of a keyboard. Touchpads are often used on laptop computers. All you do is touch the pad with your finger and slide your finger to move the cursor on the screen. On some touchpads you can even tap the pad to open and close folders and files.
What is a track point?
Built into some laptop computers, almost always between the G and H keys, is a small rubber stick called a track point. When you move it around with your index finger, it moves the cursor.
My parents said there are also pointing devices called a hamster and a rat-are they kidding me?
A hamster is really a mouse without a cord. Most hamsters, also known as wireless mice, use radio signals to transmit to the computer where the cursor is. A rat is a mouse that you move on the floor with your foot. They are not often used anymore because they are difficult to handle.
What is a joystick?
A joystick, which is sometimes plugged into the sound card, is made for playing games. It lets you move something on the screen very quickly in many directions, so it's great for things like flight simulation. A joystick usually has a plastic grip and is attached to a plastic base. Some joysticks have buttons on the stick and on the base that do different things depending on what game you are playing. It might even have a sliding switch that can control speed in something like a car-racing game.
What is a graphics tablet?
If you like drawing pictures on your computer, you can use a mouse or you can use a graphics tablet. The tablet comes in sizes from twelve inches wide to nearly three feet wide and it plugs into the computer. You draw on the pad with a pen without ink. As you move the pen across the pad, you will see what you are drawing on the screen. You have to use special graphics software with the pad to create pictures. Some software lets you change what the pen can do. With a simple click, the pen can print a black line or even paint like a brush.
What is a scanner?
A scanner is a piece of hardware that lets you electronically transmit printed pictures into a computer. In addition to plugging the scanner into the computer, you will need to load the software that comes with the scanner and allows your computer to reproduce the scanned image. There are two basic types of scanners: A flatbed scanner works like a copy machine. You lift the lid and place a picture on the glass surface. After the picture is scanned, it appears on your screen. A handheld scanner has to be dragged across the picture by hand. A scanner can be very useful for creating a computer family album and also for getting photographs onto your Web site.
What is the difference between inkjet and dot matrix printers?
These days most people use an inkjet printer that prints in color as well as black and white. An inkjet printer sprays a fine mist of ink on the paper where the computer tells it to.
A dot matrix printer is an older kind of printer that works by printing dots to create the shapes of letters. Small pins hit an ink ribbon, and the dots of ink stick to the paper behind the ribbon. If you look very closely at anything printed on a dot matrix printer, you can see the tiny dots.
What is a laptop computer?
A laptop computer can do the same things as your desktop computer, but it is small enough to fit on your lap, or about the size of a small briefcase. Many people use laptops because they are so easy to carry from one place to another that you can use them almost anywhere. Some laptop cases are made of supertough metal so that even if you accidentally drop them, the laptop will still work. Laptops are usually more expensive than desktop computers because it costs more money to make the smaller parts.
What is a palmtop computer?
A palmtop computer fits in the palm of your hand, and you can carry it around in your pocket. Some palmtop computers can even read your handwriting. A palmtop is so small that a hard drive or a floppy disk drive can't fit inside it. One of the cool things you can do now is check your email by simply plugging a palmtop into a telephone jack.
Why don't they make computers in colors?
Nearly every computer comes in boring colors like white, black, or beige. But now there are some companies like Nokia that make monitors with red, yellow, blue, and green cases. Apple Computer's iMac also comes in several colors. You can also decorate your computer case with stickers, but make sure you don't cover up the floppy disk drive, the CD-ROM drive, or any of the holes or buttons on the case. Also, a few companies, like Nickelodeon, sell cardboard frames that you can attach to your monitor. The frames can be anything from the shape of a TV set to a border of tropical fish to characters from your favorite TV show.

SILICON VALLEY
Silicon Valley is located in Santa Clara County, California, about fifty miles south of San Francisco. The valley is a place where hundreds of computer companies have offices and hundreds more have been started in home garages and basements. So many computer companies started there that by 1972 it was nicknamed "Silicon Valley" by electronics writer Don Hoeffler.
In New York City, computer companies call their part of the city "Silicon Alley." In Scotland you can find "Silicon Glen." And across the Midwest, you will find places called the "Silicon Prairie."

ACTIVITY

Fun with CD-ROM Discs
You can make your own crafts with CD-ROMs. But first make sure to use CD-ROMs that are demonstration copies or CD-ROMs you get in the mail for online services like CompuServe or America Online. Check with your parents first to make sure that the CDs are never going to be used again.

CD-ROM Mobile
MATERIALS

  • String
  • Scissors
  • 2 metal coat hangers
  • Even number of CD-ROMs-4 or 6 (or more)

DIRECTIONS
1. Cut two 12-inch and four 6-inch pieces of string.
2. Attach one end of a 12-inch piece of string to the top of a hanger.
3. Tie a 6-inch piece of string to each corner at the bottom of the hanger.
4. Attach one CD to each 6-inch string.
5. Repeat steps 2, 3, and 4 with the second hanger.
6. Tie the second hanger to the first, and hang the mobile near your window so that light bounces off the CDs.

This is just one simple design-see how big and complex you can make your mobile as you collect old CD-ROMs.

ACTIVITY

CD-ROM Coasters
Here's a gift for your parents or a friend. Coasters are placed under beverage glasses so they don't stain or leave a water ring on the table. If your parents ask you not to put a glass or a soda can down on their favorite table, here's a solution that is fun and works.

MATERIALS

  • Some old CD-ROMs (Remember to make sure your parents will never want to use them again.)
  • Adhesive felt sheets (Look for these in craft stores. One side is felt and the other side is very sticky.)
  • Scissors

DIRECTIONS
1. Peel off the backing of the felt sheet. Carefully place the CD-ROM with the picture side up on the sticky side of the felt sheet.
2. Trim away the felt around the CD-ROM.

You now have a CD-ROM coaster with a felt surface underneath. The felt will keep the coaster from sliding on the table.

Table of Contents

Welcome to Our Book 1

Introduction: Highlights of Computer History 3

1. Hardware 9

2. Software 31

3. The Internet 45

4. Good Computer Habits 69

5. The Computer Future 81

Glossary 85

Bibliography 88

Index 89

From the B&N Reads Blog

Customer Reviews