AP_Rank Flashcards

1
Q

Compiler

A

Ein Programm, das Quellcode in Maschinensprache übersetzt, um ihn ausführbar zu machen

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

Interpreter

A

Ein Programm, das Quellcode liest und direkt ausführt, ohne ihn in eine Maschinensprache zu übersetzen.

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

String

A

Strings in der Programmierung sind eine zentrale Komponente zur Handhabung und Verarbeitung von Text. Sie bestehen aus einer Sequenz von Zeichen, die meistens als menschenlesbarer Text wahrgenommen werden, aber intern als eine Folge von Bytes repräsentiert sind.

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

INT

A

INT, kurz für Integer, repräsentiert eine ganze Zahl ohne Dezimalteil. Es ist ein grundlegender Datentyp in vielen Programmiersprachen, genutzt für arithmetische Operationen und Zählvorgänge

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

FLOAT

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

BOOLEAN

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

DOUBBLE

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

CHAR

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

BYTE

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

SHORT

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

LONG

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

Quelltext

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

Interpreter 1 Vorteil und 1 Nachteil

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

Compiler 1 Vorteil und 1 Nachteil

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

JIT-Compiler

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

(Java)Klassendeklaration was ist das? + Bsp.

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

Java Hauptmethode was ist das + Bsp.

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

bedeutung: public static void main (String [] args)

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

Bedeutung: System.out.print und println ?

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

was bedeutet \n und \t ?

A
21
Q

erklären und beispiel deklaration

A
22
Q

erklären und beispiel Initialisierung

A
23
Q

was bedeutet var ?

A
24
Q

var ++ / var – ?

A
25
Q

java.util.scanner –> erklären

A
26
Q

Bit zu byte umrechnung

A
27
Q

MiB zu GB umrechnung

A
28
Q

Modulo Operator

A
29
Q

Struktogramm erklärt

A
30
Q

Aktivitätsdiagramm

A
31
Q

Gleichheitszeichen?

A
32
Q

was genau ist eine temp datei?

A
33
Q

math.random methode erklärt + Bsp.

A
34
Q

Schleifen in der Prgrammierung erklären.

A
35
Q

For-Schleife

A
36
Q

While-Schleife

A
37
Q

Do-While-Schleife

A
38
Q

Zähler gesteuert / Kopfgesteuert / fußgestuerte schleifen.

A
39
Q

KISS-Prinzip ?

A
40
Q

DRY - Prinzip?

A
41
Q

YAGNI - Prinzip?

A
42
Q

was sind Operanden? Nennen Sie beispiele.

A
43
Q

OOP - erklären und definieren + Bsp.

A
44
Q

Instanz?

A
45
Q

Methoden?

A
46
Q

Attribute?

A
47
Q

Klassen diagramm

A
48
Q

Verkapselung

A
49
Q
A