AP Computer Science Principles Semester 1 Python

AP Computer Science Principles Semester 1 Python

Assessment

Flashcard

Created by

Quizizz Content

Computers

10th - 12th Grade

Hard

Student preview

quiz-placeholder

74 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What computer science concept stores information to be used later?

Back

Variable

2.

FLASHCARD QUESTION

Front

What computer science concept does something different depending on the situation?

Back

Conditional

3.

FLASHCARD QUESTION

Front

What concept repeats whatever is inside it?

Back

Loop

4.

FLASHCARD QUESTION

Front

What data type can hold more than one value?

Back

List

5.

FLASHCARD QUESTION

Front

What data type would store the value: 6.4? Options: String, List, Boolean, Float

Back

Float

6.

FLASHCARD QUESTION

Front

What data type would store the value: Oranges

Back

String

7.

FLASHCARD QUESTION

Front

What data type would store the value: True

Back

Boolean

8.

FLASHCARD QUESTION

Front

What data value would store the value: 9? Options: Float, Integer, String, Boolean

Back

Integer

9.

FLASHCARD QUESTION

Front

What keyword do you use to start a function in Python?

Back

Def

10.

FLASHCARD QUESTION

Front

What would you put in an if statement to see if two values are equal? Options: ++, ==, //, ||

Back

==

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?