What does my function do?

Semester 1 review - student made questions

Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Quizizz Content
FREE Resource
Student preview

28 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
It checks if two numbers are the same.
2.
FLASHCARD QUESTION
Front
Which python code correctly initializes the variable and prints BOTH values SEPARATELY? Options: x = 10, y= “Hi” ,print(x) ,print(y), 10 = x ,“Hi” = y ,print(x) ,print(y), print(x = 10),print(y = “Hi”)
Back
x = 10
y= “Hi”
print(x)
print(y)
3.
FLASHCARD QUESTION
Front
for i in range(2, 10, 2):
print(i)
Back
Code will print 2, 4, 6, 8
4.
FLASHCARD QUESTION
Front
What will be printed?
x = 5
y= 4
z = 3
x=y
print( x+y+z)
Back
11
5.
FLASHCARD QUESTION
Front
When does the else block in an else statement execute?
Back
It executes when the if condition is false.
6.
FLASHCARD QUESTION
Front
The variable ‘is_raining’ determines whether or not it is raining. What is most likely the data type? Options: int, String, Boolean, float
Back
Boolean
7.
FLASHCARD QUESTION
Front
In the context of software, what is an “interface”?
Back
The part of the program that interacts with the user
Create a free account and access millions of resources
Similar Resources on Quizizz
23 questions
CSP Unit 6 Review

Flashcard
•
9th - 12th Grade
20 questions
JavaScript - Karel

Flashcard
•
9th - 10th Grade
20 questions
JavaScript - Karel

Flashcard
•
9th - 10th Grade
20 questions
JavaScript Basics CodeHS

Flashcard
•
7th - 12th Grade
20 questions
JavaScript Basics CodeHS

Flashcard
•
7th - 12th Grade
20 questions
Karel Test Review

Flashcard
•
9th - 12th Grade
20 questions
CodeHS Python Unit 3 Flashcard Review

Flashcard
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University