
Quizz - Recap 1: C1 - C5

Quiz
•
Computers
•
3rd Grade
•
Easy
Madalina Barbu
Used 2+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the type of the following variable:
s = 10 + 2.5 * 2
int
string
float
boolean
Answer explanation
s = 10 + 2.5 * 2
s = 10 + 5
s = 15 --> int
Inmultirea se face inaintea adunarii. tinem cont de ordinea operatiilor
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the type of the following variable?
n = ["mos", "voip", "ip", 4.9, True]
list
string
dictionary
set
tuple
3.
OPEN ENDED QUESTION
10 mins • Ungraded
1. Create a mixed list (all 4 data taypes) with 5 elements read from keyboard.
2. Iterate through list and add at the end of each element, letter "a". example("mama" --> "mamaa", "urat --> "urata")
3. Display the list.
Evaluate responses using AI:
OFF
4.
OPEN ENDED QUESTION
5 mins • Ungraded
Define the function i_love_math that returns "I love numbers" if a given number si > 100 and "I hate math" if the given number is < 100.
Evaluate responses using AI:
OFF
5.
MULTIPLE CHOICE QUESTION
3 mins • 3 pts
What the following snipet returns?
def even_num_lst(ran):
lst = []
for num in range(ran):
if num % 2 == 0:
lst.append(num)
return lst
print(even_num_lst(11))
[0, 2, 4, 6, 8, 10]
Error
[1, 3, 5, 7, 9, 11]
6.
MULTIPLE CHOICE QUESTION
3 mins • 3 pts
What is the output of the following snipet?
def list_updater(lst):
upd_list = []
for elem in lst:
elem **= 2
upd_list.append(elem)
return upd_list
foo = [1, 2, 3, 4, 5]
print(list_updater(foo))
[1, 4, 9, 16, 25]
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
{"Dana": 1, "Ria": 2}
Dictionar
Set
Lista
Tupla
8.
OPEN ENDED QUESTION
2 mins • Ungraded
We have the following list:
a = [1, 2, 3, [6, 9, 10] ]
Access the the 2nd element from the list within the list
Evaluate responses using AI:
OFF
9.
OPEN ENDED QUESTION
3 mins • Ungraded
n = [1, 2, 3, ["ana", "mere", [True, False] ] ]
Access the 1st element from the element list with booleans.
Evaluate responses using AI:
OFF
Similar Resources on Wayground
13 questions
Dojo - Type Inference

Quiz
•
1st - 12th Grade
14 questions
Dia das Ciências 2025

Quiz
•
3rd Grade
12 questions
Python Tile Program

Quiz
•
KG - 8th Grade
10 questions
Midterm Revision MW201

Quiz
•
1st - 3rd Grade
10 questions
Тест на знание клавиатуры

Quiz
•
3rd - 5th Grade
9 questions
Python Conditional Statements Quiz

Quiz
•
1st - 5th Grade
12 questions
ສອບເສັງປະຈຳເດືອນ ເດືອນ (10) ວິຊາ ຄອມພິວເຕີ ຂັ້ນ ປ.3

Quiz
•
3rd Grade
10 questions
1º Ciclo -TIC_2023

Quiz
•
1st - 5th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
20 questions
Run-On Sentences and Sentence Fragments

Quiz
•
3rd - 6th Grade
20 questions
4 Types of Sentences

Quiz
•
3rd - 5th Grade
10 questions
Place Value

Quiz
•
3rd Grade
17 questions
Multiplication facts

Quiz
•
3rd Grade
12 questions
Damon and Pythias

Quiz
•
3rd Grade
20 questions
Subject and Predicate Review

Quiz
•
3rd Grade
20 questions
Division Facts

Quiz
•
3rd Grade
18 questions
Hispanic Heritage Month

Quiz
•
KG - 12th Grade