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 Wayground
22 questions
CodeHS AP CSP Unit 3 Review

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

Flashcard
•
7th - 12th Grade
25 questions
2.18.1 Introduction to Programming Unit Flashcard

Flashcard
•
7th Grade - University
22 questions
Adobe Illustrator - TuHS Engineering

Flashcard
•
9th - 12th Grade
22 questions
Definite Midterm YWLA AP CSP

Flashcard
•
9th - 12th Grade
21 questions
IC3 GS6 Level 1 - Domain 4 - Content Creation

Flashcard
•
9th - 12th Grade
18 questions
Java Basics MP1 Test 3

Flashcard
•
11th Grade
23 questions
Adobe InDesign Mini Flashcard 2

Flashcard
•
9th - 12th Grade
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade
Discover more resources for Computers
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade