Search Header Logo

Java Primitives Unit 1-B

Authored by Angel Ligon

Other

12th Grade

Used 1+ times

Java Primitives Unit 1-B
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

12 questions

Show all answers

1.

MATCH QUESTION

1 min • 1 pt

Match the following

variable.nextInt( )

A class within java.util. It contains code specifically designed to help with user input.

Package

Allows users to input int values.

variable.nextDouble( )

Allows users to input String values.

variable.nextLine( )

Used to group code into a folder for easy use.

Scanner class

Allows users to input double values.

2.

MATCH QUESTION

1 min • 1 pt

Match the following

casting

Rounds the value of a double to the nearest whole number.

(int) (x + .05)

When Java automatically casts the value correctly without the programmer needing to do so

overflow

When a calculation relies on a number outside the acceptable number range, Java will wrap back to the MIN or MAX value depending on the value.

implicit casting

Turning something of one type into another type!

3.

HOTSPOT QUESTION

1 min • 1 pt

Click on the data type.

4.

HOTSPOT QUESTION

1 min • 1 pt

Click on the variable name.

5.

HOTSPOT QUESTION

1 min • 1 pt

Click on the what creates a new object.

6.

HOTSPOT QUESTION

1 min • 1 pt

Click on the argument or actual parameter.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you collect a users age and then collect their name what is the result? Assuming the user age is 16 and name is "Eric" and you are using the appropriate println statement.

16

Eric

16

Eric 16

16 Eric

Answer explanation

Remember to add a buffer if you use an int or double before a String.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?