Primitive Types

Primitive Types

10th Grade - University

20 Qs

quiz-placeholder

Similar activities

Functions in Python

Functions in Python

9th - 12th Grade

16 Qs

Python workshop day2

Python workshop day2

University

20 Qs

Machine Learning

Machine Learning

University

20 Qs

Java Primitive Unit 1-A

Java Primitive Unit 1-A

12th Grade

22 Qs

Python - Selection (IF statements)

Python - Selection (IF statements)

9th - 12th Grade

17 Qs

Coding Vocabulary

Coding Vocabulary

University

21 Qs

Programming Review

Programming Review

University

20 Qs

Java quiz

Java quiz

11th Grade

21 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?