code.org - Minecraft

code.org - Minecraft

6th - 8th Grade

9 Qs

quiz-placeholder

Similar activities

Coding 300 Coding Basics

Coding 300 Coding Basics

7th - 8th Grade

10 Qs

Coding Vocabulary Words

Coding Vocabulary Words

8th Grade

12 Qs

Block Code Year 5

Block Code Year 5

4th - 6th Grade

10 Qs

Block Code Basics Year 6

Block Code Basics Year 6

5th - 6th Grade

10 Qs

Key Term Review

Key Term Review

8th Grade

12 Qs

Blockly Monster Maker

Blockly Monster Maker

3rd - 6th Grade

13 Qs

MineCraft

MineCraft

7th Grade

10 Qs

coding

coding

1st - 7th Grade

10 Qs

code.org - Minecraft

code.org - Minecraft

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Daniel Hughes

Used 14+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What type of coding is this?

Block based

text based

machine coding

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which language are we coding minecraft in the background?

Python

Javascript

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Repeat until is a...

forever loop

repeat loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This is a...

forever loop

for loop

repeat loop

loopy doop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does this block do?

If path is 'to the right', the code block inside is run.

If the path is no 'to the right', the code block is skipped.

It allows the character to turn to the right of the path

It creates a path to the right

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is this called in programming?

A list

An inventory

A store

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is another term for 'function' in coding?

Sub-program

function block

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A function block allows us to 'do what' with code without writing it again?

reuse

remake

recall

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a loop in programming?

To run a block of code repeatedly

To reuse code

To create a new path

To end a program