Codify: Code Explorers (Roll: 21-30)

Codify: Code Explorers (Roll: 21-30)

1st - 5th Grade

5 Qs

quiz-placeholder

Similar activities

Code.org Course E: Sprites

Code.org Course E: Sprites

3rd - 5th Grade

10 Qs

scratch bloques

scratch bloques

5th Grade

9 Qs

Knowledge about Scratch 3

Knowledge about Scratch 3

3rd Grade

7 Qs

Scratch-week 11-1

Scratch-week 11-1

4th - 6th Grade

8 Qs

Final Exam ICT

Final Exam ICT

5th Grade - University

10 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

5th Grade - University

10 Qs

TMK TAHUN 6 _SKRATCH

TMK TAHUN 6 _SKRATCH

5th - 7th Grade

10 Qs

Scratch - Tahun 6

Scratch - Tahun 6

KG - 12th Grade

10 Qs

Codify: Code Explorers (Roll: 21-30)

Codify: Code Explorers (Roll: 21-30)

Assessment

Quiz

Instructional Technology

1st - 5th Grade

Medium

Created by

Codify undefined

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 mins • 5 pts

The following Scratch code makes a sprite move forward:

  • When [green flag] clicked

    • Move 10 steps

    • Turn 15 degrees

    • Repeat 4 times

Question: What will the sprite do after this code runs?

Move forward and turn in a circle

Move backward and stop

Spin forever in the same spot

Do nothing

2.

MULTIPLE CHOICE QUESTION

10 mins • 5 pts

Ali is creating a Scratch game where the sprite keeps moving until it hits the edge of the screen. Which block should he use?

Repeat

Forever

Move

Turn

3.

OPEN ENDED QUESTION

10 mins • 5 pts

Convert a binary number to decimal.
Input: 1011011
Hint: Explain how binary works (2^3 + 2^1 + 2^0).

Write Output Only.

Evaluate responses using AI:

OFF

4.

OPEN ENDED QUESTION

10 mins • 5 pts

Write algorithm to decide if a number is even or odd.
Output: For 5, it should print: Odd.

Evaluate responses using AI:

OFF

5.

DRAW QUESTION

10 mins • 5 pts

Draw a flowchart that takes 4 numbers from user, add them and show output.

Media Image