Python Basics

Python Basics

9th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

Python Ch 1

Python Ch 1

5th Grade - University

10 Qs

Python Lists

Python Lists

10th - 12th Grade

15 Qs

Parameters and Return Review

Parameters and Return Review

9th - 12th Grade

19 Qs

Excel If function WSC 4.2.3

Excel If function WSC 4.2.3

7th Grade - University

10 Qs

Python with DataScience

Python with DataScience

7th Grade - University

10 Qs

Functions & Scope of variables in C++

Functions & Scope of variables in C++

11th Grade - University

15 Qs

Homework: Lists, Strings, Variables

Homework: Lists, Strings, Variables

9th - 12th Grade

17 Qs

Success Criteria (Year 7 -8) Autumn Half-Term 1

Success Criteria (Year 7 -8) Autumn Half-Term 1

8th Grade - University

19 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?