Java Primitive Unit 1-A

Java Primitive Unit 1-A

12th Grade

22 Qs

quiz-placeholder

Similar activities

Java Programming Quiz

Java Programming Quiz

12th Grade

20 Qs

Midterm 12C SU

Midterm 12C SU

12th Grade

19 Qs

RC - Quiz 1

RC - Quiz 1

12th Grade

18 Qs

Integration

Integration

12th Grade

18 Qs

Java Primitive Practice

Java Primitive Practice

12th Grade

20 Qs

Examen de JavaScript

Examen de JavaScript

12th Grade

20 Qs

CP Module 2 Quiz Review

CP Module 2 Quiz Review

10th - 12th Grade

18 Qs

Quiz by Ortusolis Technology Solutions Level 1

Quiz by Ortusolis Technology Solutions Level 1

KG - University

20 Qs

Java Primitive Unit 1-A

Java Primitive Unit 1-A

Assessment

Quiz

Other

12th Grade

Easy

Created by

Angel Ligon

Used 6+ times

FREE Resource

22 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Which of the following is a proper way to declare and initialize a variable in Java? Assuming the variable name is num and the value is 100.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which explains what the final keyword's purpose is in Java?

The final keyword is used to restrict the user from overriding/modifying a variable more than once.

The final keyword is used to define a constant variable and makes it possible for a variable to be changed.

The final keyword is used to prevent a variable from being overridden/modified.

All answer choices.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which explains the best practice for naming a variable in Java?

Using special characters and spaces
Using only capital letters
Using the name of the method

Using lowerCamelCase notation

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many primitive types are there in Java?

5
6
7
8

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Check all of the primitive types.

char

int

String

object

boolean

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Check all of the primitive types.

byte

short

long

float

double

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Java, the = sign in a statement means

is equal to.

the left hand side is equal to the right hand side in the equation.

an assignment of the right hand side value to the left hand side variable.

that two equivalent relationships can be compared using a Boolean comparison.

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?