Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 11 additions & 16 deletions resources/references.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ History of Computers
```{list-table}
:header-rows: 1

* - Resource
- Type
- Level
- Summary
* - [Name](url)
- video/blog/
- this is about ...
Expand All @@ -32,18 +28,15 @@ History of Computers
- Digital Encyclopedia
- 2
- Provides a quick definition of what a computer algorithm is followed by the importance of algorithms.

```

Tools of the Craft
------------------

```{list-table}
:header-rows: 1
* - Resource
- Type
- Level
- Summary

* - [What is Linux? Linux Explained](https://www.youtube.com/watch?v=PwugmcN1hf8)
- Video
- 1
Expand Down Expand Up @@ -124,14 +117,13 @@ Tools of the Craft
- Article that explains the importance and benefits of having data backups. Contains a list of different kinds of backups and a visual tree to go with it. Also explains what each type of back up is with its pros and cons.

```

Survey of Hardware Components
-----------------------------

```{list-table}
:header-rows: 1
* - Resource
- Level
- Type
- Summary

* - [What is a CPU, and What Does It Do?](https://www.howtogeek.com/694869/what-is-a-cpu-and-what-does-it-do/)
- 1
- Article
Expand Down Expand Up @@ -172,11 +164,12 @@ Survey of Hardware Components
- 1
- Video
- Crash Course video that explains what registers are and how RAM works.

```

Software Infrastructure
-----------------------

```{list-table}
:header-rows: 1
* - [Operating Systems: Crash Course](https://www.youtube.com/watch?v=26QPDBe-NB8&list=PL8dPuuaLjXtNlUrzyH5r6jN9ulIgZBpdo&index=19)
Expand All @@ -202,12 +195,13 @@ Software Infrastructure
* - [Cache Memory in Computer Organization](https://www.geeksforgeeks.org/cache-memory-in-computer-organization/)
- 1
- Article
- Explains how cache memory works and how it is accessed by the CPU. Also talks about cache mapping, types of cache, and cache performance.
- Explains how cache memory works and how it is accessed by the CPU. Also talks about cache mapping, types of cache, and cache performance.

```

Number Systems
--------------

```{list-table}
:header-rows: 1
* - [Representing Numbers and Letters with Binary](https://www.youtube.com/watch?v=1GSjbWt0c9M&list=PL8dPuuaLjXtNlUrzyH5r6jN9ulIgZBpdo&index=5)
Expand All @@ -227,6 +221,7 @@ Number Systems

Machine Representation of Data
------------------------------

```{list-table}
:header-rows: 1
* - [What is a Bitwise Operator and How to Use Them](https://www.youtube.com/watch?v=SSvHrrbhCCI)
Expand Down