BCHS Y9 Python Topic 6 Quiz

BCHS Y9 Python Topic 6 Quiz

9th - 12th Grade

30 Qs

quiz-placeholder

Similar activities

Problem-solving & Program Design

Problem-solving & Program Design

11th Grade

25 Qs

Exception Handling

Exception Handling

12th Grade

25 Qs

CS-9 Programming Language, Algorithm & Flowchart: Rabin Ghimire

CS-9 Programming Language, Algorithm & Flowchart: Rabin Ghimire

9th Grade

25 Qs

Fundamentals of Computing

Fundamentals of Computing

7th - 10th Grade

25 Qs

AP Computer Science Final Review

AP Computer Science Final Review

9th - 12th Grade

28 Qs

revision

revision

8th Grade - University

25 Qs

Java Programming 1

Java Programming 1

10th - 12th Grade

25 Qs

Python - Year 9 - Homework 1

Python - Year 9 - Homework 1

7th - 9th 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?