Variables and their Data Types in JAVA

Flashcard
•
Computers
•
9th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

8 questions
Show all answers
1.
FLASHCARD QUESTION
Front
How is a variable in programming different from a variable in math? Options: A. In programming, a variable is always a letter that represents an unknown value. B. In programming, a variable is a fixed number. C. In programming, a variable stores a value and has a name, and the value can change. D. There is no difference — they are the same in both math and programming.
Back
In programming, a variable stores a value and has a name, and the value can change.
2.
FLASHCARD QUESTION
Front
What is a variable and why do we use it in programming?
Back
A variable is a name used to store data in a program so it can be reused or changed.
3.
FLASHCARD QUESTION
Front
Match the following value to the correct Java data type: "Hello"
Back
string
4.
FLASHCARD QUESTION
Front
Match the value true to the correct Java data type.
Back
boolean
5.
FLASHCARD QUESTION
Front
Match the following value: 75.5
Back
double
6.
FLASHCARD QUESTION
Front
Match the following value to the correct Java data type: 25
Back
int
7.
FLASHCARD QUESTION
Front
Is this a valid variable name in Java? Why or why not? int 2hot = 100;
Back
No, because variable names can’t start with a digit.
8.
FLASHCARD QUESTION
Front
Which of the following is the correct way to declare a variable to store a student’s GPA (as a decimal)? A. int GPA = "3.7"; B. String GPA = 3.7; C. double GPA = 3.7; D. boolean GPA = "3.7f";
Back
double GPA = 3.7;
Similar Resources on Wayground
10 questions
Algebra Vocabulary for Grade 9

Flashcard
•
9th Grade
15 questions
Computer Science Personal Reflections

Flashcard
•
9th Grade
14 questions
Solving Equations

Flashcard
•
9th - 10th Grade
15 questions
Unit 4 Test Review: Systems of Equations

Flashcard
•
9th Grade
14 questions
sub work 12/13

Flashcard
•
8th Grade
8 questions
Variables in Scratch

Flashcard
•
KG
9 questions
Statistics Concepts

Flashcard
•
9th Grade
10 questions
Mastering the Substitution Method

Flashcard
•
9th 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