Java Wiederholung

Java Wiederholung

12th Grade

18 Qs

quiz-placeholder

Similar activities

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Java Arrays

Java Arrays

9th - 12th Grade

20 Qs

Grundlagen Access Datenbanken

Grundlagen Access Datenbanken

12th Grade

17 Qs

Loops

Loops

5th - 12th Grade

16 Qs

Array

Array

10th - 12th Grade

20 Qs

2D Arrays

2D Arrays

9th - 12th Grade

15 Qs

AP Computer Science A Review 1

AP Computer Science A Review 1

10th - 12th Grade

15 Qs

Arduino Loop

Arduino Loop

2nd Grade - University

20 Qs

Java Wiederholung

Java Wiederholung

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Gero Zickermann

Used 17+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Welche Bedeutung hat das Schlüsselwort „final“ in Java?

Identifiziert eine Konstanze

Identifiziert eine Zeichenkette

Identifiziert eine Konstante

Final Space

Identifiziert die finale Klasse

2.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Welche der folgenden Wörter sind reservierte Schlüsselwörter in Java?

double

hit

else

int

switch

3.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Welche Variablenbezeichner sind gültig?

ungueltig

1_2_3

Eins

$variabel

double

4.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Welche sind Schlüsslewörter für primitive Datentypen in Java?

char

long

double

float

ultimate

5.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Welchen Wert nimmt die Variabel x an?


int x = 60 % 7

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Welchen Wert hat x?


int x = 8 : 2 (2 + 2);

16

1

Fehler, deshalb keine Zuweisung

0

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Welchen Wert hat x?


int x, y=5, z=2;

x = y \ z;

x++;

2,5

3,5

1,5

3

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?