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

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

10th Grade

20 Qs

quiz-placeholder

Similar activities

AI Checkpoint 1 Revision

AI Checkpoint 1 Revision

9th - 12th Grade

16 Qs

Cyber Security KS4

Cyber Security KS4

8th - 12th Grade

15 Qs

Excel

Excel

10th - 12th Grade

15 Qs

Algorithms

Algorithms

10th - 11th Grade

20 Qs

Latihan PSAS Kelas 9

Latihan PSAS Kelas 9

9th Grade - University

20 Qs

1.3.1 Networks #1 LAN's, Client-Server, Peer to Peer

1.3.1 Networks #1 LAN's, Client-Server, Peer to Peer

9th - 11th Grade

15 Qs

12AIT - All About W3C <3

12AIT - All About W3C <3

10th Grade - University

18 Qs

Advantages and Disadvantages of Collecting Data

Advantages and Disadvantages of Collecting Data

10th Grade

20 Qs

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

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

Assessment

Quiz

Computers

10th Grade

Practice Problem

Hard

Created by

Mohamed Farouk

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?