Python Control Structures Vocab quiz

Python Control Structures Vocab quiz

9th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

Python Programming Essentials Quiz

Python Programming Essentials Quiz

12th Grade

10 Qs

CMU Unit 2 Practice Test

CMU Unit 2 Practice Test

10th - 12th Grade

17 Qs

AP CSP 1.1.6 - 1.1.9 Vocabulary

AP CSP 1.1.6 - 1.1.9 Vocabulary

9th - 12th Grade

19 Qs

Python Quiz 2

Python Quiz 2

10th - 11th Grade

16 Qs

Python Basics Test

Python Basics Test

12th Grade

10 Qs

Python Functions

Python Functions

9th - 12th Grade

13 Qs

CP3-Gr9Gen

CP3-Gr9Gen

9th Grade

10 Qs

Python Conditionals

Python Conditionals

9th - 11th Grade

17 Qs

Python Control Structures Vocab quiz

Python Control Structures Vocab quiz

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Allyson Smith

Used 4+ 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?