Zip Class Coding Adventure in Minecraft Education - Python

Zip Class Coding Adventure in Minecraft Education - Python

6th - 8th Grade

14 Qs

quiz-placeholder

Similar activities

4.3 Lists Review

4.3 Lists Review

7th - 9th Grade

9 Qs

Phyton 101

Phyton 101

6th - 8th Grade

15 Qs

SCRATCH PROGRAMMING

SCRATCH PROGRAMMING

7th Grade

16 Qs

Coding Fundamentals SC

Coding Fundamentals SC

4th - 6th Grade

15 Qs

Scratch Basics

Scratch Basics

7th Grade

12 Qs

Scratch Loops and patterns

Scratch Loops and patterns

7th - 9th Grade

16 Qs

Python with Minecraft: Quiz 1

Python with Minecraft: Quiz 1

8th Grade

10 Qs

Scratch LST lesson 5

Scratch LST lesson 5

6th - 7th Grade

14 Qs

Zip Class Coding Adventure in Minecraft Education - Python

Zip Class Coding Adventure in Minecraft Education - Python

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

KKT Bali

Used 1+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose correct way of displaying "Hi"

player.say ("Hi")

player say "Hi"

Player.hi.say

Play (Say) hi

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You need to place a brick block next to you (to the left of your character). Choose correct code:

block.place (BRICK, pos (-1,0,0))

blocks.place (BRICKS, pos (1,-1,0))

blocks.place (BRICKS, pos (-1,0,0))

blocks.place (Grass, pos (0,0,0))

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Fill in the missing text to place a Redstone lamp 6 blocks above your head.

blocks.place(REDSTONE_LAMP, pos(_ _ _ ))

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Create a variable called car1 and give it the data ford.

...... = ........

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct data type for "fruit"

integer

string

double

char

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct data type for : 2

number

string

double

integer

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct data type for: 25.35

integer

float

real number

string

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?