<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://home.roboticlab.eu/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://home.roboticlab.eu/feed.php">
        <title>Robotic &amp; Microcontroller Educational Knowledgepage - Network of Excellence - en:programming</title>
        <description></description>
        <link>https://home.roboticlab.eu/</link>
        <image rdf:resource="https://home.roboticlab.eu/_media/wiki/logo.png" />
       <dc:date>2026-04-04T20:39:16+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://home.roboticlab.eu/en/programming/algorithms?rev=1595235600&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.roboticlab.eu/en/programming/algorithm_code?rev=1771493460&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.roboticlab.eu/en/programming/c?rev=1595235600&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://home.roboticlab.eu/_media/wiki/logo.png">
        <title>Robotic & Microcontroller Educational Knowledgepage - Network of Excellence</title>
        <link>https://home.roboticlab.eu/</link>
        <url>https://home.roboticlab.eu/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://home.roboticlab.eu/en/programming/algorithms?rev=1595235600&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-07-20T09:00:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Algorithms and flowchart</title>
        <link>https://home.roboticlab.eu/en/programming/algorithms?rev=1595235600&amp;do=diff</link>
        <description>Algorithms and flowchart

The algorithm is a step-by-step instruction, guideline or rule to perform some action or reach the solution for given problem. Flowchart is one of the way to represent algorithm graphically, where graphical elements like boxes, squares, circles, and arrows connecting them represent flow of control. Every element can represent on step in the instructions.</description>
    </item>
    <item rdf:about="https://home.roboticlab.eu/en/programming/algorithm_code?rev=1771493460&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-19T09:31:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Algorithms and program code</title>
        <link>https://home.roboticlab.eu/en/programming/algorithm_code?rev=1771493460&amp;do=diff</link>
        <description>Algorithms and program code

In previous chapters we briefly introduced algorithm construction and the C programming language.
Although these are independent languages, it is important that both are applied when planning and building software and, even more importantly, that they correspond to each other one-to-one. The graphical presentation of an algorithm as a flowchart is a model of the program that describes the program code visually and simply. From the flowchart it is easy to see logical …</description>
    </item>
    <item rdf:about="https://home.roboticlab.eu/en/programming/c?rev=1595235600&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-07-20T09:00:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Programming</title>
        <link>https://home.roboticlab.eu/en/programming/c?rev=1595235600&amp;do=diff</link>
        <description>Programming



The most popular PC programming language C is widely used also in programming microcontrollers. C is relatively straightforward to provide language constructs that map efficiently to machine instructions. In C-language, there are minimal number of keywords but it includes many characters with different meanings that makes learning more difficult. Correct way to develop software is to model it first. For modelling purpose simple algorithms can be created. Easiest way to represent a…</description>
    </item>
</rdf:RDF>
