03 Speicherung und Interpretation von Information Flashcards

1
Q

Wichtigste Zahlensysteme in der Informatik

A
  • Dualsystem
  • Oktalsystem
  • Hexadezimalsystem
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Grösste darstellbare Zahl n Bits

A

2^n - 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Grösste darstellbare Zahl im 2er-Komplement

A

Max: 2^(n-1) -1
Min: -2^(n-1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Wie bildet man das Zweierkomplement?

A

Das Zweierkomplement einer ganzen Zahl n bildet man in dem man die Zahl Bitweise invertiert und 1 addiert.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Gleitkommazahlen (float)

A

Eine Gleitkommazahl kann in der Form x.y * 10^z angegeben werden. Wobei x.y die Mantisse genannt wird und z der Exponent. Der Exponent ist Ganzzahlig, wobei auf Rechnern mit der Basis 2 gearbeitet wird.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

IEEE

A

Institute of Electrical and Electronics Engineers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

IEEE float und double

A

float - besteht aus 4 Bytes = 32 Bit unterteilt in 1 Bit Vorzeichen, 8 Bit Exponent, 23 Bit Mantisse
double - besteht aus 8 Bytes = 64 Bit unterteilt in 1 Bit Vorzeichen, 11 Bit Exponent, 52 Bit Mantisse

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

ASCII

A

American Standard for Coded Information Interchange

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

ASCII-Code

A

Standard zur binären Codierung von Zeichen. Codierung in 8 Bits = 1 Byte, wobei das 1.-Bit nicht genutzt wird, d.h. es können 128 Zeichen codiert werden.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Unicode

A

Standard zur binären Codierung von Zeichen.

Codierung in 4 Byte.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly