Small Basic Variables

Small Basic Variables

6th - 10th Grade

7 Qs

quiz-placeholder

Similar activities

JavaScript

JavaScript

9th Grade

12 Qs

Strings & Integers

Strings & Integers

6th - 9th Grade

10 Qs

Python Turtle - Knowledge Check

Python Turtle - Knowledge Check

7th - 8th Grade

10 Qs

Python Quiz 1

Python Quiz 1

6th Grade - University

12 Qs

Input and Output Operations in Python

Input and Output Operations in Python

6th - 10th Grade

11 Qs

Python Inputs

Python Inputs

6th - 10th Grade

11 Qs

Python

Python

KG - 9th Grade

8 Qs

Python L2 Input & Variable

Python L2 Input & Variable

6th - 8th Grade

10 Qs

Small Basic Variables

Small Basic Variables

Assessment

Quiz

Computers

6th - 10th Grade

Medium

Created by

C Payne

Used 139+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable is something that...
Stays the same
Changes
Can't be modified
Changes when you press F5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the variable?
Name = TextWindow.Reader()
Name
Read
()
TextWindow

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would you call a variable to save someones age?
Age
Name
Location

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the variables?
Number1 = 10
Number2 = 20
10
20
Number1 + Number2
Just Number 1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol do i use to recall a variable?
+
!
""
@

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

I can only have one variable in a program
True
False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

I can only have one variable with the same name in a program
True
False