Small Basic 1

Small Basic 1

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Small Basic Quiz

Small Basic Quiz

7th - 9th Grade

12 Qs

Intro to Small Basic

Intro to Small Basic

KG - 7th Grade

15 Qs

Anvil Web App Quiz

Anvil Web App Quiz

8th Grade

11 Qs

HTML

HTML

6th - 8th Grade

15 Qs

Profile Page

Profile Page

3rd - 8th Grade

15 Qs

Small Basic Mid Point Review

Small Basic Mid Point Review

6th - 12th Grade

8 Qs

Navs Python Quiz

Navs Python Quiz

8th - 10th Grade

12 Qs

Small Basic Variables

Small Basic Variables

6th - 10th Grade

7 Qs

Small Basic 1

Small Basic 1

Assessment

Quiz

Computers

7th - 8th Grade

Hard

Created by

Chris Spencer

Used 102+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What code would you use to write the word "Hello" to the screen?

TextWindow.Title("Hello")

TextWindow.WriteLine("Hello")

TextWindow.WriteLine(Hello)

GraphicsWindow.WriteLine("Hello")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where can you draw pictures using the turtle?

TextWindow

GraphicsWindow

PictureWindow

TurtleWindow

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What code would you use to read the user's answer into a variable called answer?

answer = TextWindow.Read()

answer = TextWindow.WriteLine()

answer TextWindow.Answer()

TextWindow.Read(answer)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be held in the variable form?

Your answer to the question "What is your form?"

What is your form?

Nothing

form

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

To temporarily store a value in Small Basic you need to create a..?

Operator

Variable

Statement

Memory

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

To store the user´s input as a number variable called age, which Small Basic command should be used?

age = TextWindow.ReadNumber()

age = TextWindow.Write()

age = TextWindow.Read()

age = TextWindow.Read(number)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a loop do?

Repeats a section of code

Counts up to a number

Creates a variable

Makes a decision

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?