Phyton 101

Phyton 101

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

FINAL ROUND QUIZ COMPETITION

FINAL ROUND QUIZ COMPETITION

1st Grade - University

15 Qs

Dojo - Type Inference

Dojo - Type Inference

1st - 12th Grade

13 Qs

On Fire Quiz

On Fire Quiz

2nd Grade - University

10 Qs

Email Basics

Email Basics

6th - 8th Grade

15 Qs

webMethods Review Session 2

webMethods Review Session 2

7th - 12th Grade

20 Qs

6. Python (списки)

6. Python (списки)

5th - 9th Grade

17 Qs

Thunkable Assessment

Thunkable Assessment

7th - 12th Grade

15 Qs

html revamp

html revamp

5th - 7th Grade

18 Qs

Phyton 101

Phyton 101

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Nur Qamarienna

Used 58+ 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?