Electronic – Single bit of memory

integrated-circuitmemory

Is there an IC which provides 1 bit of memory?

I'm thinking something like an IC that has GND, VVC, input value, input set/clock, and output. It maintains its output value at HIGH or LOW until set/clock is pulled HIGH (or LOW), at which point input value is read and duplicated to output. If the supplied voltage drops below its operational range, it could either reset to LOW (volatile), or retain its value (non-volatile); either case is fine.

What would a part like this be called?

Is there a similar IC which has n input and n output, and is functionally n bits of memory? What would a part like this be called?

Best Answer

That part is called a flip flop.

You can get packages of one or several flip flops here.

If n is much more than 8 or so, you will want a memory chip which offers some address and data bus.