1 Bit Memory?

  • Hellome
    16th Feb 2011 Member 0 Permalink
    Alright, i am bored so i am looking into some electronics.
    i am rubbish at them.
    i gave probably the simplest thing a go, Memory.
    not sure if this is done right, if it isn't please tell me.
    is it classed as 1 Bit, or something else, i am confused.
    if it is right, give me an idea for something else.

    here it is

  • Fluttershy
    16th Feb 2011 Member 0 Permalink
    It's cool. I'll vote up...
  • cctvdude99
    16th Feb 2011 Member 0 Permalink
    cool, voted up
  • Hellome
    16th Feb 2011 Member 0 Permalink
    Any idea for what I could do next?
  • Cr15py
    16th Feb 2011 Member 0 Permalink
    Voted up, but you could easily shrink this A LOT.

    EDIT: Here is a shrunken version. Better for CPUs because it releases only one spark when read.
  • dnerd
    16th Feb 2011 Member 0 Permalink
    its cool, but theres a better way of doing this, its much more compact and i think its better, i implemented it in Devast8a's processor so here it is:



    EDIT: also, the processor's ram is the same idea, although not as easily used
  • Hellome
    16th Feb 2011 Member 0 Permalink
    Kk, Il give it a go 2moz

    @dnerd
    Sorry, can you post the link, I am on my mobile
  • Hellome
    16th Feb 2011 Member 0 Permalink
    Cheers.
    These prossescers do nothing but confuse me, how exatly do they work and what do they do?
    And ideas?
  • Cr15py
    16th Feb 2011 Member 0 Permalink
    @Hellome
    Processors* do what you design them to. You have various combinations of bits point to different operations. You make them do what you want. You can make RAM and registers, and for the ALU just decide what mathematical operations you want to do and read up on what logic gates do what operation(e.g. XOR gate adds).