JCSE1

JCSE1

1st - 5th Grade

5 Qs

quiz-placeholder

Similar activities

Scratch basics BIl.

Scratch basics BIl.

4th Grade

10 Qs

Scratch-Pop Quiz 1

Scratch-Pop Quiz 1

5th Grade

10 Qs

Scratch 3.0 Quiz- 5C

Scratch 3.0 Quiz- 5C

5th Grade

10 Qs

Scratch 3 Coding

Scratch 3 Coding

KG - Professional Development

10 Qs

Scratch Variable Quiz

Scratch Variable Quiz

5th Grade

10 Qs

ICT GRADE 2 THIRD TERM second test

ICT GRADE 2 THIRD TERM second test

2nd Grade

10 Qs

Scratch Programming Quiz

Scratch Programming Quiz

1st - 5th Grade

9 Qs

Grade 5 Scratch

Grade 5 Scratch

5th Grade

10 Qs

JCSE1

JCSE1

Assessment

Quiz

Computers

1st - 5th Grade

Hard

Created by

jata code

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of 'point in direction' block in Scratch programming?

It is used to point the sprites to the right/left directions when the flag is clicked

It is used to move the sprites on the Scratch stage

It is used to hide the sprites from the stage

All of the above

Answer explanation

The 'point in direction' block is used to change the direction that a sprite is facing when a specific angle is provided. This helps control the orientation of sprites within the Scratch stage.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block is used for starting an algorithm?


Forever

Wait until

Show


When green flag is clicked

Answer explanation

The 'When Green Flag Clicked' block is used to start an algorithm in Scratch. It acts as the trigger for the script to begin executing when the green flag on the Scratch stage is clicked.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the last stage of a plant life cycle?

Growth

Pollination

Seeds Formation

Sprouting

Answer explanation

Pollination is a critical stage in the plant life cycle, occurring after the growth of the plant. It involves the transfer of pollen from the male reproductive parts to the female reproductive parts of a flower, leading to the formation of seeds.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block is used to send a message between sprites or from a sprite to the stage?


Sequence

Send

Transmit

Broadcast

Answer explanation

The 'Broadcast' block is used to send a message between sprites or from a sprite to the stage. When a sprite broadcasts a message, other sprites can listen for that message and respond accordingly

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which are the parameters that need to be specified by the programmer while using the 'glide' instruction?


Coordinates

Duration

Direction

Both 1 & 2

Answer explanation

The 'glide' instruction in Scratch requires the programmer to specify both the target coordinates and the duration of the glide. This allows a sprite to smoothly move from its current position to the specified destination.