Python Control Structures Vocab quiz

Python Control Structures Vocab quiz

9th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

Programing Revision

Programing Revision

7th - 12th Grade

15 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

Computer Science

Computer Science

9th - 12th Grade

18 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Program Development - Python: Operators

Program Development - Python: Operators

9th - 10th Grade

19 Qs

Python Beginners Week 6

Python Beginners Week 6

3rd - 12th Grade

13 Qs

Python Conditionals

Python Conditionals

9th - 11th Grade

17 Qs

Y9 Homework 1: Python Revisited 1

Y9 Homework 1: Python Revisited 1

9th Grade

13 Qs

Python Control Structures Vocab quiz

Python Control Structures Vocab quiz

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Allyson Smith

Used 2+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is a for loop?
It repeats code a set number of times
It repeats code until the condition is false
It repeats code until the condition is true
It repeats code once

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is a while loop?
It repeats code a set number of times
It repeats code until the condition is false
It repeats code until the condition is true
It repeats code once

3.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

What is not a reason to use a function?
It makes code easier to read
It makes code easier to understand
It makes code run faster
It makes code easier to change

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

You can use a loop in a function.
True
False

5.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Both while loops and if statements use conditions
True
False

6.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

In an if/elif statement, Python checks each if or elif condition and runs the code block for the last one that is true.
True
False

7.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

A variable can never be changed by the program.
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?