Small Basic 1

Small Basic 1

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

6th - 7th Grade

15 Qs

Quiz1_7C

Quiz1_7C

3rd Grade - University

15 Qs

Small Basic Week 6 Pre-Quiz (Mod 2.1)

Small Basic Week 6 Pre-Quiz (Mod 2.1)

7th - 8th Grade

13 Qs

Python 145

Python 145

4th Grade - Professional Development

11 Qs

Year 7 Python Lesson 1 Recap

Year 7 Python Lesson 1 Recap

8th Grade

10 Qs

Python Introduction Quiz

Python Introduction Quiz

8th - 9th Grade

12 Qs

small basic

small basic

6th - 7th Grade

10 Qs

Python Revision

Python Revision

8th Grade

15 Qs

Small Basic 1

Small Basic 1

Assessment

Quiz

Created by

Chris Spencer

Computers

7th - 8th Grade

102 plays

Hard

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?