Variables and Conditionals review

Variables and Conditionals review

Assessment

Flashcard

Computers

8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is a word we set that contains a specific type of data that we use to keep track of information in our code?

Back

Variable

2.

FLASHCARD QUESTION

Front

The information that’s stored inside a variable, such as a number or a name, is called what?

Back

Value

3.

FLASHCARD QUESTION

Front

Which word is the variable name in this line of code: var steps = 2?

Back

steps

4.

FLASHCARD QUESTION

Front

What word is the variable name in this line of code: var enemy = hero.findNearestEnemy();

Back

enemy

5.

FLASHCARD QUESTION

Front

What word is the variable name in this line of code: var friend = "George";

Back

friend

6.

FLASHCARD QUESTION

Front

What is the value in this line of code? var steps = 3;

Back

3

7.

FLASHCARD QUESTION

Front

What is the value in this line of code: var friend = "George";

Back

"George"

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?

Discover more resources for Computers