Variables in Computing

Variables in Computing

KG - 11th Grade

5 Qs

quiz-placeholder

Similar activities

TLE Q3 M5

TLE Q3 M5

9th - 12th Grade

10 Qs

Quiz 2 Javascript

Quiz 2 Javascript

12th Grade

10 Qs

Google Sheets Functions

Google Sheets Functions

7th - 8th Grade

9 Qs

Varibles Review

Varibles Review

9th - 12th Grade

7 Qs

Scratch basic Revision

Scratch basic Revision

3rd - 12th Grade

8 Qs

Quick Fire - Python Quiz

Quick Fire - Python Quiz

7th Grade

8 Qs

Variables in Python

Variables in Python

8th Grade

8 Qs

Scratch Quiz

Scratch Quiz

4th - 6th Grade

10 Qs

Variables in Computing

Variables in Computing

Assessment

Quiz

Computers

KG - 11th Grade

Hard

Used 18+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in computing?
Storage that contains multiple values.
Data that is stored in a computers memory which CAN change.
Data that is stored in a computers memory which CANNOT change.
A type of data.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are rules for naming a variable?
Cannot contain special characters or symbols.
Cannot start with a number
Cannot use any spaces (must be one word only)
All of these are rules!

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a rule for naming a variable?
Should describe the contents accurately.
Should use spaces between words so the name is clear.
Should use CamelCasing.
Cannot be a keyword.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be an appropriate name for a variable which contains a persons name?
Variable1
your name
info
name

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be an appropriate name for a variable that shows your score in a game?
totalScore
player points
1_score
High_Score