Grundlagen der Informatik
Prüfung GILPS WBH-Darmstadt
Prüfung GILPS WBH-Darmstadt
1
0.0 (0)
Set of flashcards Details
| Flashcards | 1 |
|---|---|
| Language | Deutsch |
| Category | Computer Science |
| Level | University |
| Created / Updated | 26.11.2020 / 26.11.2020 |
| Weblink |
https://card2brain.ch/cards/20201126_grundlagen_der_informatik
|
| Embed |
<iframe src="https://card2brain.ch/box/20201126_grundlagen_der_informatik/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
|
Schreiben Sie die Dualzahl 101010 als Hexadezimalzahl. Geben Sie Ihren Rechenweg an.
Die Umrechnung ist sehr einfach: Jeweils vier Ziffern der Dualzahl ergeben eine einzige Ziffer im Hexadezimalsystem.
10 = 2 = 2
1010 = 10 = a
Somit: 101010 = 2a