# Mandatory Reading on How the Internet Works

{% hint style="warning" %}
Please go through these materials before TechUp. These materials will be covered in the quiz on 14 May (30 MCQ, 70% score to pass TechUp).&#x20;
{% endhint %}

| <p><a href="https://www.youtube.com/watch?v=OAx_6-wdslM&#x26;list=PLzdnOPI1iJNcsRwJhvksEo1tJqjIqWbN-">Code.org YouTube playlist: How Computers Work</a></p><ol><li>Introducing how computers work </li><li>What makes a computer, a computer? </li><li>Binary & data</li><li>Circuits & logic </li><li>CPU, memory, input & output </li><li>Hardware and software </li></ol> | 25 min |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
| <p><a href="https://www.youtube.com/watch?v=Dxcc6ycZ73M&#x26;list=PLzdnOPI1iJNfMRZm5DDxco3UdsFegvuB7">Code.org YouTube playlist: How the Internet Works</a> </p><ol><li>What is the Internet? </li><li>Wires, Cables & Wifi</li><li>IP Addresses & DNS</li><li>Packets, Routing & Reliability </li><li>HTTP & HTML </li><li>Encryption & Public Keys </li></ol>              | 45 min |
| [What happens when you type a URL in the browser and press enter?](https://medium.com/@maneesa/what-happens-when-you-type-an-url-in-the-browser-and-press-enter-bb0aa2449c1a) (Login to Medium required)                                                                                                                                                                     | 7 min  |


---

# 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://info.techup.live/programme-essentials/mandatory-reading-on-how-the-internet-works.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.
