Variables

Variables

6th - 8th Grade

9 Qs

quiz-placeholder

Similar activities

Physical Computing

Physical Computing

6th - 8th Grade

10 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

Y7 Variables and Algorithms

Y7 Variables and Algorithms

7th Grade

10 Qs

Python

Python

8th Grade

13 Qs

Python Basics

Python Basics

7th Grade

14 Qs

python selection

python selection

8th Grade

11 Qs

J277 - 10QQ - Basic Python 1

J277 - 10QQ - Basic Python 1

8th - 10th Grade

10 Qs

Intro to Python

Intro to Python

8th Grade

10 Qs

Variables

Variables

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Alicia Kostecki

Used 20+ times

FREE Resource

9 questions

Show all answers

1.

DRAG AND DROP QUESTION

1 min • 1 pt

Which of these could be considered a CONSTANT? (a)  

Where you live.
Your height.
That you have to eat to live.
That your favorite food is pizza.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these would be considered a VARIABLE?

You live on Earth.

Your mom's name is (whatever your mom's name is)

You go to school at Walt Disney Magnet School.

Your birthday.

3.

DROPDOWN QUESTION

1 min • 1 pt

In the game of Rock-Paper-Scissors, are the player names a CONSTANT or a VARIABLE? (a)  

Constant
Variable

4.

DROPDOWN QUESTION

1 min • 1 pt

In the game of Rock-Paper-Scissors, are the number of times Player 1 wins a CONSTANT or a VARIABLE? (a)  

Constant
Variable

5.

DRAG AND DROP QUESTION

1 min • 1 pt

All Variables are Numbers. (a)  

True
False

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is the best way to think of variables in computer science?

Numbers that can change.

Containers that can hold one thing at a time.

Constants

Words.

7.

MATCH QUESTION

3 mins • 3 pts

Match the following

True

Number Variable

A Password.

String Variable

Score is 12

Boolean Variable

8.

MULTIPLE SELECT QUESTION

45 sec • 4 pts

In a MAP app, which of these would be a constant? (CHOOSE ALL THAT APPLY)

Where you are on the map.

The map (streets, etc)

The location of a restaurant.

Which direction is North.

9.

MULTIPLE SELECT QUESTION

45 sec • 4 pts

In a MUSIC app, which of the following would be a variable? (PICK ALL CORRECT ANSWERS)

Your username

Which songs you've played recently.

Which songs you've played the most.

The currently most popular songs.