Python Control Structures Vocab quiz

Python Control Structures Vocab quiz

9th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

Selection in Python

Selection in Python

1st - 9th Grade

15 Qs

CS1 Unit 4

CS1 Unit 4

12th Grade

10 Qs

Python Selection Statements

Python Selection Statements

11th Grade

10 Qs

Hour of Code

Hour of Code

6th - 12th Grade

12 Qs

Homework 1 Edublocks

Homework 1 Edublocks

7th - 9th Grade

12 Qs

AQA GCSE Computer Science - 3.1.1 Representing algorithms

AQA GCSE Computer Science - 3.1.1 Representing algorithms

8th - 10th Grade

19 Qs

Python Pretest

Python Pretest

9th - 12th Grade

15 Qs

Python elif and Nested if

Python elif and Nested if

12th Grade

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