Java Primitive Unit 1-A

Java Primitive Unit 1-A

12th Grade

22 Qs

quiz-placeholder

Similar activities

TOPIC 3 (SET C)

TOPIC 3 (SET C)

12th Grade

20 Qs

JavaScript and Graphics

JavaScript and Graphics

12th Grade

17 Qs

Unit 1 Terms

Unit 1 Terms

12th Grade

22 Qs

SAINS KOMPUTER T4

SAINS KOMPUTER T4

12th Grade

20 Qs

Chapter 6: Quantitative Methodology (Key Terms)

Chapter 6: Quantitative Methodology (Key Terms)

11th - 12th Grade

20 Qs

Funções e Estruturas - Matrizes & Strings & Apontadores

Funções e Estruturas - Matrizes & Strings & Apontadores

9th Grade - Professional Development

24 Qs

review ab topics

review ab topics

11th - 12th Grade

18 Qs

Unit 1: Research Methods Psychology

Unit 1: Research Methods Psychology

11th - 12th Grade

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?