
Semester 1 review - student made questions

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

28 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What does my function do?
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
23 questions
Intro to Algorithms

Flashcard
•
9th - 12th Grade
21 questions
Organization Skills

Flashcard
•
9th - 12th Grade
24 questions
Art Concepts Fall Review

Flashcard
•
9th - 12th Grade
20 questions
Written Practice for Driving Test #1

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

Flashcard
•
11th Grade
19 questions
Flashcards: Intro to Earth Science

Flashcard
•
9th - 12th Grade
20 questions
Programming With Karel Vocabulary Flashcard

Flashcard
•
9th - 12th Grade
22 questions
CodeHS AP CSP Unit 3 Review

Flashcard
•
11th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade