Java - Variables and Expressions Practice

Java - Variables and Expressions Practice

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

JavaScript and Graphics

JavaScript and Graphics

9th - 12th Grade

15 Qs

CodeHS: Unit 6 - JavaScript Basics

CodeHS: Unit 6 - JavaScript Basics

9th Grade

15 Qs

java variables 1

java variables 1

9th - 12th Grade

13 Qs

Java Classes and Objects

Java Classes and Objects

12th Grade

10 Qs

Java Data Types

Java Data Types

11th Grade

10 Qs

CSA Lessons 1 - 4

CSA Lessons 1 - 4

10th - 12th Grade

15 Qs

JavaScript Programming

JavaScript Programming

10th Grade

15 Qs

java

java

10th Grade

15 Qs

Java - Variables and Expressions Practice

Java - Variables and Expressions Practice

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Jessica Guthrie

Used 8+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid Java variable name?

10thousand

_squareValue

$earned

amount_remaining

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You need three things to declare a variable in Java.

The datatype, ; at the end, and...

the variable name

an equal sign

//at the beginning

the variable size

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following lines of code correctly declares a variable with a proper Java variable name?

boolean isOff;

Int size;

double $saved;

string FirstName;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following lines of code correctly declares AND initializes a variable with an appropriate value?

boolean isOff = yes;

int size = 500.8;

double saved$ = 400.0;

String firstName = Tuna;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When dividing two ints in Java, the answer will be an int.

For example: 10/3 = 3

TRUE

FALSE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate the expression below.

2 + 6 * 4 - 5

21

27

-4

-8

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate the expression below.

(4 + 3) * 2 - (19 / 5)

11

10.2

-7

25

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?