
B4 - Variables and the Assignment Statement

Quiz
•
Other
•
University
•
Hard

Ahmetcan türk
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which one of the following is a reserved word?
apple
7up
grandTotal
boolean
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which one of the following is NOT a correct variable name?
2bad
zero
theLastValueButOne
year2000
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which one of the following declarations is NOT correct?
double duty;
float loan;
boolean value = 12;
int start = 34, end = 99;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following program output?
class question4
{
public static void main ( String[] args )
{
int unitCost = 8;
int items = 5;
System.out.println("total cost: " + (unitCost * items) );
}
}
total cost: + 40
total cost: 8*5
total cost: 40
"total cost: " 40
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following shows the syntax of an assignment statement?
variableName = expression;
expression = expression;
expression = variableName;
dataType = variableName;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the two steps that take place when an assignment statement is executed?
(i) Evaluate the Expression, and (ii) Store the value in the variable.
(i) Store the value in the variable, and (ii) Evaluate the Expression.
(i) Reserve memory , and (ii) fill it with a number.
(i) Evaluate the variable, and (ii) store the results.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is an expression?
The same thing as a statement.
An expression is a list of statements that make up a program
An expression is a combination of literals, operators, variables, and parentheses used to calculate a value.
An expression is a number expressed in digits.
Create a free account and access millions of resources
Similar Resources on Wayground
13 questions
Principles of Economics (4)

Quiz
•
University
10 questions
Analisa Laporan Keuangan

Quiz
•
University
15 questions
Quiz Manpro Day 8 Cost Management

Quiz
•
University
10 questions
Incremental analysis

Quiz
•
University
10 questions
Cost of Production

Quiz
•
8th Grade - University
10 questions
Accounting Concept

Quiz
•
University
15 questions
Marginal Costing

Quiz
•
University
11 questions
cost accounting

Quiz
•
University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade