<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.learnj.de/11/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://www.learnj.de/11/feed.php">
        <title>Informatik 11 - codierung:stellenwertsysteme:aufgabe3loesung</title>
        <description></description>
        <link>https://www.learnj.de/11/</link>
        <image rdf:resource="https://www.learnj.de/11/lib/exe/fetch.php?media=logo.png" />
       <dc:date>2026-05-06T15:36:58+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.learnj.de/11/doku.php?id=codierung:stellenwertsysteme:aufgabe3loesung:start&amp;rev=1700032337&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.learnj.de/11/lib/exe/fetch.php?media=logo.png">
        <title>Informatik 11</title>
        <link>https://www.learnj.de/11/</link>
        <url>https://www.learnj.de/11/lib/exe/fetch.php?media=logo.png</url>
    </image>
    <item rdf:about="https://www.learnj.de/11/doku.php?id=codierung:stellenwertsysteme:aufgabe3loesung:start&amp;rev=1700032337&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-15T07:12:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://www.learnj.de/11/doku.php?id=codierung:stellenwertsysteme:aufgabe3loesung:start&amp;rev=1700032337&amp;do=diff</link>
        <description>Lösung zu Aufgabe 3

	*  a) $120_{10} = ?_2$
	*  b) $42_{10} = ?_2$
	*  c) $71_{10} = ?_2$

a)

$$120 : 2 = 60\ Rest\ 0$$
$$60 : 2 = 30\ Rest\ 0$$
$$30 : 2 = 15\ Rest\ 0$$
$$15 : 2 = 7\ Rest\ 1$$
$$7 : 2 = 3\ Rest\ 1$$
$$3 : 2 = 1\ Rest\ 1$$
$$1 : 2 = 0\ Rest\ 1$$

$$ \Rightarrow 120_{10} = 1111000_2$$

b)

$$42 : 2 = 21\ Rest\ 0$$
$$21 : 2 = 10\ Rest\ 1$$
$$10 : 2 = 5\ Rest\ 0$$
$$5 : 2 = 2\ Rest\ 1$$
$$2 : 2 = 1\ Rest\ 0$$
$$1 : 2 = 0\ Rest\ 1$$

$$ \Rightarrow 42_{10} = 101010_2$$

c)

$$71 :…</description>
    </item>
</rdf:RDF>
