Primitive Types

Primitive Types

10th Grade - University

20 Qs

quiz-placeholder

Similar activities

Accuracy and Precision

Accuracy and Precision

9th - 12th Grade

20 Qs

Python - Selection (IF statements)

Python - Selection (IF statements)

9th - 12th Grade

17 Qs

Elementele de bază ale limbajului C++

Elementele de bază ale limbajului C++

10th Grade

17 Qs

Java quiz

Java quiz

11th Grade

21 Qs

CODE CRAFT

CODE CRAFT

University

20 Qs

Java Booleans FQ1

Java Booleans FQ1

University

20 Qs

C Programming

C Programming

12th Grade - University

25 Qs

C PROGRAMMING

C PROGRAMMING

University

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?