Back to Basics: Python Lesson 6 - 7 Review

Back to Basics: Python Lesson 6 - 7 Review

5th Grade

10 Qs

quiz-placeholder

Similar activities

code.org variables

code.org variables

3rd - 6th Grade

15 Qs

KidsCanCode

KidsCanCode

1st - 5th Grade

10 Qs

Roblox Lua Scripting Quiz

Roblox Lua Scripting Quiz

1st - 12th Grade

8 Qs

Computer in the society

Computer in the society

2nd - 10th Grade

10 Qs

Lists, Subroutines and Sequence in Pseudocode - Python

Lists, Subroutines and Sequence in Pseudocode - Python

1st - 11th Grade

14 Qs

Scratch!

Scratch!

4th Grade - Professional Development

8 Qs

Introduction to Computer Science

Introduction to Computer Science

1st - 9th Grade

10 Qs

coding

coding

1st - 7th Grade

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

Discover more resources for Computers