2F-3 | Python Quiz | 22/11/2024

2F-3 | Python Quiz | 22/11/2024

University

20 Qs

quiz-placeholder

Similar activities

HT - 13 Identifica principales aplicaciones

HT - 13 Identifica principales aplicaciones

University

20 Qs

M2_W2_Cloud_Computing

M2_W2_Cloud_Computing

University

15 Qs

Codean - Java Rekursi

Codean - Java Rekursi

University

18 Qs

Lecture 3

Lecture 3

University

15 Qs

PDM - LS01 - Quiz 3

PDM - LS01 - Quiz 3

University

15 Qs

Knowledge Knockout

Knowledge Knockout

University

16 Qs

ICT G 7 Chapter 2.1 Input and Output Devices

ICT G 7 Chapter 2.1 Input and Output Devices

7th Grade - University

20 Qs

Unit-8 (QB64) Year-6

Unit-8 (QB64) Year-6

6th Grade - University

22 Qs

2F-3 | Python Quiz | 22/11/2024

2F-3 | Python Quiz | 22/11/2024

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Olzhas Toktassyn

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

What is a conditional operator?

An operator used for looping

An operator that compares strings

An operator that allows decision-making

None of the above

2.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

What does the following program output if a = 5 and b = 10?

a is greater

No output

b is greater

Error in the program

3.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

How many if statements are needed to check if x is greater than both y and z?

3

2

1

None of the above

4.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

What will be the output of this program?

No output

Error in the program

Divisible

None of the above

5.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

What is the result of x > 5 and x < 10 when x = 7?

False

Error

True

None of the above

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which of these statements checks if a number is positive and divisible by 3?

x > 0 or x % 3 == 0

x % 3 == 0 and x > 0

x > 0 and x % 3 != 0

x < 0 or x % 3 == 0

7.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which logical operation is used in the following condition?

(a and b) or not c

and only

  • or only

Both and and or

Neither

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?