Small Basic Variables

Small Basic Variables

6th - 10th Grade

7 Qs

quiz-placeholder

Similar activities

Small Basic-Turtle Graphics

Small Basic-Turtle Graphics

6th - 9th Grade

10 Qs

Programming Errors and Tests

Programming Errors and Tests

10th Grade

10 Qs

Python Loops

Python Loops

9th - 11th Grade

12 Qs

Visual Basic Basics!

Visual Basic Basics!

9th - 12th Grade

8 Qs

S2 Scratch Knowledge Check 1

S2 Scratch Knowledge Check 1

7th Grade

10 Qs

Small basic

Small basic

6th - 7th Grade

10 Qs

Python programming -recap

Python programming -recap

7th - 10th Grade

12 Qs

Programming Intro Python

Programming Intro Python

9th 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