Phyton 101

Phyton 101

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

list 6th

list 6th

7th Grade - University

20 Qs

6. Python (списки)

6. Python (списки)

5th - 9th Grade

17 Qs

Python list

Python list

8th Grade

20 Qs

9.3 L3 Python Lists

9.3 L3 Python Lists

7th - 10th Grade

10 Qs

PYTHON LISTS

PYTHON LISTS

6th Grade

17 Qs

check point 4

check point 4

7th Grade

10 Qs

Python Syntax

Python Syntax

6th - 12th Grade

18 Qs

python -intermediate level

python -intermediate level

7th - 12th Grade

10 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?