Small Basic Variables

Small Basic Variables

6th - 10th Grade

7 Qs

quiz-placeholder

Similar activities

Small Basic Quiz

Small Basic Quiz

7th - 9th Grade

12 Qs

FUNGSI STATISTIK

FUNGSI STATISTIK

10th Grade

10 Qs

Unity_Prototype_1_Quiz

Unity_Prototype_1_Quiz

9th - 12th Grade

10 Qs

KD 3.3/4.3 Formula Excel

KD 3.3/4.3 Formula Excel

9th Grade

10 Qs

ICT9 - SmallBasic

ICT9 - SmallBasic

9th Grade

9 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

[Hall] DOM Modifications

[Hall] DOM Modifications

9th - 12th Grade

12 Qs

Basics of Python

Basics of Python

9th - 12th Grade

12 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