CSOD Study Guide Questions

CSOD Study Guide Questions

9th Grade

19 Qs

quiz-placeholder

Similar activities

Scratch Programming Review

Scratch Programming Review

9th Grade

20 Qs

Scratch Quiz 6

Scratch Quiz 6

7th - 9th Grade

20 Qs

Scratch Test - New

Scratch Test - New

9th - 12th Grade

20 Qs

Interactive Animations and Games from Code.org

Interactive Animations and Games from Code.org

3rd - 12th Grade

20 Qs

CSP 1.1 Key Terms

CSP 1.1 Key Terms

9th - 12th Grade

20 Qs

Csd Iii Unit

Csd Iii Unit

3rd - 12th Grade

20 Qs

Scratch

Scratch

9th Grade

22 Qs

Scratch

Scratch

9th Grade

21 Qs

CSOD Study Guide Questions

CSOD Study Guide Questions

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Farron M. George

Used 7+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the rect block do in interactive animation and games?

Draws a circle at a given position

Changes the color of the screen

Draws a square or rectangle at a given position

Moves an object to a new position

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is the x-coordinate used in positioning shapes on the screen?

It determines the color of the shape

It tells how far from the left side of the screen the shape will be placed

It tells how far from the top of the screen the shape will be placed

It changes the size of the shape

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the fill block in interactive animation?

To draw shapes at specific coordinates

To change the color of the shapes you draw

To move shapes across the screen

To erase shapes from the screen

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the ellipse block do?

Draws a square at a given position

Changes the background color

Draws a circle based on x and y coordinates

Rotates an object

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct way to name a variable in code?

4sides

width_of_rectangle

Size

my Frog Sprite

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to capitalize multiple words in a variable name using CamelCase?

size_of_rectangle

SizeOfRectangle

sizeOfRectangle

SIZEOFRECTANGLE

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a new variable in code?

var size = 100;

create size = 100;

new size = 100;

define size = 100;

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?