0% found this document useful (0 votes)
65 views6 pages

Computer 6 Reviewer

The document describes several Scratch blocks and their functions. It provides examples of blocks used to check conditions, detect collisions between sprites, control sprite movement and pen tools, and create/modify variables. Key blocks mentioned include sensing blocks like "touching color" to check if a sprite is touching a specific color, and blocks used for pen functionality like "pen down" to leave trails and "erase all" to delete marks.

Uploaded by

Claire Asagra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views6 pages

Computer 6 Reviewer

The document describes several Scratch blocks and their functions. It provides examples of blocks used to check conditions, detect collisions between sprites, control sprite movement and pen tools, and create/modify variables. Key blocks mentioned include sensing blocks like "touching color" to check if a sprite is touching a specific color, and blocks used for pen functionality like "pen down" to leave trails and "erase all" to delete marks.

Uploaded by

Claire Asagra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Colbie and Jason werearguing with each other.

Colbie said that “lucky” and


“LUCKY” are equal to each other,while Jason claimed that they aren’t. To know
which claim is correct,the best Operators block to use is:

David used the Reporter block, . Which of the following is a


possible output of this block?

10.05
9
2.5
0

Sev’smother asked him to buy ingredients for the cake she’s baking for his
sister.His mother asked him to take note of his total expenses after buying them.
Which of the following blocks should NOT be used to compute for the total
expenses if his purchases were 2 grams of flour worth Php 50 each, 1 kilogram of
sugar worth Php 30, half dozen of eggs worth Php 60, and 2 blocks of margarine
for Php 35 each?

Chuck and Pierre wanted to check in their Scratch project if the age of the user
who will be viewing it is greater than 7 years old and less than 20. Which of the
following should be used to make sure that both conditions are achieved?
It checks if the selected sprite is touching a specific color. If the sprite is
touching the specified color, this block will return true.

BOOLEAN BLOCK
SENSING
TOUCHING COLOR

Block that is used to put down the pen on the Stage and start leaving trails
when a sprite moves.
Pen up
Pen down
Pen color

One of the categories in Scratch. The blocks in this category are color-
coded orange, and are used to hold strings and values.

ERASE ALL
CREATING VARIABLE
VARIABLES

Allows you to create and name a new variable.


DELETE VARIABLE
MAKE VARIABLE
RENAME VARIABLE

Block category is one of the categories in Scratch. The blocks in this


category are color-coded light blue, and are often used to detect collision
between objects.
DETECTING
SENSING
TOUCHING

Button allows you to create and name a new list.


LIST
MAKE A LIST
NEW LIST

Most blocks in the Sensing category are Stack blocks.

The Sensing blocks are used to add motion to sprites.

The block is used to check if a sprite is touching the mouse


pointer, the edge of the Stage, or another sprite.
The block is used to check if a sprite is touching a specified
color.

The block is a Hat block.

Gino wants to check if the cat sprite is touching the dog sprite. The best block to use is the

block.

Casey wants to check if the car sprite is touching the grass on the Stage background, which is

color green. The best block to use is the .

Sprites can only move horizontally and vertically.

There are only two Reporter blocks in the Sensing category.

Sensing blocks are used to detect collision between sprites.

This block is used to change the pen’s thickness by a


specified amount.
change pen size by ()
This block is is used to change the pen’s color,saturation,
brightness, and transparency by a specified value.
change pen () by ()

This block is used to set the color, saturation, brightness,


and transparency of the pen to a specified value.
set pen () to ()

This block is used to delete all of the marks made by the


pen or stamp on the Stage.
erase all

This block is used to make the sprite leave trails when it


moves.
pen down

The block that allows you to make a smooth movement from specific x and y
coordinatesand a specific amount of time is called _______________.

glide block or glide() secs to x: () y: ()

The block that allows your sprite to bounce to the opposite side when the sprite
reaches the
edge is called ________________.
bounce block or if on edge, bounce

The block that can make your sprite point to any other sprite on the Stage is
called
________________.
point towards ()block

Another way to turn the sprite counter-clockwise is to use a ________________


number in a turn clockwise block.

negative

Turn block uses the ________ degrees in a circle.

360

You might also like