Small Basic Quiz

Small Basic Quiz

7th - 9th Grade

12 Qs

quiz-placeholder

Similar activities

LA6.C6: Graphics Window

LA6.C6: Graphics Window

9th Grade - University

14 Qs

Computer Programming 9 Review

Computer Programming 9 Review

9th Grade

10 Qs

Multimedia Fundamentals

Multimedia Fundamentals

9th - 12th Grade

15 Qs

Python Basics - Year 8

Python Basics - Year 8

7th - 9th Grade

14 Qs

Small Basic Basics

Small Basic Basics

8th - 9th Grade

10 Qs

Word/Word Online for Beginners

Word/Word Online for Beginners

3rd Grade - Professional Development

15 Qs

Programming

Programming

7th Grade

11 Qs

Small Basic

Small Basic

7th - 9th Grade

17 Qs

Small Basic Quiz

Small Basic Quiz

Assessment

Quiz

Computers

7th - 9th Grade

Medium

Used 408+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following code do?

GraphicsWindow.Height = 100
Sets the graphics window to be 100 px high 
Sets the graphics window to be 50 px high
Sets the text window to be 100 px high
Creates a graphics window

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following code do?

TextWindow.Height = 100
Sets the graphics window to be 100 px high 
Sets the graphics window to be 50 px high
Sets the text window to be 100 px high
Creates a graphics window

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following code do?

GraphicsWindow.PenColor
Changes the pen size 
Changes the fill colour of a shape
Changes the pen colour
Creates a graphics window

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following code do?

TextWindow.WriteLine("Hello")
Asks the user to write "Hello"
Displays thec urrent date
Displays the word "Hello"
Adds the value "Hello" to the variable "TextWindow"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?
A location to store a value
A date 
A time 
None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is used to create images?
TextWindow
GraphicsWindow

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What line of code would I use to create the image above?
Window.DrawRect(100, 100, 40, 80)
GraphicsWindow.DrawRectangle
GraphicsWindow.DrawRectangle(100, 100, 40, 80)
GraphicsWindow.DrawEllipse(100, 100, 40, 80)

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?