Understanding Variables in Java

Understanding Variables in Java

Assessment

Interactive Video

Computers

9th - 10th Grade

Hard

Created by

Jennifer Brown

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary role of a variable in programming?

To execute code

To store a value

To debug errors

To compile programs

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a primitive data type in Java?

string

boolean

double

int

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What color sticky note is used to represent a double in the analogy?

Blue

Yellow

Red

Green

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Java, what does a reference variable do?

Compiles the program

Stores a basic data type

Executes a function

Points to a memory location

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When declaring a variable in Java, what is the correct order of elements?

Data type, semicolon, name

Semicolon, name, data type

Data type, name, semicolon

Name, data type, semicolon