
Java - Variables and Expressions Practice

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
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
Similar Resources on Wayground
15 questions
Java Level 1 - C

Quiz
•
12th Grade
8 questions
JavaScript y CSS

Quiz
•
11th Grade
10 questions
Operators in Java

Quiz
•
9th Grade
10 questions
Laboratorio II

Quiz
•
12th Grade
15 questions
JavaScript Quiz

Quiz
•
9th - 10th Grade
12 questions
Repaso de Java

Quiz
•
10th Grade
10 questions
Conhecimentos prévios em Java

Quiz
•
10th - 12th Grade
15 questions
Java Test 1

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade