PYTHON 6

PYTHON 6

Professional Development

10 Qs

quiz-placeholder

Similar activities

Day -Wise Assessments | ATOM| SBU  | 2024-25 | Infosys Training

Day -Wise Assessments | ATOM| SBU | 2024-25 | Infosys Training

Professional Development

14 Qs

Security Fundamentals and Windows OS Security

Security Fundamentals and Windows OS Security

Professional Development

10 Qs

Zero Trust Management

Zero Trust Management

Professional Development

15 Qs

QUIZZIS PARQUES FOTOVOLTAICOS

QUIZZIS PARQUES FOTOVOLTAICOS

Professional Development

10 Qs

Cyber Security for Remote Users

Cyber Security for Remote Users

Professional Development

10 Qs

[SEON Knowledge Sharing] Economic Evaluation - PreQuiz

[SEON Knowledge Sharing] Economic Evaluation - PreQuiz

Professional Development

12 Qs

IHS Topik 3-6

IHS Topik 3-6

Professional Development

10 Qs

JavaScript

JavaScript

Professional Development

7 Qs

PYTHON 6

PYTHON 6

Assessment

Quiz

Engineering

Professional Development

Medium

Created by

Ahmed elasey

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

نتيجة هذا الكود

a = 200
b = 200
if b > a:
  print("b is greater than a")
else:
  print("b is not greater than a")

b is greater than a

b is not greater than a

b=a

b==a

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = 4
b = 6
c = 8
if a > b and c > a:
  print("a")

a

b

4

6

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

نتيجة هذا الكود
a = 33
b = 200
if b > a:
print("b is greater than a")

b is greater than a

a is greater than b

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = 330
b = 330
print("A") if a > b else print("=") if a = b else print("B")

الكود صح

الكود خطأ

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = 330
b = 330
print("A") if a > b else print("=") if a == b else print("B")

الكود صح

الكود خطأ

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = 4
b = 6
c = 8
if a > b and c > a:
  print(a)

a

b

4

6

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = 41
if x > 10:
  print("Above ten,")
  if x > 20:
    print("and also above 20!")
  else:
    print("but not above 20.")

Nested if

if

loop

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?