Small Basic Variables

Small Basic Variables

6th - 10th Grade

7 Qs

quiz-placeholder

Similar activities

Python Introduction Quiz

Python Introduction Quiz

8th - 9th Grade

12 Qs

Variables in Python

Variables in Python

8th Grade

8 Qs

Python Programming

Python Programming

7th - 9th Grade

10 Qs

Grade 6 : Test your QB quotient

Grade 6 : Test your QB quotient

6th - 7th Grade

10 Qs

BenchmarkI RetestPractice - CMPI

BenchmarkI RetestPractice - CMPI

9th - 12th Grade

10 Qs

Programming Intro Python

Programming Intro Python

9th Grade

10 Qs

Small Basic-Turtle Graphics

Small Basic-Turtle Graphics

6th - 9th Grade

10 Qs

Scratch 1 End of unit

Scratch 1 End of unit

6th Grade

10 Qs

Small Basic Variables

Small Basic Variables

Assessment

Quiz

Computers

6th - 10th Grade

Medium

Created by

C Payne

Used 140+ 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