Python programming -recap

Python programming -recap

7th - 10th Grade

12 Qs

quiz-placeholder

Similar activities

Introduction to Python

Introduction to Python

9th Grade

10 Qs

Python Intro

Python Intro

7th - 8th Grade

12 Qs

Pre-assesment

Pre-assesment

10th Grade

12 Qs

TechSmart Unit 1 Vocabulary Text

TechSmart Unit 1 Vocabulary Text

9th - 11th Grade

14 Qs

Introduction to Programming

Introduction to Programming

9th Grade

12 Qs

GCSE Computing - Subprograms

GCSE Computing - Subprograms

9th - 10th Grade

14 Qs

Python 2

Python 2

9th - 12th Grade

10 Qs

DT Grade 7 Python Revision

DT Grade 7 Python Revision

7th - 8th Grade

12 Qs

Python programming -recap

Python programming -recap

Assessment

Quiz

Computers

7th - 10th Grade

Hard

Created by

Shiv K

Used 233+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command will display the text 'Hello world!' on the screen?

print(Hello world!)

print "Hello world!"

print("Hello world!")

print = "Hello world!"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command will correctly ask the user for their age?

age = input("How old are you?")

age = input(How old are you?)

input("How old are you?") = age

How old are you = input()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which decision statement will be triggered if the variable x is less than 20?

if x > 20:

if x <> 20:

if x == 20:

if x < 20:

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these tests whether the variable x is the same as 'Hello'?

x = "Hello"

x != "Hello"

x == "Hello"

x <> "Hello"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following program?

Yes

No

Error

No output

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following program?

Yes

No

Error

No output

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following program?

1 to 10 numbers

1 to 5 numbers

1

5

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?