Registers and RAM: Crash Course Computer Science #6
Take the 2017 PBS Digital Studios Survey: Today we’re going to create memory! Using the basic logic gates we discussed in episode 3 we can build a circuit that stores a single bit of information, and then through some clever scaling (and of course many new levels of abstraction) we’ll show you how we can construct the modern random-access memory, or RAM, found in our computers today. RAM is the working memory of a computer. It holds the information that is being executed by the computer and as such is a crucial component for a computer to operate. Next week we’ll use this RAM, and the ALU we made last episode, to help us construct our CPU - the heart of a computer.
*CORRECTION*
In our 16x16 Latch Matrix graphic, we inadvertently left off the horizontal row access line above the top row of latches. As a result, the highlighted line for the row at address 12 should actually be one line higher.
Produced in collaboration with PBS Digital Studios: h
2 views
1417
446
4 years ago 00:08:02 9
bruce dickinson registers a complaint and sing a “python“-song
9 years ago 00:05:46 0
Checks and Check Registers for Kids
7 years ago 01:29:40 20
Lecture 4: Stream Ciphers and Linear Feedback Shift Registers by Christof Paar
7 years ago 01:37:04 28
Building a Computer in Rust | Part One - Registers, and the Main Bus 🔴