Computer Science

Computer Science

Assessment

Quiz

Created by

Genilla Windham

Computers

6th Grade

Hard

Student preview

quiz-placeholder

14 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Media Image

What is the problem in this code? What can you do to fix the problem?

choose 1 green and 1 blue

The background came last, not first.

They didn't put drawSprites();

Move the background to the front of the code.

Add drawSprites();

Something Else

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

How do you correctly define a sprite?

var "sprite" createSprite(200,200)

var sprite= createSprite();

var="sprite" createSprite(200,200);

var sprite= createSprite(200, 200);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Rotate smoothly counterclockwise

Move smoothly up

Move smoothly down


Rotate smoothly clockwise

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

1st one

2nd one

3rd one

4th one

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is width of the rectangle in the following code?

rect(250, 200, 75, 225);

250

200

75

225

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is x value in the following code?

rect(250, 200, 75, 225);

250

200

75

225

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the X axis do?

Moves objects to the left and right

Create random location for objects

Moves objects up and down

Moves object in circles

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The pink sprite block ____________________.

Puts a sprite on the screen

Gets a sprite ready to be put on the screen by drawSprites();

Draws a sprite

Determines a sprite

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will most likely happen when this code is run?

Everything will be there, except for the sprites, because the programer didn't put drawSprites();

Only the sprites will be there becuase the programer didn't put drawCode();

Nothing will be there because the programer didn't put drawSprites(); or drawCode();

Everything will be there because the programer put all of the needed code

10.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is not a label rule?

Labels are case sensitive

A label cannot have spaces

A label cannot begin with a number

Labels cannot have numbers

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?