Variables and Expressions

Variables and Expressions

6th - 10th Grade

7 Qs

quiz-placeholder

Similar activities

Algebraic Expressions Quiz

Algebraic Expressions Quiz

7th Grade

10 Qs

Expressions Vocabulary Review (Unit 3)

Expressions Vocabulary Review (Unit 3)

6th Grade

9 Qs

Exponents/Order of Op/Write Expression/Identify Parts

Exponents/Order of Op/Write Expression/Identify Parts

6th Grade

12 Qs

2.1 Expressions Vocabulary

2.1 Expressions Vocabulary

9th - 12th Grade

12 Qs

2nd Year Maths Christmas Keywords

2nd Year Maths Christmas Keywords

8th - 10th Grade

10 Qs

WMMMS Expressions and Equations #6R-A

WMMMS Expressions and Equations #6R-A

6th Grade

11 Qs

INTRODUCTION TO ALGEBRA

INTRODUCTION TO ALGEBRA

6th Grade

10 Qs

Types of Variable

Types of Variable

7th - 8th Grade

10 Qs

Variables and Expressions

Variables and Expressions

Assessment

Quiz

Computers, Mathematics, Instructional Technology

6th - 10th Grade

Hard

Created by

Shruti Garg

Used 4+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Process of assigning value to a variable before it is being used is called:

Initialization

Operation

Realization

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int k1, k2 = 23 is an example of:

Adding values in a function

Variable declaration

None of them

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a correct variable name?

2bad

Zero

theLastValueButOne

Year2000

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following declarations is NOT correct?

Double duty;

Float loan = 12.3;

Boolean value = 21;

Int start = 45, end = 99;

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 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.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of the following expression? (2 - 6) / 2 + 9

7

8

9

10