Python 06-Mar-2024

Python 06-Mar-2024

University

10 Qs

quiz-placeholder

Similar activities

JAVA FUNDAMENTALS

JAVA FUNDAMENTALS

University

12 Qs

SPREADSHEET

SPREADSHEET

University

13 Qs

Diagnostico PLyF

Diagnostico PLyF

University

10 Qs

Quiz 2025

Quiz 2025

University

10 Qs

Statistical displays

Statistical displays

KG - Professional Development

11 Qs

quiz - 7(exceptions and file handling)

quiz - 7(exceptions and file handling)

12th Grade - University

9 Qs

SIMULASI DAN KOMUNIKASI DIGITAL (MIKROSOF EXCEL)

SIMULASI DAN KOMUNIKASI DIGITAL (MIKROSOF EXCEL)

University

15 Qs

2R C-Skill Lab Test Autumn 2024-25

2R C-Skill Lab Test Autumn 2024-25

University

14 Qs

Python 06-Mar-2024

Python 06-Mar-2024

Assessment

Quiz

Other

University

Hard

Created by

heng mptc

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

for i in range(4):

print(j)

1; 2; 3; 4

1; 2; 3

1; 2; 3; 4; 5

Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

for i in range(4):

print(i)

1; 2; 3; 4

Error

1; 2; 3

0; 1 ; 2; 3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

for i in range(0, 6):

print(i)

1; 2; 3; 4; 5; 6

0; 1; 2; 3; 4; 5

Error

0; 6

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

for i in range(0, 6, 6):

print(i)

0; 1; 2; 3; 4; 5; 6

0

1; 6

Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

for i in range(0, 6, 2):

print(i)

0; 2; 4

0; 2; 4; 6

0; 6

0; 1; 2; 3; 4; 5;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

for i in range(0, 7, 2):

print(i)

0; 2; 4; 6

0; 1; 2; 3; 4; 5; 6

Error

0; 2; 4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

name = "Python"

for i in name:

print(i)

P; y; t; h; o; n

0; 1; 2; 3; 4; 5

6

Error

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?