Phyton 101

Phyton 101

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

HTML Basics

HTML Basics

8th - 10th Grade

10 Qs

Contact Center Sevices

Contact Center Sevices

7th - 10th Grade

10 Qs

Arrays & Strings  in programming

Arrays & Strings in programming

8th Grade

14 Qs

Python list, if

Python list, if

6th - 12th Grade

20 Qs

หลักการพื้นฐานของ AI (part 2)

หลักการพื้นฐานของ AI (part 2)

7th - 9th Grade

10 Qs

Ցուցակները Python-ում

Ցուցակները Python-ում

7th Grade

10 Qs

Evaluasi 3.8 Konsep kerja protokoler server softswitch

Evaluasi 3.8 Konsep kerja protokoler server softswitch

1st - 10th Grade

10 Qs

Python Functions Quiz

Python Functions Quiz

8th Grade

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