Back to Basics: Python Lesson 6 - 7 Review

Back to Basics: Python Lesson 6 - 7 Review

5th Grade

10 Qs

quiz-placeholder

Similar activities

8.3 Micropython unit tests

8.3 Micropython unit tests

5th Grade

10 Qs

Python - Year 8

Python - Year 8

3rd Grade - University

10 Qs

Python L2- Quiz 1

Python L2- Quiz 1

5th - 12th Grade

7 Qs

Coding Basics

Coding Basics

5th Grade - University

10 Qs

Python L2 Quiz 1

Python L2 Quiz 1

5th - 10th Grade

7 Qs

Python L1 Quiz 5: Random Numbers and More Turtle Features

Python L1 Quiz 5: Random Numbers and More Turtle Features

1st - 12th Grade

10 Qs

Python : Codeathon Competition

Python : Codeathon Competition

5th - 8th Grade

15 Qs

coding

coding

KG - Professional Development

15 Qs

Back to Basics: Python Lesson 6 - 7 Review

Back to Basics: Python Lesson 6 - 7 Review

Assessment

Quiz

Computers

5th Grade

Medium

Created by

Saturday Kids

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to write a loop that will ask you for an input until you enters the correct one. What kind of loop is that?

repeat loop

while loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the line below do?


from random import *

import code from the turtle library

import code from the random library

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Why do we use libraries?

To use code that we can't write ourselves

To reuse code that other programmers wrote

To make our code more complicated

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What do we have to do to make a function run?

define it

call it

run it

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many lines of code will be printed?

1

2

3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

While loops use conditions to run.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Math is a library in Python

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?