# Bevezetés

## Programozási alapfogalmak

Gépi kód: az adott gép processzorának a "nyelve"

Assembly nyelv: a gépi kód emberibb változata, ahol minden gépi kódú utasításnak egy kis angol neve van.

Magas szintű programozási nyelvek: könnyű bennük ismétlési és döntési szerkezeteket, valamit algoritmusokat készíteni.

## Programkészítés lépései

1. A feladat megfogalmazása
2. Tervezés (algoritmusok)
3. Kódolás (programírás)
4. Tesztelés, ellenőrzés + kijavítás
5. Dokumentálás
   1. Felhasználói dokumentálás
   2. Fejlesztői dokumentálás

## Értelmezések

Algoritmus: Azon lépések sorozata amely feladat megoldásához vezet.

Program: a számítógépen megírt algoritmus


---

# 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://cspp.csalex.org/9.-osztaly/programozasi-alapfogalmak.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.
