# Common Programming Concepts

{% embed url="<https://openguild-labs.github.io/open-rust/syllabus/module/1.1-slides.html#/1>" %}

## Basic concept of the data type in programming

There is a very good chapter in the Rust book for you to learn about Rust data type: <https://doc.rust-lang.org/book/ch03-02-data-types.html>&#x20;

Some key bullet points:&#x20;

* Memory only stores binary data
  * Anything can be represented in binary
* Program determines what the binary represents
* Basic types that are universally useful are provided by the language

<figure><img src="/files/uFsdDXObUCWU4KT0fUus" alt=""><figcaption></figcaption></figure>


---

# 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://bootcamp.openguild.wtf/rust-programming-language/basic-rust/common-programming-concepts.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.
