<?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:aufgabe4loesung</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:aufgabe4loesung:start&amp;rev=1700039033&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:aufgabe4loesung:start&amp;rev=1700039033&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-15T09:03:53+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:aufgabe4loesung:start&amp;rev=1700039033&amp;do=diff</link>
        <description>Lösung zu Aufgabe 4:

Wandeln Sie um:

	*  a) $49152_{10} = ?_{16}$
	*  b) $30000_{10} = ?_{16}$
	*  c) $3a_{16} = ?_{10}$
	*  d) $a1b1_{16} = ?_{10}$

a)

$$49152 : 16 = 3072\ Rest\ 0$$
$$3072 : 16 = 192\ Rest\ 0$$
$$192 : 16 = 12\  Rest\ 0$$
$$12 : 16 = 0\ Rest\ 12$$
Die Ziffer mit dem Wert $12_{10}$ ist $c$, daher ist $49152_{10} = c000_{16}$

b)

$$30000 : 16 = 1875\ Rest\ 0$$
$$1875 : 16 = 117\ Rest\ 3$$
$$117 : 16 = 7\  Rest\ 5$$
$$7 : 16 = 0\ Rest\ 7$$
$\Rightarrow 30000_{10} = 7530_{16}$…</description>
    </item>
</rdf:RDF>
