Relay Computer
Uploader Comments (Frogstopper)
Top Comments
-
can it run crysis? where do you connect keyboard to this computer?
-
it's a 4-bit ALU
All Comments (96)
-
@Zorbeltuss WOW! How did I miss this? 0_O
This is amazing, I have always wondered why nobody thought of using relays but never actually stumbled on perhaps one of the greatest invention in the history of of computing =\
thanks for the info
-
@AllGs They did, just earlier and on the wrong side of world war 2, Konrad Zuses Z3 was the worlds first functional computer and all relay at that. However it has not been in the limelight because its architechture is so alien from other computers because the lack of development relationship, they only figured it was Turing complete 57 years after it was built, wikipedias article is my recommendation in reading up on it.
-
can it run crysis 2 ?
-
If Rube Goldberg ever had the opportunity or inclination to cross over into the world of electronics, I'm pretty sure your computer would resemble one of his creations, LOL. Very neat computer, though!!
-
That is too very cool
-
All I can thing about is that I want to model this with Minecraft
I have a question. why were relays never used as a transistor in place of Vacuum tubes? I mean you can do the same operation with them can't you?
AllGs 3 weeks ago
@AllGs Yep, they essentially do the same thing but vacuum tubes can do it much faster.
Frogstopper 2 weeks ago
How do you make the adder take away?
Nicholas2472 1 month ago
@Nicholas2472 Technically the adder is still adding - it's just adding the negative of what you wanted to subtract :). E.g. a - b = a + -b
Looking at the 2's Compliment binary table, if you take a number, invert all the bits and add 1 you end up with the negative of that number. In the machine the XORs are used to invert all the bits of the B input (@3:00), and then 1 is fed in to the carry in of the adder to get the "add 1" part.
Frogstopper 2 weeks ago
What are those two trapezoidal figures in the schematic at the end?
tvolala1976 9 months ago
@tvolala1976 Hey, they're multiplexers (A 4PDT switch in the machine). For the lower one, based on whether the "A/C" input is set, either "Mem" or "A" will be output.
Frogstopper 8 months ago