CSD Unit 3 Test (Gaming and Animation)

CSD Unit 3 Test (Gaming and Animation)

8th - 11th Grade

20 Qs

quiz-placeholder

Similar activities

JavaScript Quiz 2

JavaScript Quiz 2

9th - 12th Grade

20 Qs

Javascript in Khan 1116

Javascript in Khan 1116

10th Grade

20 Qs

CS Discoveries

CS Discoveries

7th - 10th Grade

21 Qs

Code.Org U3L1-4

Code.Org U3L1-4

8th Grade

15 Qs

Pearson 9 Wks Test v2

Pearson 9 Wks Test v2

8th Grade

20 Qs

Code.org Unit 3 Interactive Animations and Game

Code.org Unit 3 Interactive Animations and Game

6th - 8th Grade

25 Qs

CSOD Study Guide Questions

CSOD Study Guide Questions

9th Grade

19 Qs

Code.org Game Lab

Code.org Game Lab

6th - 8th Grade

20 Qs

CSD Unit 3 Test (Gaming and Animation)

CSD Unit 3 Test (Gaming and Animation)

Assessment

Quiz

Computers

8th - 11th Grade

Easy

Created by

Wayground Content

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the correct syntax to fill a shape with color in Javascript?
fill("red");
color: red;
colorFill(red);
myColor: red;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does it mean to 'debug' (verb)?

To find and fix problems in your algorithm or program.

Part of a program that does not work correctly.

An extra piece of information that you pass to the function.

An algorithm that can be run by a machine.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Boolean
A single value of either TRUE or FALSE
Any valid unit of code that resolves to a value.
Part of a program that does not work correctly.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following ellipses has a width of 250 and height 100?
ellipse(100, 100, 250, 100);
circle(250, 50);
rect(100, 100, 250, 100);
ellipse(50, 100);

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

How can you fix this code?

Call and name the variables exactly the same. Pay close attention to case and spelling. Don't start names with numbers.

Call and name the variables exactly the same. Pay close attention to case and spelling. Get rid of any spaces.

Pay close attention to case and spelling. Get rid of any spaces. Don't start names with numbers.

Call and name the variables exactly the same. Pay close attention to case and spelling. Get rid of any spaces. Don't start names with numbers.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following values can be returned by the code: randomNumber (0, 10)?
-1
3
11
10.5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the best definition for a 'sprite'?

To find and fix problems in your algorithm or program.

A graphic character with descriptive properties.

A placeholder for a piece of information that can change.

Attributes that describe an object's characteristics.

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?