Tracy Python control structures vocab study flashcards

Tracy Python control structures vocab study flashcards

Assessment

Flashcard

Computers

10th Grade

Easy

Created by

Allyson Smith

Used 2+ times

FREE Resource

Student preview

quiz-placeholder

14 questions

Show all answers

1.

FLASHCARD QUESTION

Front

A while loop

Back

A loop that repeats code until the condition is false.

2.

FLASHCARD QUESTION

Front

Reasons to use a function

Back

It makes code easier to understand

It makes code easier to read

Ut makes code easier to change.

3.

FLASHCARD QUESTION

Front

What 2 types of control structures use conditional statements

Back

While loops and if statements

4.

FLASHCARD QUESTION

Front

A variable can never be changed by the program.

Back

False

5.

FLASHCARD QUESTION

Front

What is an int?

Back

An integer, a whole number, like 2, 3, or 6

6.

FLASHCARD QUESTION

Front

How to call a function in Python

Back

Using the syntax: myFunction()

7.

FLASHCARD QUESTION

Front

An argument in programming

Back

A value passed into a function when it is called

my_function(argument)

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?