Python Recap 2

Python Recap 2

3rd - 12th Grade

17 Qs

quiz-placeholder

Similar activities

Python KS3

Python KS3

8th Grade

17 Qs

Python Year 9 Quiz

Python Year 9 Quiz

8th - 10th Grade

19 Qs

End of year quiz: Small Basic

End of year quiz: Small Basic

7th Grade

20 Qs

Year 8 Python - Lesson 3

Year 8 Python - Lesson 3

6th - 8th Grade

19 Qs

Programming - Python (year 12)

Programming - Python (year 12)

9th - 12th Grade

21 Qs

Y9 - Module 2 - KT1 Python Basics

Y9 - Module 2 - KT1 Python Basics

9th Grade

14 Qs

Python programming -recap

Python programming -recap

7th - 10th Grade

12 Qs

Python

Python

8th Grade

20 Qs

Python Recap 2

Python Recap 2

Assessment

Quiz

Computers

3rd - 12th Grade

Hard

Created by

Jamie Domingo

Used 4+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct format when writing a function?

functionName = input

functionName(input)

input = functionName()

input(functionName)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a variable?

function = variableName(value)

function(variableName)

variableName = value

variableName(value)

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is concatenation?

A breed of cat

A function that joins numbers together

A method of joining variables together

A function that executes a Python command

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Click the symbols that concatenate variables.

+

_

-

,

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function displays its input?

display()

input()

type()

print()

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

This is a valid variable: onetwothree = 123

True

False

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Variable names must start with a character.

True

False

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?