Data Types

Data Types

12th Grade

10 Qs

quiz-placeholder

Similar activities

Pengayaan : Soal Matpel PBTGM Kelas 12 RPL 2

Pengayaan : Soal Matpel PBTGM Kelas 12 RPL 2

12th Grade

15 Qs

Recap Sessions 16 & 17

Recap Sessions 16 & 17

11th Grade - University

10 Qs

Exhaust system fill in the blanks

Exhaust system fill in the blanks

12th Grade

10 Qs

Inducción de Seguridad - Ecoclean - Ecogas

Inducción de Seguridad - Ecoclean - Ecogas

12th Grade - University

14 Qs

PIF-Quiz 4

PIF-Quiz 4

9th - 12th Grade

15 Qs

Lesson 6 System Terminology and Concepts

Lesson 6 System Terminology and Concepts

12th Grade - University

15 Qs

SACA 2 Technology and Advanced Manufacturing

SACA 2 Technology and Advanced Manufacturing

12th Grade

15 Qs

C Programming Control Statements

C Programming Control Statements

12th Grade

10 Qs

Data Types

Data Types

Assessment

Quiz

Engineering

12th Grade

Hard

Created by

Khairina Azra

Used 7+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

int x = 10;

System.out.println(x / 3);

3

3.33

3.0

Compilation error

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

double y = 10 / 3;

System.out.println(y);

3.33

3

3.0

Compilation error

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

char letter = 'A' + 1;

System.out.println(letter);

A

B

66

Compilation error

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

boolean result = (5 > 3) && (2 < 1);

System.out.println(result);

true

false

Runtime error

Compilation error

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

float f = 5.5;

System.out.println(f);

5.5

5

Runtime error

Compilation error

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

System.out.println("10" + 5);

105

15

10 + 5

Compilation error

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

long l = 1000 * 1000 * 1000 * 1000;

System.out.println(l);

1 000 000 000 000

Overflow, incorrect result

Runtime error

Compilation error

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?