CSOD Study Guide Questions

CSOD Study Guide Questions

Assessment

Flashcard

Computers

9th Grade

Hard

Created by

Farron M. George

FREE Resource

Student preview

quiz-placeholder

18 questions

Show all answers

1.

FLASHCARD QUESTION

Front

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

Back

Draws a square or rectangle at a given position

2.

FLASHCARD QUESTION

Front

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

Back

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

3.

FLASHCARD QUESTION

Front

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

Back

To change the color of the shapes you draw

4.

FLASHCARD QUESTION

Front

What does the ellipse block do?

Back

Draws a circle based on x and y coordinates

5.

FLASHCARD QUESTION

Front

Correct way to name a variable in code: 4sides, width_of_rectangle, Size, my Frog Sprite

Back

width_of_rectangle

6.

FLASHCARD QUESTION

Front

What is the correct way to capitalize multiple words in a variable name using CamelCase? Options: size_of_rectangle, SizeOfRectangle, sizeOfRectangle, SIZEOFRECTANGLE

Back

sizeOfRectangle

7.

FLASHCARD QUESTION

Front

How do you create a new variable in code? Options: var size = 100;, create size = 100;, new size = 100;, define size = 100;

Back

var 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?