Java Primitives Unit 1-B

Java Primitives Unit 1-B

12th Grade

12 Qs

quiz-placeholder

Similar activities

MyReskill IoT Programme Day 2

MyReskill IoT Programme Day 2

1st - 12th Grade

10 Qs

Python - Selection (IF statements)

Python - Selection (IF statements)

9th - 12th Grade

17 Qs

Empowerment Technologies Module 1 - Pre-Test

Empowerment Technologies Module 1 - Pre-Test

11th - 12th Grade

15 Qs

TestOut IT Fundamentals Quiz 1

TestOut IT Fundamentals Quiz 1

10th - 12th Grade

17 Qs

Statistics Quiz

Statistics Quiz

12th Grade

10 Qs

Web Unit Lab 5 Check for Understanding

Web Unit Lab 5 Check for Understanding

9th - 12th Grade

12 Qs

Google sites

Google sites

9th - 12th Grade

10 Qs

TallyPrime Release 4.0 - EXCEL IMPORT

TallyPrime Release 4.0 - EXCEL IMPORT

12th Grade

15 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

Scanner class

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

variable.nextInt( )

Allows users to input int values.

variable.nextDouble( )

Allows users to input String values.

Package

Used to group code into a folder for easy use.

variable.nextLine( )

Allows users to input double values.

2.

MATCH QUESTION

1 min • 1 pt

Match the following

implicit casting

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

(int) (x + .05)

Turning something of one type into another type!

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

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?