مراجعة عامة على المنهج – الجزء الأول

Quiz
•
Computers
•
10th Grade
•
Hard
Mohamed Farouk
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the syntax for a for loop in Python?
for i in range(iterable):
for item from iterable:
for item in range(iterable):
for item in iterable:
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the '==' operator do in Python?
Checks for equality between two objects or values
Performs addition between two values
Compares the memory addresses of two objects
Checks if two objects are of the same type
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you print multiple outputs in Python using the print statement?
print('Output 2')
print('Output 1')
print('Output 1', 'Output 2', 'Output 3')
print('Output 3')
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you loop through a list in Python?
for item in range(my_list):
while item in my_list:
for i in range(len(my_list)):
for item in my_list:
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What data type is used to store multiple items in a single variable in Python?
set
tuple
dictionary
list
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you iterate over a list using a for loop in Python?
for element in my_list:
for i in range(len(my_list)):
for index, value in enumerate(my_list):
for item in my_list:
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of the comparison '5 > 3' in Python?
False
5 == 3
True
3 > 5
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Python 3 Review Part 1

Quiz
•
9th - 12th Grade
15 questions
python basics quiz

Quiz
•
9th - 12th Grade
20 questions
Python Intermediate Quiz (Including pygame)

Quiz
•
3rd - 12th Grade
15 questions
Programming - Screening Test

Quiz
•
3rd Grade - Professio...
21 questions
Python бағдарламау тілінен тест сұрақтары

Quiz
•
9th - 12th Grade
20 questions
Basics Python

Quiz
•
8th - 10th Grade
16 questions
Python programming

Quiz
•
6th - 12th Grade
20 questions
Kuis Google colaboratory

Quiz
•
10th 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
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
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade