From 95b5f49ab12605b355c60948ef800166a9952f90 Mon Sep 17 00:00:00 2001 From: Daniel Larner Date: Sun, 7 Oct 2018 18:37:26 -0400 Subject: [PATCH] adds video on CPU processing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e517987..8a51334 100644 --- a/README.md +++ b/README.md @@ -487,6 +487,7 @@ Write code on a whiteboard or paper, not a computer. Test with some sample input - [answers to questions](https://github.com/lekkas/c-algorithms) - [ ] **How computers process a program:** + - [ ] [How CPU executes a program](https://www.youtube.com/watch?v=XM4lGflQFvA) - [ ] [How computers calculate - ALU (video)](https://youtu.be/1I5ZMmrOfnA) - [ ] [Registers and RAM (video)](https://youtu.be/fpnE6UAfbtU) - [ ] [The Central Processing Unit (CPU) (video)](https://youtu.be/FZGugFqdr60)