Python Basics

Python Basics

9th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

Python Intro

Python Intro

8th - 9th Grade

10 Qs

Study Guide - More Advanced Java

Study Guide - More Advanced Java

11th - 12th Grade

10 Qs

Python List Operations

Python List Operations

10th Grade

13 Qs

Python Loops Quiz (for loop and while loop)

Python Loops Quiz (for loop and while loop)

10th Grade

10 Qs

Introduction to Loops

Introduction to Loops

11th Grade

16 Qs

GCSE - 2.3 Producing Robust Programs

GCSE - 2.3 Producing Robust Programs

9th - 11th Grade

15 Qs

Python (Selection)

Python (Selection)

8th - 10th Grade

13 Qs

Python

Python

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