3261 Bar Jokes In Our Database
103 Computers Jokes
This is page 11 of 11 pages displaying a total of 103 Computers jokes.
<< PREVIOUS 6 7 8 9 10 11 | 10-11
|
Proper Diskette Usage And Care Proper Diskette Usage and Care Never leave diskettes in the drive, as the data can leak out of the disk and corrode the innermechanics of the drive. Diskettes should be rolled up and stored in pencil holders. Diskettes should be cleaned and waxed once a week. Microscopic metal particles may be removed by waving a powerful magnet over the surface of the disk. Any stubborn metal shavings can be removed with scouring powder and steel wool. When waxing a diskette, make sure the surface is even. This will allow the diskette to spin faster, resulting in better access time. Do not fold diskettes unless they do not fit into the drive. "Big" diskettes may be folded and used in "little" drives. Never insert a diskette into the drive upside down. The data can fall off the surface of the disk and jam the intricate mechanics of the drive. Diskettes cannot be backed up by running them through a photocopy machine. If your data is going to need to be backed up, simply insert two diskettes into your drive. Whenever you update a document, the data will be written onto both disks. A handy tip for more legible backup copies: Keep a container of iron filings at your desk. When you need to make two copies, sprinkle iron filings liberally between the diskettes before inserting them into the drive. Diskettes should not be removed or inserted into the drive while the red light is on or flashing. Doing so could result in smeared or possibly unreadable text. Occasionally, the red light remains flashing in what is known as a "hung" or "hooked" state. If your system is hooking, you will probably need to insert a few coins before being allowed to access the slot. If your diskette is full and needs more storage space, remove the disk from the drive and shake vigorously for two minutes. This will pack the data enough (data compression) to allow for more storage. Be sure to cover all openings with Scotch tape to prevent loss of data. Data access time may be greatly improved by cutting more holes in the diskette jacket. This will provide more simultaneous access points to the disk. Periodically spray diskettes with insecticide to prevent system bugs from spreading... You can keep your data fresh by storing disks in the vegetable compartment of your refrigerator. Disks may be frozen, but remember to unthaw by microwaving or briefly immersing in boiling water. "Little" diskettes must be removed from their box prior to use. These containers are childproof to prevent tampering by unknowledgeable youngsters. You can recover data from a damaged disk by using the DOS command FORMAT/U, or alternately by scratching new sector marks on the disk with a nail file. Diskettes become "hard" with age. It's important to back up your "hard" disks before they become too brittle to use. Make sure you label your data. Staples are good way to permanently affix labels to your disks. -- Jim Rosenbaum's Humor Page (http://www.jimrosenbaum.com/humor/) |
|
What If People Bought Cars Like They Buy Computers? WHAT IF PEOPLE BOUGHT CARS LIKE THEY BUY COMPUTERS? General Motors doesn't have a help line for people who don't know how to drive, because people don't buy cars like they buy computers, but imagine if they did.... ///////////////////////////////////////////////////////////// HelpLine: "General Motors HelpLine, how can I help you?" Customer: "I got in my car and closed the door and nothing happened!" HelpLine: "Did you put the key in the ignition slot and turn it?" Customer: "What's an ignition?" HelpLine: "It's a starter motor that draws current from your battery and turns over the engine." Customer: "Ignition? Motor? Battery? Engine? How come I have to know all these technical terms just to use my car?" ------------------------------ HelpLine: "General Motors HelpLine, how can I help you?" Customer: "My car ran fine for a week and now it won't go anywhere!" HelpLine: "Is the gas tank empty?" Customer: "Huh? How do I know?" HelpLine: "There's a little gauge on the front panel with a needle and markings from 'E' to 'F'. Where is the needle pointing?" Customer: "It's pointing to 'E'. What does that mean?" HelpLine: "It means you have to visit a gasoline vendor and purchase some more gasoline. You can install it yourself or pay the vendor to install it for you." Customer: "What? I paid $12,000 for this car! Now you tell me that I have to keep buying more components? I want a car that comes with everything built in!" ------------------------------ HelpLine: "General Motors HelpLine, how can I help you?" Customer: "Your cars suck!" HelpLine: "What's wrong?" Customer: "It crashed, that's what wrong!" HelpLine: "What were you doing?" Customer: "I wanted to run faster,so I pushed the accelerator pedal all the way to the floor. It worked for a while and then it crashed and it won't start now! HelpLine: "It's your responsibility if you misuse the product. What do you expect us to do about it?" Customer: "I want you to send me one of the latest version that doesn't crash any more!" ------------------------------ HelpLine: "General Motors HelpLine, how can I help you?" Customer: "Hi, I just bought my first car, and I chose your car because it has automatic transmission, cruise control, power steering, power brakes, and power door locks." HelpLine: "Thanks for buying our car. How can I help you?" Customer: "How do I work it?" HelpLine: "Do you know how to drive?" Customer: "Do I know how to what?" HelpLine: "Do you know how to drive?" Customer: "I'm not a technical person. I just want to go places in my car!" -- Jim Rosenbaum's Humor Page (http://www.jimrosenbaum.com/humor/) |
|
A Taligent Parable? A Taligent Parable? --------------------------------------------------------------------------- Once upon a time, in a kingdom not far from here, a king summoned two of his advisors for a test. He showed them both a shiny metal box with two slots in the top, a control knob, and a lever. "What do you think this is?" One advisor, an engineer, answered first. "It is a toaster," he said. The king asked, "How would you design an embedded computer for it?" The engineer replied, "Using a four-bit microcontroller, I would write a simple program that reads the darkness knob and quantizes its position to one of 16 shades of darkness, from snow white to coal black. The program would use that darkness level as the index to a 16-element table of initial timer values. Then it would turn on the heating elements and start the timer with the initial value selected from the table. At the end of the time delay, it would turn off the heat and pop up the toast. Come back next week, and I'll show you a working prototype." The second advisor, a computer scientist, immediately recognized the danger of such short-sighted thinking. He said, "Toasters don't just turn bread into toast, they are also used to warm frozen waffles. What you see before you is really a breakfast food cooker. As the subjects of your kingdom become more sophisticated, they will demand more capabilities. They will need a breakfast food cooker that can also cook sausage, fry bacon, and make scrambled eggs. A toaster that only makes toast will soon be obsolete. If we don't look to the future, we will have to completely redesign the toaster in just a few years." "With this in mind, we can formulate a more intelligent solution to the problem. First, create a class of breakfast foods. Specialize this class into subclasses: grains, pork, and poultry. The specialization process should be repeated with grains divided into toast, muffins, pancakes, and waffles; pork divided into sausage, links, and bacon; and poultry divided into scrambled eggs, hard-boiled eggs, poached eggs, fried eggs, and various omelet classes." "The ham and cheese omelet class is worth special attention because it must inherit characteristics from the pork, dairy, and poultry classes. Thus, we see that the problem cannot be properly solved without multiple inheritance. At run time, the program must create the proper object and send a message to the object that says, 'Cook yourself.' The semantics of this message depend, of course, on the kind of object, so they have a different meaning to a piece of toast than to scrambled eggs." "Reviewing the process so far, we see that the analysis phase has revealed that the primary requirement is to cook any kind of breakfast food. In the design phase, we have discovered some derived requirements. Specifically, we need an object-oriented language with multiple inheritance. Of course, users don't want the eggs to get cold while the bacon is frying, so concurrent processing is required, too." "We must not forget the user interface. The lever that lowers the food lacks versatility, and the darkness knob is confusing. Users won't buy the product unless it has a user-friendly, graphical interface. When the breakfast cooker is plugged in, users should see a cowboy boot on the screen. Users click on it, and the message 'Booting UNIX v. 8.3' appears on the screen. (UNIX 8.3 should be out by the time the product gets to the market.) Users can pull down a menu and click on the foods they want to cook." "Having made the wise decision of specifying the software first in the design phase, all that remains is to pick an adequate hardware platform for the implementation phase. An Intel Pentium with 32MB of memory, a 1G hard disk, and an SVGA monitor should be sufficient. If you select a multitasking, object oriented language that supports multiple inheritance and has a built-in GUI, writing the program will be a snap. (Imagine the difficulty we would have had if we had foolishly allowed a hardware-first design strategy to lock us into a four-bit microcontroller!)." The king wisely had the computer scientist beheaded, and they all lived happily ever after. -- Jim Rosenbaum's Humor Page (http://www.jimrosenbaum.com/humor/) |
<< PREVIOUS 6 7 8 9 10 11 | 10-11



