Python Basics

Python Basics

9th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

Python End of Topic Quiz

Python End of Topic Quiz

8th Grade - University

15 Qs

Python Functions

Python Functions

12th Grade

15 Qs

Python Functions

Python Functions

9th - 12th Grade

13 Qs

Python Lists

Python Lists

9th - 12th Grade

15 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

Python L1 Quiz 4: Lists

Python L1 Quiz 4: Lists

1st - 12th Grade

10 Qs

Python List Operations

Python List Operations

10th Grade

13 Qs

Python Revision Tour - I

Python Revision Tour - I

12th Grade

15 Qs

Python Basics

Python Basics

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Code Sprouts

Used 2+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

How can we make a function work?

By writing the code for the function

By Functioning

By calling the function

By running the code

2.

MULTIPLE SELECT QUESTION

2 mins • 5 pts

What is a parameter in a function?

The brackets used in the function

a variable used to send information to a function

the name of the function

the name of the main program calling the function

3.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

What is a piece of code that can take inputs to perform a particular task?

a function

arguments

parameters

list

4.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

Media Image
What letter will be printed on the screen after running this code:
e
x
t
Nothing prints

5.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

Media Image
What output will this code produce?
Exeter
4
6
city

6.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

Which of these pieces of code would return the name "Harry" from the following list?

nameList = ["John", "Harry", "Jesse", "John", "Harry", "Harry"]

nameList()

nameList[1]

NameList(4)

nameList["4"]

7.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

The output of the program

x = 4

x = "Sally"

print(x)

four

Saly

Sally

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?