Phyton 101

Phyton 101

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

check point 4

check point 4

7th Grade

10 Qs

Mine craft

Mine craft

5th - 9th Grade

20 Qs

Minecraft

Minecraft

7th Grade

20 Qs

Python list

Python list

8th Grade

20 Qs

Python list, if

Python list, if

6th - 12th Grade

20 Qs

Programming in Python, Lists - 9RH

Programming in Python, Lists - 9RH

8th - 10th Grade

17 Qs

Arrays & Strings  in programming

Arrays & Strings in programming

8th Grade

14 Qs

Python II Lesson 2

Python II Lesson 2

5th - 9th Grade

12 Qs

Phyton 101

Phyton 101

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Nur Qamarienna

Used 57+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of these is the correct way to write a string variable?

a = "berries"

berries = 15

player.say("berries")

player.drop(berries)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Do we need to use quotes (" ") in writing numerical value?

Yes

No

Maybe

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which coding will make the agent to place the block upward?

blocks.place(REDSTONE_LAMP, pos(7, 0, 0))

blocks.place(REDSTONE_LAMP, pos(0, 7, 0))

blocks.place(REDSTONE_LAMP, UPWARD)

blocks.place(REDSTONE_LAMP, pos(0, , 7))

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The first 0 indicates which direction?

south & north

up & down

west & east

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is 'equals (=)' used for?

to declare an increment of certain values

to subtract a value from a variable

to declare the value of a variable

to multiply a value of a variable

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is 'change +='?

Making the agent to place block upward

Increases the value by the defined amount

Making the agent to go upward

Increases an item in agent's inventory

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is 'change -='

Decreases the amount of blocks in agent's inventory

Make the agent to move down

Decreases the value by the defined amount

Make the agent to move back by 2 steps

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?