BCHS Y9 Python Topic 6 Quiz

BCHS Y9 Python Topic 6 Quiz

9th - 12th Grade

30 Qs

quiz-placeholder

Similar activities

Lesson 5 review

Lesson 5 review

5th - 12th Grade

25 Qs

HTML Forms - CIW SDA Lesson 6

HTML Forms - CIW SDA Lesson 6

9th Grade - University

26 Qs

T-Level DPDD: Sequential Programming Concepts Quiz

T-Level DPDD: Sequential Programming Concepts Quiz

11th Grade

25 Qs

Defensive Design - GCSE Computer Science OCR

Defensive Design - GCSE Computer Science OCR

10th Grade

25 Qs

GCSE Unit 2.3 - Producing Robust Programs

GCSE Unit 2.3 - Producing Robust Programs

9th Grade

34 Qs

Beginner Python KS3 Revision

Beginner Python KS3 Revision

8th - 10th Grade

26 Qs

Operating Systems

Operating Systems

9th - 12th Grade

25 Qs

SDA uCertify Lesson 6

SDA uCertify Lesson 6

8th - 12th Grade

25 Qs

BCHS Y9 Python Topic 6 Quiz

BCHS Y9 Python Topic 6 Quiz

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Zahid Razzak

Used 5+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the Python code snippet do when executed?

It will subtract two numbers entered by the user.

It will multiply two numbers entered by the user.

It will concatenate two numbers entered by the user and print the result.

It will add two numbers entered by the user.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the correct output of the Python code if the user enters '5' for number1 and '3' for number2?

8

15

2

53

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does the int() function do in Python?

Converts a string into an integer

Converts an integer into a string

Sums two numbers

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the code if number1 = 3, number2 = 4, and number3 = 5?

12

60

15

20

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python statement is used to display a message on the screen?

display()

output()

print()

show()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the program print if the user enters "Red" as their favourite colour?

That's a nice colour!

good!

That's also my favourite!

Please enter a valid colour.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the program print if the user enters "Blue" as their favourite colour?

That's a nice colour!

good!

That's also my favourite!

Please enter a valid colour.

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?