Minecraft and Makecode

Minecraft and Makecode

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Minecraft Education

Minecraft Education

1st - 12th Grade

14 Qs

HTML 2: Lists

HTML 2: Lists

8th - 10th Grade

15 Qs

Agenda PowerPoint Assignment

Agenda PowerPoint Assignment

7th Grade

10 Qs

Variables & Lists

Variables & Lists

6th Grade

13 Qs

Python List

Python List

4th Grade - University

15 Qs

Minutes and Agenda

Minutes and Agenda

7th Grade

12 Qs

Business Documents

Business Documents

8th - 12th Grade

12 Qs

MS7 Simple Data Analysis

MS7 Simple Data Analysis

7th - 9th Grade

15 Qs

Minecraft and Makecode

Minecraft and Makecode

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Jeremy Chen

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the command to give yourself 5 apples in Minecraft?
/give @s apple 4
/give @s apple 5
/give @p apple 5
/give @a apple 5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a room with brick blocks in Minecraft?
/fill ~ ~ ~ ~20 ~10 ~30 brick_block outline
/fill ~ ~ ~ ~20 ~10 ~30 brick_block solid
/fill 30 -58 45 30 -55 50 air
/fill ~ ~ ~ ~20 ~10 ~30 brick_block destroy

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct command to summon a donkey 2 blocks to the right and 3 blocks above your current location in Minecraft?
/summon donkey ~2 ~ ~3
/summon donkey ~2 ~3 ~
/summon donkey ~ ~2 ~3
/summon donkey ~3 ~2 ~

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the effect command to apply night vision for 360 seconds with an amplifier of 15?
/effect @s night_vision 360 10
/effect @s night_vision 360 15
/effect @s night_vision 300 15
/effect @s night_vsision 0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you teleport yourself to coordinates 30, -60, 40 in Minecraft?
/tp 30 -60 30
/tp 30 -60 40
/tp 30 -60 50
/tp 30 -60 60

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command shows coordinates in the game?
/gamerule showcoordinates true
/gamerule showcoordinates false
/gamerule coordinates true
/gamerule coordinates false

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the following MakeCode snippet, what will happen if a grass block is detected one block below the player's position? def on_forever(): mobs.execute_detect(GRASS, pos(0, -1, 0), "say Get into the house!") loops.forever(on_forever)
The player will be teleported
"Get into the house!" will be displayed
"Hi!" will be displayed
A grass block will be replaced with air

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?