Python Games (Virtual Pet and Rock, Scissor and Paper)

Python Games (Virtual Pet and Rock, Scissor and Paper)

6th Grade

50 Qs

quiz-placeholder

Similar activities

Computational Thinking

Computational Thinking

6th - 8th Grade

48 Qs

KS3 Computing

KS3 Computing

6th - 8th Grade

50 Qs

FUNDAMENTAL in PROGRAMMING

FUNDAMENTAL in PROGRAMMING

1st - 10th Grade

52 Qs

CodeHS Unit 2

CodeHS Unit 2

6th - 10th Grade

50 Qs

Year 8 Python Programming

Year 8 Python Programming

6th - 8th Grade

50 Qs

Coding-Complex

Coding-Complex

4th - 7th Grade

50 Qs

Coding Fundamentals Final Review

Coding Fundamentals Final Review

6th - 8th Grade

51 Qs

Year 9 Summer Term 1 Homework

Year 9 Summer Term 1 Homework

6th Grade

50 Qs

Python Games (Virtual Pet and Rock, Scissor and Paper)

Python Games (Virtual Pet and Rock, Scissor and Paper)

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Archie Miranda

Used 4+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python data type is best for storing a pet's name?

int

float

str

bool

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python operator is used for assignment?

=

==

+=

:=

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to take user input in Python?

input()

print()

read()

get()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to define a function in Python?

define function_name():

function function_name():

def function_name():

create function_name():

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is used to check conditions in Python?

if

while

for

check

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following code do? hunger = 5 hunger -= 2

Increases hunger by 2

Decreases hunger by 2

Sets hunger to 2

Causes an error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which loop is best for running the game continuously until an end condition is met?

for loop

while loop

repeat-until loop

loop forever

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?