943,509 Members | Top Members by Rank

Ad:
You are currently viewing page 2 of this multi-page discussion thread; Jump to the first page
Feb 1st, 2005
0

Re: how computer work

The little men eat in bytes.
Reputation Points: 11
Solved Threads: 8
Posting Whiz in Training
Real-tiner is offline Offline
207 posts
since Dec 2004
Feb 1st, 2005
0

Re: how computer work

Hi,

I just wonder if instead of electrons and wires, we had pipes and water. Imagine a hydrolic computer. We would have leaks instead of bugs (wait, we do have memory leaks... better think of a different term... drips? But water under pressure doesn't drip... it squirts) so we have squirts instead of bugs, the power supply would be a pump, we wouldn't have to worry about floods and such.

We would not be able to use the hydrolic computer in subzero temperatures. So much for space travel.

Christian
Team Colleague
Reputation Points: 121
Solved Threads: 57
Posting Virtuoso
kc0arf is offline Offline
1,629 posts
since Mar 2004
Feb 2nd, 2005
0

Re: how computer work

well, in low temperatures different liquids can be substituted.

In fact your idea isn't as farfetched as you think. It is entirely possible to create calculating machines in hydraulic circuitry and such has indeed been done.
While not entire computers AFAIK, things like flipflops and transistors have been created using hydraulic and pneumatic (which is closely related, using gasses instead of liquids) components.
Team Colleague
Reputation Points: 1658
Solved Threads: 331
duckman
jwenting is offline Offline
7,719 posts
since Nov 2004
Feb 2nd, 2005
0

Re: how computer work

And is DNA just the storage module for a biologic computer? Let's see, what cells do I need over HERE? Well, consult my handy dandy DNA strand.... SKIN!
Reputation Points: 36
Solved Threads: 11
Posting Pro in Training
Chainsaw is offline Offline
436 posts
since Jun 2004
Feb 2nd, 2005
0

Re: how computer work

Quote originally posted by Real-tiner ...
Joke?

OK.

- There are little tiny men inside the computer who pick up the numbers and carry them around.

- Some of those tiny men know how to do 1-bit math.

- When the little men get hungry, they go to the power supply to eat.

- How does Windows work? In my opinion, it doesn't. It just messes everything up.

- If your hard disk crashes, all the little men fall down and get hurt.

Are there only men, no cute chics running in my computer? :mrgreen:
Reputation Points: 15
Solved Threads: 1
Junior Poster
chound is offline Offline
143 posts
since Aug 2004
Feb 15th, 2005
0

Re: how computer work

The problem with google is that it gives you 99% BS.
Try:
http://computer.howstuffworks.com/
for only 77% BS.
Darn, one of the little guys just fell out of the side of my PC. Got to use more duct tape!

Also:
http://www.geocities.com/basicsofcomputing/index.htm
Moderator
Reputation Points: 1333
Solved Threads: 1403
DaniWeb's Hypocrite
vegaseat is offline Offline
5,792 posts
since Oct 2004
Jun 8th, 2005
0

Re: how computer work

I own a computer that uses marbles and gravity instead of electricity. It's great for demonstrating how computers do math.
Reputation Points: 11
Solved Threads: 8
Posting Whiz in Training
Real-tiner is offline Offline
207 posts
since Dec 2004
Jun 8th, 2005
0

Re: how computer work

Quote originally posted by chound ...
Are there only men, no cute chics running in my computer? :mrgreen:
The chicks peck at and eat all of the bits, and scratch the disks with their claws. So we don't want them there. But we keep one, to peep to make the beeping sound.

Nobody mentioned the bus fare for the data bus either. Each man has to pay 8 computrons.
Reputation Points: 11
Solved Threads: 8
Posting Whiz in Training
Real-tiner is offline Offline
207 posts
since Dec 2004
Jun 13th, 2005
0

Re: how computer work

Oh great. Do you have a few years?

Lets bring this down to its most basic level. Computers run on binary, 1s and 0s. Boolean Logic gates prosses them. Theses gates have only to settings 1 or 0, ture or false, on or off. There are several kinds on gates. The first two digits (on the left) are the imports the last one (farest to the right is the output, with the exception of the NOT gate wihch only has 1 inport.

The basic gates:

NOT:
01
10

AND:
000
100
010
111

OR:
000
101
011
111

Those are the 3 basic gates. There are many more that are combination of those 3.

The Not gates:

NOR:
001
100
010
110

NAND
001
101
011
110

The X gates:

XOR:
000
101
011
110

XNOR:
001
100
010
111

Using these gates we can make (sorry my pet bird is on my shoulder bugging me) more complex things such as the multiplexer, demultiplexer, RAM, Flip flops, and do math.

http://www.play-hookey.com/

Now we are going to stift gears. Play-hookey will explain how all the stuff I just measion works cause I don't have the time or pasences (sp) to.

I hope you know what RAM, ROM, and Harddrives are. RAM is the memory your computer uses when its runing. Your hard Drive is where perminite memory is stored. Why do we have to have RAM then. Your computer would run 10 times slowing if it did because RAM is very quick to access. Harddrives take longer. ROM is where periment instuctions are held. Go the Howstuffworks and read these articals

Bites & Bytes

Boolean Logic

Electronic Gates

Hard Drives

RAM

ROM

General Memory

Microprossors

PC

Thats the hardware.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
stargate3216 is offline Offline
16 posts
since Apr 2005
Jun 13th, 2005
0

how computer works? this is how computer works

Computer works. My teacher says that it evolved out of simpler electronic equipment... probably operating systems evolved out of computer viruses in years of evolution.. and microprocessors evolved out of tamagotchi

http://www.emu8086.com/assembly_lang...ence/model.gif

Computer feeds on a low level programming language, sometimes it's called assembler. If you program in C++ language, compiler automatically converts your code to this low level code. This code is hardly readable by a human being, but you can use a disassembler or a debug program to see how it works from inside.

check out this tutorial for more.

Appel Macintosh works a bit different from IBM PC compatible computers, but the idea behind all this is the same...

Computer shall not live by electricity alone, but by every thought that proceeds out of the brain of a Man
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Wokr is offline Offline
2 posts
since Jun 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Computer Science Forum Timeline: APress Fractal Programming Contest
Next Thread in Computer Science Forum Timeline: Advice Please - Best Language to Learn for GIS





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC