Microbit Rock Paper Scissors Concepts

Microbit Rock Paper Scissors Concepts

Assessment

Interactive Video

Computers, Mathematics, Education

5th - 8th Grade

Medium

Created by

Ethan Morris

Used 3+ times

FREE Resource

This lesson covers creating a Rock Paper Scissors game using a microbit. It begins with an overview of inputs and outputs, followed by an explanation of randomness and variables. The lesson then guides students through coding the game, implementing an algorithm to randomly select rock, paper, or scissors based on input. Finally, it demonstrates testing the game to ensure functionality.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the key concepts introduced in this lesson?

Syntax, Semantics, Compilation, Execution

Algorithm, Output, Input, Random, Variable

Class, Object, Inheritance, Polymorphism

Loop, Condition, Function, Array

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the Rock Paper Scissors game, what is the purpose of shaking the Microbit?

To turn off the device

To display the score

To simulate the act of playing

To reset the game

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is stored in the variable 'hand' during the game?

The number of shakes

A player's name

A random number representing rock, paper, or scissors

The score of the game

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block is used to start the program when the Microbit is shaken?

On Button A Pressed

On Shake

Forever Loop

On Start

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you check if the variable 'hand' is equal to a specific number?

Using a print statement

Using a loop

Using a function call

Using an if statement with a logic block

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should be done if the variable 'hand' equals 1?

Show a picture of a smiley face

Show a picture of rock

Show a picture of paper

Show a picture of scissors

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the final step after coding the Rock Paper Scissors game?

Submit the code for review

Test the game by simulating shakes

Publish the game online

Add more features to the game

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?