Variables Review

Variables Review

8th Grade

18 Qs

quiz-placeholder

Similar activities

CodeHS JavaScript Control Functions

CodeHS JavaScript Control Functions

8th - 12th Grade

21 Qs

Python test2

Python test2

6th - 8th Grade

23 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Variables

Variables

5th - 12th Grade

20 Qs

Star Variables - Codesters

Star Variables - Codesters

6th - 8th Grade

13 Qs

CodeMonkey 0-35 Review

CodeMonkey 0-35 Review

5th - 8th Grade

14 Qs

Code combat

Code combat

8th Grade

15 Qs

Variables Review

Variables Review

Assessment

Quiz

Computers

8th Grade

Medium

CCSS
L.3.1G

Standards-aligned

Created by

Nathan Jeffers

Used 31+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A word we set to represent a value. This helps us keep track of information in our code, such as numbers and words.

Variable

Value

Method

String

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A piece of data stored inside the variable such as a number or name

Variable

Value

Method

String

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the variable name in this line of code? var friend = "Octans";

var

friend

"Octans"

;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value in this line of code? var friend = "Octans";

var

friend

"Octans"

;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the variable name in this line of code: var steps = 2;

var

steps

2

;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value in this line of code: var steps = 2;

var

steps

2

;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

These are a series of characters surrounded by quotation marks that can be numbers, letters, and more

Variable

Value

Method

String

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?