code.org - Minecraft

code.org - Minecraft

6th - 8th Grade

9 Qs

quiz-placeholder

Similar activities

If Statements

If Statements

6th Grade

11 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

6th - 9th Grade

10 Qs

Roblox - Coding

Roblox - Coding

6th Grade

6 Qs

Scratch Vocabulary

Scratch Vocabulary

3rd Grade - University

9 Qs

Sequencing & Iteration

Sequencing & Iteration

4th - 8th Grade

13 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

KG - 7th Grade

12 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

1st - 6th Grade

7 Qs

7.4 Micro:bit Introduction

7.4 Micro:bit Introduction

7th Grade

12 Qs

code.org - Minecraft

code.org - Minecraft

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Daniel Hughes

Used 16+ 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