Variables in Computing

Variables in Computing

KG - 11th Grade

5 Qs

quiz-placeholder

Similar activities

Apple - Learn to code (revision 1)

Apple - Learn to code (revision 1)

7th Grade

10 Qs

Variables and ifs in p5.js

Variables and ifs in p5.js

8th Grade

10 Qs

SQL SELECT

SQL SELECT

8th - 10th Grade

10 Qs

Programming Quiz 4

Programming Quiz 4

9th - 11th Grade

10 Qs

Python Variables and Assignment

Python Variables and Assignment

10th Grade

10 Qs

pointers and structures

pointers and structures

University

10 Qs

Arrays Javascript (CodeCademy)

Arrays Javascript (CodeCademy)

9th - 12th Grade

10 Qs

Python Basics

Python Basics

8th - 10th 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