Back to Basics: Python Lesson 6 - 7 Review

Back to Basics: Python Lesson 6 - 7 Review

5th Grade

10 Qs

quiz-placeholder

Similar activities

Block based Programming Terms

Block based Programming Terms

5th Grade - University

10 Qs

coding

coding

1st - 7th Grade

10 Qs

Intro to Scratch

Intro to Scratch

4th - 8th Grade

15 Qs

Code Basic Concepts Assessment

Code Basic Concepts Assessment

5th Grade

10 Qs

Scratch Test

Scratch Test

5th - 6th Grade

10 Qs

Python : Codeathon Competition

Python : Codeathon Competition

5th - 8th Grade

15 Qs

Scratch!

Scratch!

4th Grade - Professional Development

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