Scratch (If Statement + Project)

Scratch (If Statement + Project)

7th - 9th Grade

17 Qs

quiz-placeholder

Similar activities

Makecode Arcade

Makecode Arcade

6th - 8th Grade

18 Qs

Game Design and Scratch

Game Design and Scratch

6th - 8th Grade

20 Qs

Micro:bit Quiz Homework Michaelmas I

Micro:bit Quiz Homework Michaelmas I

6th - 8th Grade

15 Qs

Scratch Programming Review

Scratch Programming Review

9th Grade

20 Qs

Scratch

Scratch

5th - 9th Grade

20 Qs

Intro to Scratch - Quiz 1

Intro to Scratch - Quiz 1

7th Grade

20 Qs

Scratch Basics

Scratch Basics

7th Grade

12 Qs

CS First Game Design Review

CS First Game Design Review

4th - 8th Grade

20 Qs

Scratch (If Statement + Project)

Scratch (If Statement + Project)

Assessment

Quiz

Computers

7th - 9th Grade

Hard

Created by

Kyrillos V. Elias

Used 5+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the two coordinates in Cartesian coordinates called?

The a and b coordinates

The horizontal and vertical coordinates

Cartesian coordinates only have one coordinate, not two

The x and y coordinates

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the origin?

Whatever position the Sprite first starts at

The middle of the Sprite

The top-left corner of the Stage, at coordinates 0, 0

The center of the Stage, at coordinates 0, 0

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code block moves the sprite to the center of the Stage?

go to x: 100 y: 100

go to x: 0 y: 0

go to origin

go to mouse-pointer

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between the "go-to" block and the "glide" block?

There is no difference between these blocks.

The "glide" block is faster than the "go to" block.

The "glide" block can make a sprite follow the mouse pointer.

The "go to" block moves the sprite instantly while the "glide" block moves the sprite gradually towards the given coordinates over a period of time.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can you tell about the coordinates x: 100 y: -100

It is on the left half of the Stage.

It is on the right half of the Stage.

It is on the top half of the Stage.

Those coordinates depend on where the sprite currently is.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The y coordinate in a pair of Cartesian coordinates is a positive number. What can you tell about the location of this coordinate?

It is on the left half of the Stage.

It is on the right half of the Stage.

It is on the top half of the Stage.

It is on the bottom half of the Stage.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The "key left arrow pressed?" block is put inside of an "if then" block. What will happen with the code blocks inside of the "if then" block if the left arrow key is being held down?

These code blocks will be run.

These code blocks will be skipped.

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?