Java Primitives Unit 1-B

Java Primitives Unit 1-B

12th Grade

12 Qs

quiz-placeholder

Similar activities

HTML Quiz

HTML Quiz

9th Grade - Professional Development

10 Qs

Comparison of Qualitative and Quantitative Research

Comparison of Qualitative and Quantitative Research

10th - 12th Grade

10 Qs

Year 9 - AW4 Edu Blocks - Quiz Assessment

Year 9 - AW4 Edu Blocks - Quiz Assessment

1st - 12th Grade

8 Qs

Comptia Quiz 4

Comptia Quiz 4

9th - 12th Grade

15 Qs

Mec1 Arduino and Interactive

Mec1 Arduino and Interactive

1st - 12th Grade

10 Qs

ITGS 3.05: Hacking

ITGS 3.05: Hacking

9th - 12th Grade

12 Qs

Java Script

Java Script

10th - 12th Grade

10 Qs

Computer Software

Computer Software

12th Grade

10 Qs

Java Primitives Unit 1-B

Java Primitives Unit 1-B

Assessment

Quiz

Other

12th Grade

Easy

Created by

Angel Ligon

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MATCH QUESTION

1 min • 1 pt

Match the following

Package

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

Scanner class

Used to group code into a folder for easy use.

variable.nextInt( )

Allows users to input int values.

variable.nextLine( )

Allows users to input String values.

variable.nextDouble( )

Allows users to input double values.

2.

MATCH QUESTION

1 min • 1 pt

Match the following

implicit casting

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.

overflow

Turning something of one type into another type!

(int) (x + .05)

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

casting

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

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.

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?