Primitive Types

Primitive Types

10th Grade - University

20 Qs

quiz-placeholder

Similar activities

Rational Functions

Rational Functions

10th Grade - University

20 Qs

Sampling Techniques and Descriptions

Sampling Techniques and Descriptions

10th - 11th Grade

20 Qs

KUIS 1 Metode  Numerik

KUIS 1 Metode Numerik

University - Professional Development

19 Qs

CodeQuest-R1

CodeQuest-R1

University

20 Qs

Correction of Errors

Correction of Errors

9th - 10th Grade

18 Qs

Week 1 QUIZ

Week 1 QUIZ

University

20 Qs

Price & Quantity Controls

Price & Quantity Controls

11th - 12th Grade

15 Qs

Soal Pengukuran SMK Klas X

Soal Pengukuran SMK Klas X

10th Grade

15 Qs

Primitive Types

Primitive Types

Assessment

Quiz

Other

10th Grade - University

Medium

Created by

Richard Groeneveld

Used 56+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the resulting value of x?


double x;

x = 2.3

2

2.3

Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the resulting value of x?


int x;

x = 2.3;

Error

2

2.3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the resulting value of x?


double x;

x = 7;

Error

7

7.0

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the resulting value of x?


int x;

x = 3/4;

Error

0

0.75

1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the resulting value of x?


double x;

x = 3/4;

Error

0.0

0.75

1.0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the resulting value of x?


double x;

x = 3.0 / 4;

Error

0.0

0.75

1.0

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the resulting value of x?


int x;

x = 3.0 / 4;

Error

0

1

0.75

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?