Storage Systems in Computers

Brendan Massey
9 min readJun 25, 2021

How does a computer store information? What tools does a computer use to retain information? These are very important questions, as all that has discussed in my various blogs thus far is how to get a computer to manipulate ones and zeros to make decisions.

There are two kinds of logical structures: those that store information and those that do not store information. Thus far, I have written about logical structures that just manipulate information in order to produce a new value; now, I will introduce a logical structure that will store the information: an R-S Latch.

--

--

Brendan Massey

I write about programming and computer science as well as review Coursera courses I have taken related to the aforementioned topics.