Python Session (2)

Python Session (2)

6th Grade

13 Qs

quiz-placeholder

Similar activities

Python тілінде программалау

Python тілінде программалау

1st - 10th Grade

10 Qs

Loops

Loops

5th - 12th Grade

16 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Programming in Python

Programming in Python

6th - 8th Grade

10 Qs

Python Input and Variable Assignment

Python Input and Variable Assignment

6th - 8th Grade

15 Qs

Python Variables

Python Variables

6th Grade

10 Qs

quiz_1

quiz_1

5th - 8th Grade

8 Qs

Python Basics

Python Basics

6th - 12th Grade

9 Qs

Python Session (2)

Python Session (2)

Assessment

Quiz

Computers

6th Grade

Medium

Created by

israa hassanein

Used 2+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ما ناتج هذا الكود؟

print("Hello" + "World")

HelloWorld

Hello World

"Hello"+"World"

خطأ

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

كيف تخزن العدد ٥ في متغير؟

var = "5"

var = five

var = 5

var = 5.0

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ماذا يطلب هذا الكود من المستخدم؟

input("Enter your age: ")

طباعة الجملة

إدخال نص

إدخال رقم

حل معادلة

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

؟ input () ما نوع بيانات مخرجات دالة

user_data = input("Enter anything: ")

int

float

string

boolean

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

ما المشكلة في هذا الكود؟

print("Age: " + 20)

يحتاج مسافة بعد النقطتين

العدد يجب تحويله لنص

علامات الاقتباس خاطئة

لا يوجد مشكلة

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

؟ city كيف تُعرف متغير نصي باسم

city = PortSaid

city = "PortSaid"

string city = "PortSaid"

city == "PortSaid"

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

؟ print ما الغرض من دالة

print("Welcome to Python")

استقبال المدخلات

تنفيذ العمليات الحسابية

عرض المخرجات

تعريف المتغيرات

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?