python

python

University

10 Qs

quiz-placeholder

Similar activities

Google Aptitude Test

Google Aptitude Test

KG - University

10 Qs

الصف السادس

الصف السادس

6th Grade - University

15 Qs

Lecture 8

Lecture 8

University

10 Qs

EIGRP

EIGRP

University

12 Qs

تدريبات لما سبق- الفعل المضارع والماضي

تدريبات لما سبق- الفعل المضارع والماضي

3rd Grade - University

10 Qs

Guess the Gaming Peripheral 2

Guess the Gaming Peripheral 2

KG - Professional Development

13 Qs

bedwars #3

bedwars #3

KG - University

10 Qs

Y6 - Programming A - Variables in games

Y6 - Programming A - Variables in games

6th Grade - University

10 Qs

python

python

Assessment

Quiz

Computers

University

Easy

Created by

youssef sabbah

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

تستخدم مكتبه ....للتعامل مع المصفوفات

scrapy

kaers

beautifulsoup

numpy

2.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

يمكن استخدام بايثون علي جميع انظمه التشغيل

خطأ

صح

Answer explanation

Media Image

اقرأ السؤال وركز وبعدين اجب عنه


3.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

هذا الكود صحيح ام خطأ

# Assign a value

number = 50

# Check the is more than 50 or not

if (number >= 50):

print("You have passed")

else:

print("You have not passed")

صح

خطأ

Answer explanation

Media Image

اقرأ السؤال وركز وبعدين اجب عنه


4.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

هذا الكود يشير الي

def convert(seconds):

seconds = seconds % (24 * 3600)

hour = seconds // 3600

seconds %= 3600

minutes = seconds // 60

seconds %= 60

return "%d:%02d:%02d" % (hour, minutes, seconds)

# Driver program

n = 12345

print(convert(n))

تحويل الساعات الي دقائق

تحويل الثوان الي ساعات

تحويل الساعات الي ثوان

تحويل الثوان الي دقائق

Answer explanation

Media Image

اقرأ السؤال وركز وبعدين اجب عنه


5.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

تستخدم مكتبه pandas

لعرض الفيديوهات

لتخزين الصور

لجمع المصفوفات

لتحليل البيانات

Answer explanation

اقرأ السؤال وركز وبعدين اجب عنه


6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

هذا الكود يمثل استدعاء مكتبه

# Import the library

import matplotlib.pyplot as plt

# Create two lists of numbers

x = [1, 2, 3, 4, 5]

y = [2, 4, 6, 8, 10]

# Create a line plot

plt.plot(x, y)

# Add labels to the axes

plt.xlabel("x")

plt.ylabel("y")

# Add a title to the plot

plt.title("A simple line plot")

# Display the plot

plt.show()

matplotlib

Keras

Py Torch

Scrapy

7.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

من لغات البرمجة تأثيرا بالبايثون كوبرا

خطأ

صح

Answer explanation

Media Image

اقرأ السؤال وركز وبعدين اجب عنه


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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?