# The History of Computers

The easiest way to learn about the history of computer science is through your own research. I highly recommend you watch and/or read the following:

* [Crash Course Computer Science](https://www.youtube.com/watch?v=tpIctyqH29Q\&list=PL8dPuuaLjXtNlUrzyH5r6jN9ulIgZBpdo) (at least episodes 1 & 2)
* Encyclopedia Britannica's[ History of Computing](https://www.britannica.com/technology/computer/History-of-computing)
* Explain That Stuff's [A Brief History of Computers](https://www.explainthatstuff.com/historyofcomputers.html)
* A **complete** [Timeline of Computer History](http://www.computerhistory.org/timeline/) and [Computer History Exhibits](http://www.computerhistory.org/revolution/topics#exhibition)
* [History of the Internet](https://www.internethalloffame.org/internet-history/timeline)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cs.brash.ca/unit-1/history.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
