Computer Science

Computer Science

6th Grade

14 Qs

quiz-placeholder

Similar activities

JSS 1 COPUTER TERM 1

JSS 1 COPUTER TERM 1

4th - 7th Grade

15 Qs

Makecode Arcade

Makecode Arcade

6th Grade

11 Qs

Grade 6 ICT Unit-5

Grade 6 ICT Unit-5

6th Grade

11 Qs

Scratch quiz CS first

Scratch quiz CS first

5th - 6th Grade

12 Qs

Scratch Programming Quiz

Scratch Programming Quiz

4th Grade - University

10 Qs

Scratch Motion blocks

Scratch Motion blocks

6th Grade

10 Qs

Scratch Vocabulary

Scratch Vocabulary

3rd Grade - University

9 Qs

Scratch

Scratch

6th Grade

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