Minecraft and Makecode

Minecraft and Makecode

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

M1 Information System

M1 Information System

7th - 8th Grade

15 Qs

MIT App Inventor 1

MIT App Inventor 1

6th Grade

10 Qs

INFORMATION TECHNOLOGY

INFORMATION TECHNOLOGY

6th - 10th Grade

10 Qs

HTML Basics

HTML Basics

7th - 10th Grade

10 Qs

10.4 Python Lists

10.4 Python Lists

7th - 10th Grade

14 Qs

CH02-S09-Hide&Seek

CH02-S09-Hide&Seek

8th Grade

7 Qs

MIT App Inventor & Kodular

MIT App Inventor & Kodular

4th Grade - University

10 Qs

HTML Quiz

HTML Quiz

7th - 12th 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?