Minecraft - Python Rivision

Minecraft - Python Rivision

7th - 9th Grade

10 Qs

quiz-placeholder

Similar activities

Variables, Selection, & Loops

Variables, Selection, & Loops

6th - 7th Grade

10 Qs

Minecraft Makecode Python

Minecraft Makecode Python

8th Grade

10 Qs

Minecraft and Makecode

Minecraft and Makecode

6th - 8th Grade

10 Qs

Scratch LST lesson 5

Scratch LST lesson 5

6th - 7th Grade

14 Qs

Scratch Programming

Scratch Programming

5th - 9th Grade

15 Qs

Project STEM CSE Unit

Project STEM CSE Unit

6th - 8th Grade

14 Qs

Phyton 101

Phyton 101

6th - 8th Grade

15 Qs

Scratch Basics

Scratch Basics

7th Grade

12 Qs

Minecraft - Python Rivision

Minecraft - Python Rivision

Assessment

Quiz

Computers

7th - 9th Grade

Hard

Created by

Lorika Jansen

Used 54+ times

FREE Resource

10 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

1 min • 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

1 min • 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?