CS Discoveries: Unit 3 Pre Test

CS Discoveries: Unit 3 Pre Test

Assessment

Flashcard

Computers

7th Grade

Hard

Created by

Shaun Horgan

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

FLASHCARD QUESTION

Front

This evaluates to either true or false.

Back

Boolean Expression

2.

FLASHCARD QUESTION

Front

Which function creates a rectangle with the X-Coordinate at 60? Options: rect(60, 100);, rect(100, 60);, ellipse(60, 100), circle (100, 60)

Back

rect(60, 100);

3.

FLASHCARD QUESTION

Front

Which of the following creates an ellipse with the Y-Coordinate at 100? Options: ellipse(60, 100);, ellipse(100, 60);, circle(60, 100), circle(100, 60)

Back

ellipse(60, 100);

4.

FLASHCARD QUESTION

Front

Which rectangle has a width of 50 and height 100? Options: rect(100, 100, 100, 50);, rectangle(100, 50);, rect(100, 100, 50, 100);, rect(50, 100);

Back

rect(100, 100, 50, 100);

5.

FLASHCARD QUESTION

Front

What will this animation look like?

Back

The sprite will rotate back and forth between 2 and -2.

6.

FLASHCARD QUESTION

Front

Which of the following is the correct syntax for a variable name? 1variable, one variable, one_variable, my Variable

Back

one_variable

7.

FLASHCARD QUESTION

Front

Which Random Number function returns a value between 1 and 10? Options: randomNumber(10);, randomNumber(1, 10);, randomNumber(1-10);, random(10);

Back

randomNumber(1, 10);

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?