Computer Science

Computer Science

6th Grade

14 Qs

quiz-placeholder

Similar activities

Unit 3 code.org

Unit 3 code.org

6th - 8th Grade

15 Qs

Scratch Quiz #2

Scratch Quiz #2

3rd - 8th Grade

15 Qs

Scratch Pen Quiz

Scratch Pen Quiz

KG - University

10 Qs

Holiday Program: Teens Can Code

Holiday Program: Teens Can Code

6th - 8th Grade

10 Qs

Computer Scratch lesson

Computer Scratch lesson

KG - Professional Development

10 Qs

Scratch lesson 2

Scratch lesson 2

3rd - 7th Grade

15 Qs

G6-L7&8&9

G6-L7&8&9

6th Grade

15 Qs

Scratch Basics

Scratch Basics

6th - 8th Grade

14 Qs

Computer Science

Computer Science

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Genilla Windham

FREE Resource

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

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?