Global 3r ESO

Quiz
•
Computers
•
12th Grade
•
Hard
Irene Jimenez
Used 7+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
One Boolean expression
None, because the if is written wrongly
One complex boolean expression formed by 4 simpler boolean expression.
One numeric boolean expression formed by 3 more complex boolean expression
2.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
The int function always turns back:
A numeric string
None of the other answers
A number
A variable
3.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
The main function of a varible in a program is:
Check if a boolean expression is True
Do maths operation between numbers and booleans
Save information so you can consult it and change it later
Check if a boolean expression is False
4.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Which one of the following lines evaluate if a variable var1 is bigger or equal than 100, and bigger than a second variable var2 or var2 is odd?
if var1>=100 and var1>var2 or var2 %2==0:
if var1>=100 and var1>var2 or var2 %2==1:
if var1>=100 and var1>var2 and var2 %2==1:
if var1<=100 and var1<var2 or var2%2:
5.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
If you want to make an infinite loop you can use:
while
for
if
int
6.
MULTIPLE SELECT QUESTION
3 mins • 1 pt
To delete an element from a list called weather you can use:
del weather[2]
weather.remove("sunny")
delete (weather[2])
remove(weather[2])
7.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What function is used to verify that what is entered in an input is a number?
if number
int
.isnumeric()
int()
Create a free account and access millions of resources
Similar Resources on Wayground
24 questions
AGAD: UNIT 4_C# & UNITY

Quiz
•
9th - 12th Grade
27 questions
Intro to Microbit

Quiz
•
9th - 12th Grade
20 questions
Scripting

Quiz
•
12th Grade
20 questions
Variables and Loops Review

Quiz
•
9th - 12th Grade
20 questions
Ulangan Harian Materi Python Part 1 kelas XI

Quiz
•
9th - 12th Grade
20 questions
Pemrograman Arduino

Quiz
•
12th Grade
20 questions
AP CSA Midterm Concept Review 1

Quiz
•
12th Grade
20 questions
Unit 3: Intro to Programming

Quiz
•
9th - 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
20 questions
Digital Citizenship

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

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

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

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade